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