Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_YUV410 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_overlay.c601 case DRM_FORMAT_YUV410: in meson_overlay_atomic_update()
635 case DRM_FORMAT_YUV410: in meson_overlay_atomic_update()
818 DRM_FORMAT_YUV410,
/openbmc/linux/include/uapi/drm/
H A Ddrm_fourcc.h387 #define DRM_FORMAT_YUV410 fourcc_code('Y', 'U', 'V', '9') /* 4x4 subsampled Cb (1) and Cr (2) plane… macro
/openbmc/qemu/include/standard-headers/drm/
H A Ddrm_fourcc.h388 #define DRM_FORMAT_YUV410 fourcc_code('Y', 'U', 'V', '9') /* 4x4 subsampled Cb (1) and Cr (2) plane… macro
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c232 …{ .format = DRM_FORMAT_YUV410, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub… in __drm_format_info()