Searched refs:DRM_FORMAT_YVU410 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/uapi/drm/ |
D | drm_fourcc.h | 376 #define DRM_FORMAT_YVU410 fourcc_code('Y', 'V', 'U', '9') /* 4x4 subsampled Cr (1) and Cb (2) plane… macro
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_fourcc.c | 229 …{ .format = DRM_FORMAT_YVU410, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub… in __drm_format_info()
|