Searched refs:DRM_FORMAT_BGR233 (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
D | drm_fourcc.h | 23 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
D | drm_fourcc.h | 36 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') macro
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
D | drm_fourcc.h | 96 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_fourcc.c | 162 …{ .format = DRM_FORMAT_BGR233, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info()
|