/openbmc/qemu/hw/display/ |
H A D | bcm2835_fb.c | 60 uint32_t rgb888; in draw_line_src16() local 71 rgb888 = ldl_le_phys(&s->dma_as, s->vcram_base + (*src << 2)); in draw_line_src16() 72 r = (rgb888 >> 0) & 0xff; in draw_line_src16() 73 g = (rgb888 >> 8) & 0xff; in draw_line_src16() 74 b = (rgb888 >> 16) & 0xff; in draw_line_src16() 85 rgb888 = ldl_le_p(src); in draw_line_src16() 86 r = (rgb888 >> 0) & 0xff; in draw_line_src16() 87 g = (rgb888 >> 8) & 0xff; in draw_line_src16() 88 b = (rgb888 >> 16) & 0xff; in draw_line_src16() 92 rgb888 = ldl_le_p(src); in draw_line_src16() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/tilcdc/ |
H A D | tilcdc.txt | 26 crossed. This setup supports BGR565, RGB888 and XRGB8888 30 RGB888 and XRGB8888 formats. However, depending on wiring, the red
|
/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
|
H A D | tc358762.c | 50 #define LCDCTRL_RGB888 BIT(8) /* RGB888 mode */
|
/openbmc/linux/Documentation/devicetree/bindings/display/atmel/ |
H A D | hlcdc-dc.txt | 23 "rgb565", "rgb666" and "rgb888" respectively.
|
/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/u-boot/drivers/video/rockchip/ |
H A D | rk_vop.c | 64 rgb_mode = RGB888; in rkvop_enable() 165 mode_flags = 0; /* RGB888 */ in rkvop_mode_set()
|
/openbmc/linux/drivers/gpu/drm/armada/ |
H A D | armada_fb.c | 37 FMT(RGB888, 888PACK, CFG_SWAPRB); in armada_framebuffer_create()
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | st,st-mipid02.yaml | 21 Supported formats are RAW6, RAW7, RAW8, RAW10, RAW12, RGB565, RGB888,
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_output_7a1000.c | 36 * transparent. Loongson's DVO interface can directly drive RGB888 panels.
|
/openbmc/linux/Documentation/devicetree/bindings/media/xilinx/ |
H A D | xlnx,csi2rxss.yaml | 59 0x24 - RGB888
|
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_dw_mipi_dsi.h | 55 * 5=24-bit RGB888;
|
/openbmc/u-boot/tools/easylogo/ |
H A D | easylogo.c | 488 " -r Output RGB888 instead of YUYV\n" in usage() 519 puts("Using 24-bit RGB888 Output Fromat"); in main()
|
/openbmc/linux/drivers/media/platform/st/sti/bdisp/ |
H A D | bdisp-reg.h | 231 #define BDISP_RGB888 0x01 /* RGB888 */
|
H A D | bdisp-debug.c | 120 seq_puts(s, "RGB888 - "); in bdisp_dbg_dump_tty() 192 seq_puts(s, "RGB888 - "); in bdisp_dbg_dump_sty()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/ |
H A D | mdp_format.c | 105 FMT(RGB888, 0, 8, 8, 8, 1, 0, 2, 0, false, true, 3, 3,
|
/openbmc/linux/drivers/staging/media/tegra-video/ |
H A D | tegra210.c | 788 /* RGB888 */ 789 TEGRA210_VIDEO_FMT(RGB888, 24, RGB888_1X24, 4, T_A8R8G8B8, XBGR32), 790 TEGRA210_VIDEO_FMT(RGB888, 24, RGB888_1X32_PADHI, 4, T_A8B8G8R8,
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | css_receiver_2400_common_defs.h | 37 #define _HRT_CSS_RECEIVER_2400_DATA_FORMAT_ID_RGB888 36 /* 10 0100 RGB888 …
|
H A D | isp_acquisition_defs.h | 188 #define ACQ_RGB888_DATA 36 /* 10 0100 RGB888 */
|
/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/hrt/ |
H A D | mipi_backend_common_defs.h | 37 #define _HRT_CSS_RECEIVER_2400_DATA_FORMAT_ID_RGB888 36 /* 10 0100 RGB888 …
|
/openbmc/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | parallel-display.c | 175 * specified, RGB888 when it's not. in imx_pd_bridge_atomic_get_input_bus_fmts()
|
/openbmc/linux/drivers/gpu/drm/amd/display/include/ |
H A D | grph_object_ctrl_defs.h | 121 uint32_t RGB888:1; member
|
/openbmc/linux/drivers/gpu/drm/mcde/ |
H A D | mcde_display.c | 712 /* Assume RGB888 24 bit if we have no further info */ in mcde_configure_fifo() 714 dev_info(mcde->dev, "panel does not specify bus format, assume RGB888\n"); in mcde_configure_fifo() 734 dev_err(mcde->dev, "unknown bus format, assume RGB888\n"); in mcde_configure_fifo()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_format_helper.c | 571 * drm_fb_xrgb8888_to_rgb888 - Convert XRGB8888 to RGB888 clip buffer 572 * @dst: Array of RGB888 destination buffers 588 * Drivers can use this function for RGB888 devices that don't natively
|