Searched refs:DRM_FORMAT_ABGR4444 (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/drm/include/uapi/drm/ |
H A D | drm_fourcc.h | 171 #define DRM_FORMAT_ABGR4444 fourcc_code('A', 'B', '1', '2') /* [15:0] A:B:G:R 4:4:4:4 little endian… macro
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_fourcc.c | 180 …{ .format = DRM_FORMAT_ABGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
|