Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm_fourcc.h126 #define DRM_FORMAT_BGR888_A8 fourcc_code('B', '8', 'A', '8') macro
/dragonfly/sys/dev/drm/
H A Ddrm_fourcc.c150 …{ .format = DRM_FORMAT_BGR888_A8, .depth = 32, .num_planes = 2, .cpp = { 3, 1, 0 }, .hsub = 1, .vs… in __drm_format_info()