Searched refs:DRM_FORMAT_RGB565_A8 (Results 1 – 3 of 3) sorted by relevance
| /linux/include/uapi/drm/ |
| H A D | drm_fourcc.h | 322 #define DRM_FORMAT_RGB565_A8 fourcc_code('R', '5', 'A', '8') macro
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_fourcc.c | 231 …{ .format = DRM_FORMAT_RGB565_A8, .depth = 24, .num_planes = 2, .cpp = { 2, 1, 0 }, .hsub = 1, .vs… in __drm_format_info()
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-common.c | 77 case DRM_FORMAT_RGB565_A8: in ipu_drm_fourcc_to_colorspace()
|