Searched refs:DRM_FORMAT_XRGB1555 (Results 1 – 3 of 3) sorted by relevance
/include/linux/platform_data/ |
D | simplefb.h | 20 { "x1r5g5b5", 16, {10, 5}, {5, 5}, {0, 5}, {0, 0}, DRM_FORMAT_XRGB1555 }, \
|
/include/drm/ |
D | drm_fourcc.h | 42 # define DRM_FORMAT_HOST_XRGB1555 (DRM_FORMAT_XRGB1555 | \ 49 # define DRM_FORMAT_HOST_XRGB1555 DRM_FORMAT_XRGB1555
|
/include/uapi/drm/ |
D | drm_fourcc.h | 175 #define DRM_FORMAT_XRGB1555 fourcc_code('X', 'R', '1', '5') /* [15:0] x:R:G:B 1:5:5:5 little endian… macro
|