Home
last modified time | relevance | path

Searched full:rgb888 (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/qemu/hw/display/
H A Dbcm2835_fb.c60 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 Dtilcdc.txt26 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 DKconfig29 and produce RGB565, RGB666, RGB888 output format.
342 input that produces a DMD output in RGB565, RGB666, RGB888
H A Dtc358762.c50 #define LCDCTRL_RGB888 BIT(8) /* RGB888 mode */
/openbmc/linux/Documentation/devicetree/bindings/display/atmel/
H A Dhlcdc-dc.txt23 "rgb565", "rgb666" and "rgb888" respectively.
/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/u-boot/drivers/video/rockchip/
H A Drk_vop.c64 rgb_mode = RGB888; in rkvop_enable()
165 mode_flags = 0; /* RGB888 */ in rkvop_mode_set()
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_fb.c37 FMT(RGB888, 888PACK, CFG_SWAPRB); in armada_framebuffer_create()
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dst,st-mipid02.yaml21 Supported formats are RAW6, RAW7, RAW8, RAW10, RAW12, RGB565, RGB888,
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_output_7a1000.c36 * transparent. Loongson's DVO interface can directly drive RGB888 panels.
/openbmc/linux/Documentation/devicetree/bindings/media/xilinx/
H A Dxlnx,csi2rxss.yaml59 0x24 - RGB888
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_mipi_dsi.h55 * 5=24-bit RGB888;
/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c488 " -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 Dbdisp-reg.h231 #define BDISP_RGB888 0x01 /* RGB888 */
H A Dbdisp-debug.c120 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 Dmdp_format.c105 FMT(RGB888, 0, 8, 8, 8, 1, 0, 2, 0, false, true, 3, 3,
/openbmc/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c788 /* 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 Dcss_receiver_2400_common_defs.h37 #define _HRT_CSS_RECEIVER_2400_DATA_FORMAT_ID_RGB888 36 /* 10 0100 RGB888
H A Disp_acquisition_defs.h188 #define ACQ_RGB888_DATA 36 /* 10 0100 RGB888 */
/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/hrt/
H A Dmipi_backend_common_defs.h37 #define _HRT_CSS_RECEIVER_2400_DATA_FORMAT_ID_RGB888 36 /* 10 0100 RGB888
/openbmc/linux/drivers/gpu/drm/imx/ipuv3/
H A Dparallel-display.c175 * 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 Dgrph_object_ctrl_defs.h121 uint32_t RGB888:1; member
/openbmc/linux/drivers/gpu/drm/mcde/
H A Dmcde_display.c712 /* 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 Ddrm_format_helper.c571 * 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

123