Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm_fourcc.h61 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… macro
/dragonfly/sys/dev/drm/
H A Ddrm_fourcc.c112 …{ .format = DRM_FORMAT_XBGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()