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