Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/meson/
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,
/linux-6.1.9/include/uapi/drm/
Ddrm_fourcc.h375 #define DRM_FORMAT_YUV410 fourcc_code('Y', 'U', 'V', '9') /* 4x4 subsampled Cb (1) and Cr (2) plane… macro
/linux-6.1.9/drivers/gpu/drm/
Ddrm_fourcc.c228 …{ .format = DRM_FORMAT_YUV410, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub… in __drm_format_info()