Searched refs:DRM_FORMAT_BGR233 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/uapi/drm/ |
H A D | drm_fourcc.h | 162 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */ macro
|
/openbmc/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 161 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */ macro
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_plane.c | 185 .drm = DRM_FORMAT_BGR233, 1591 case DRM_FORMAT_BGR233: in vc4_format_mod_supported()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 174 …{ .format = DRM_FORMAT_BGR233, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info()
|