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