Searched full:a8b8g8r8 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | simple-framebuffer.yaml | 99 * `a8b8g8r8` - 32-bit pixels, d[31:24]=a, d[23:16]=b, d[15:8]=g, d[7:0]=r 111 - a8b8g8r8
|
/openbmc/u-boot/drivers/video/ |
H A D | simplefb.c | 51 } else if (strcmp(format, "a8b8g8r8") == 0) { in simple_video_probe()
|
/openbmc/linux/include/linux/platform_data/ |
H A D | simplefb.h | 26 { "a8b8g8r8", 32, {0, 8}, {8, 8}, {16, 8}, {24, 8}, DRM_FORMAT_ABGR8888 }, \
|