Home
last modified time | relevance | path

Searched full:rgb565 (Results 1 – 25 of 92) sorted by relevance

1234

/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_mipi_dsi.h50 * 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 Dhlcdc-dc.txt23 "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 Dtilcdc.txt23 - "straight" indicates normal wiring that supports RGB565,
29 the legacy mode is assumed. This configuration supports RGB565,
/openbmc/qemu/hw/display/
H A Dbcm2835_fb.c59 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 Dsm501.c647 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 Dtestlist.txt2255 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 Dov2640.txt4 CIF, SVGA, UXGA. It also can support the YUV422/420, RGB565/555 or raw RGB
H A Dov2659.txt6 YUV422, RGB565/555 or raw RGB output formats.
H A Dov7670.txt4 CIF, SVGA, UXGA. It also can support the YUV422/420, RGB565/555 or raw RGB
H A Dovti,ov772x.yaml15 support the YUV422, RGB565/555/444, GRB422 or raw RGB output formats.
H A Dst,st-mipid02.yaml21 Supported formats are RAW6, RAW7, RAW8, RAW10, RAW12, RGB565, RGB888,
/openbmc/linux/drivers/gpu/drm/bridge/
H A DKconfig29 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 Disp_types.h30 * NOTE: for rgb565, we set isp_bits_per_pixel to 565, for all other rgb
/openbmc/linux/Documentation/admin-guide/media/
H A Dcafe_ccic.rst16 RGB565, and RGB444 formats. (Anybody looking at the code will see RGB32 as
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dchipone,icn6211.yaml16 produce RGB565, RGB666, RGB888 output format.
H A Dti,dlpc3433.yaml18 input that produces a DMD output in RGB565, RGB666, RGB888
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_fb.c33 FMT(RGB565, 565, CFG_SWAPRB); in armada_framebuffer_create()
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c43 static const u16 rgb565[16] = { variable
55 rgb = rgb565; in vivid_clear_fb()
/openbmc/linux/drivers/staging/fbtft/
H A Dfb_pcd8544.c5 * The display is monochrome and the video memory is RGB565.
H A Dfb_uc1701.c5 * The display is monochrome and the video memory is RGB565.
H A Dfb_tls8204.c5 * The display is monochrome and the video memory is RGB565.
/openbmc/linux/drivers/gpu/drm/pl111/
H A Dpl111_versatile.c339 * supporting RGB565/BGR565
534 /* This can do RGB565 with external PLD */ in pl111_versatile_init()
/openbmc/linux/Documentation/devicetree/bindings/media/xilinx/
H A Dxlnx,csi2rxss.yaml57 0x22 - RGB565
/openbmc/linux/Documentation/devicetree/bindings/display/imx/
H A Dfsl-imx-drm.txt120 display interface. Currently supported types: "rgb24", "rgb565", "bgr666"
/openbmc/linux/Documentation/fb/
H A Dpxafb.rst106 bpp = 16 -- for RGB565 or RGBT555

1234