Searched full:r5g6b5 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | panel-mipi-dbi-spi.yaml | 109 * `r5g6b5` - RGB565, 2 bytes 118 - r5g6b5 122 default: r5g6b5 150 format = "r5g6b5";
|
/linux/Documentation/devicetree/bindings/display/ |
H A D | simple-framebuffer.yaml | 101 * `r5g6b5` - 16-bit pixels, d[15:11]=r, d[10:5]=g, d[4:0]=b 113 - r5g6b5 205 format = "r5g6b5";
|
/linux/include/linux/platform_data/ |
H A D | simplefb.h | 18 { "r5g6b5", 16, {11, 5}, {5, 6}, {0, 5}, {0, 0}, DRM_FORMAT_RGB565 }, \
|
/linux/drivers/gpu/drm/tiny/ |
H A D | panel-mipi-dbi.c | 38 { "r5g6b5", DRM_FORMAT_RGB565, 16 },
|