Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_RGB565_A8 (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/drm/
H A Ddrm_fourcc.h322 #define DRM_FORMAT_RGB565_A8 fourcc_code('R', '5', 'A', '8') macro
/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c231 …{ .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 Dipu-common.c77 case DRM_FORMAT_RGB565_A8: in ipu_drm_fourcc_to_colorspace()