Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_RGB332 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm_fourcc.h56 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */ macro
/dragonfly/sys/dev/drm/
H A Ddrm_fourcc.c109 …{ .format = DRM_FORMAT_RGB332, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info()