Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_P030 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/vc4/
H A Dvc4_plane.c162 .drm = DRM_FORMAT_P030,
1364 if (fb->format->format == DRM_FORMAT_P030) { in vc4_plane_mode_set()
1398 if (fb->format->format == DRM_FORMAT_P030) { in vc4_plane_mode_set()
1830 if (fb->format->format == DRM_FORMAT_P030) { in vc6_plane_mode_set()
1861 if (fb->format->format == DRM_FORMAT_P030) { in vc6_plane_mode_set()
1901 components_per_word = fb->format->format == DRM_FORMAT_P030 ? 24 : 32; in vc6_plane_mode_set()
2465 case DRM_FORMAT_P030: in vc4_format_mod_supported()
/linux/include/uapi/drm/
H A Ddrm_fourcc.h380 #define DRM_FORMAT_P030 fourcc_code('P', '0', '3', '0') /* 2x2 subsampled Cr:Cb plane 10 bits per … macro
/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c354 { .format = DRM_FORMAT_P030, .depth = 0, .num_planes = 2, in __drm_format_info()