/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_dw_mipi_dsi.h | 50 * 0=16-bit RGB565 config 1; 51 * 1=16-bit RGB565 config 2; 52 * 2=16-bit RGB565 config 3; 67 * 3=16-bit pixel, RGB565.
|
/openbmc/linux/Documentation/devicetree/bindings/display/atmel/ |
H A D | hlcdc-dc.txt | 23 "rgb565", "rgb666" and "rgb888" respectively. 61 Example 2: With a video interface override to force rgb565; as above
|
/openbmc/linux/Documentation/devicetree/bindings/display/tilcdc/ |
H A D | tilcdc.txt | 23 - "straight" indicates normal wiring that supports RGB565, 29 the legacy mode is assumed. This configuration supports RGB565,
|
/openbmc/qemu/hw/display/ |
H A D | bcm2835_fb.c | 59 uint16_t rgb565; in draw_line_src16() local 78 rgb565 = lduw_le_p(src); in draw_line_src16() 79 r = ((rgb565 >> 11) & 0x1f) << 3; in draw_line_src16() 80 g = ((rgb565 >> 5) & 0x3f) << 2; in draw_line_src16() 81 b = ((rgb565 >> 0) & 0x1f) << 3; in draw_line_src16()
|
H A D | sm501.c | 647 uint16_t rgb565; in get_hwc_palette() local 659 rgb565 = (color_reg >> 16) & 0xFFFF; in get_hwc_palette() 661 rgb565 = color_reg & 0xFFFF; in get_hwc_palette() 663 palette[i * 3 + 0] = ((rgb565 >> 11) * 527 + 23) >> 6; /* r */ in get_hwc_palette() 664 palette[i * 3 + 1] = (((rgb565 >> 5) & 0x3f) * 259 + 33) >> 6; /* g */ in get_hwc_palette() 665 palette[i * 3 + 2] = ((rgb565 & 0x1f) * 527 + 23) >> 6; /* b */ in get_hwc_palette() 1654 uint16_t rgb565; in draw_line16_32() local 1658 rgb565 = lduw_le_p(s); in draw_line16_32() 1659 r = (rgb565 >> 8) & 0xf8; in draw_line16_32() 1660 g = (rgb565 >> 3) & 0xfc; in draw_line16_32() [all …]
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | testlist.txt | 2255 kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu 2257 kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt 2259 kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc 2261 kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite 2263 kms_frontbuffer_tracking@fbc-rgb565-draw-blt 2265 kms_frontbuffer_tracking@fbc-rgb565-draw-render 2267 kms_frontbuffer_tracking@psr-rgb565-draw-mmap-cpu 2269 kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt 2271 kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc 2273 kms_frontbuffer_tracking@psr-rgb565-draw-pwrite [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | ov2640.txt | 4 CIF, SVGA, UXGA. It also can support the YUV422/420, RGB565/555 or raw RGB
|
H A D | ov2659.txt | 6 YUV422, RGB565/555 or raw RGB output formats.
|
H A D | ov7670.txt | 4 CIF, SVGA, UXGA. It also can support the YUV422/420, RGB565/555 or raw RGB
|
H A D | ovti,ov772x.yaml | 15 support the YUV422, RGB565/555/444, GRB422 or raw RGB output formats.
|
H A D | st,st-mipid02.yaml | 21 Supported formats are RAW6, RAW7, RAW8, RAW10, RAW12, RGB565, RGB888,
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | Kconfig | 29 and produce RGB565, RGB666, RGB888 output format. 342 input that produces a DMD output in RGB565, RGB666, RGB888
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/modes/interface/ |
H A D | isp_types.h | 30 * NOTE: for rgb565, we set isp_bits_per_pixel to 565, for all other rgb
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | cafe_ccic.rst | 16 RGB565, and RGB444 formats. (Anybody looking at the code will see RGB32 as
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | chipone,icn6211.yaml | 16 produce RGB565, RGB666, RGB888 output format.
|
H A D | ti,dlpc3433.yaml | 18 input that produces a DMD output in RGB565, RGB666, RGB888
|
/openbmc/linux/drivers/gpu/drm/armada/ |
H A D | armada_fb.c | 33 FMT(RGB565, 565, CFG_SWAPRB); in armada_framebuffer_create()
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-osd.c | 43 static const u16 rgb565[16] = { variable 55 rgb = rgb565; in vivid_clear_fb()
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | fb_pcd8544.c | 5 * The display is monochrome and the video memory is RGB565.
|
H A D | fb_uc1701.c | 5 * The display is monochrome and the video memory is RGB565.
|
H A D | fb_tls8204.c | 5 * The display is monochrome and the video memory is RGB565.
|
/openbmc/linux/drivers/gpu/drm/pl111/ |
H A D | pl111_versatile.c | 339 * supporting RGB565/BGR565 534 /* This can do RGB565 with external PLD */ in pl111_versatile_init()
|
/openbmc/linux/Documentation/devicetree/bindings/media/xilinx/ |
H A D | xlnx,csi2rxss.yaml | 57 0x22 - RGB565
|
/openbmc/linux/Documentation/devicetree/bindings/display/imx/ |
H A D | fsl-imx-drm.txt | 120 display interface. Currently supported types: "rgb24", "rgb565", "bgr666"
|
/openbmc/linux/Documentation/fb/ |
H A D | pxafb.rst | 106 bpp = 16 -- for RGB565 or RGBT555
|