Home
last modified time | relevance | path

Searched full:rgb666 (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_mipi_dsi.h53 * 3=18-bit RGB666 config 1;
54 * 4=18-bit RGB666 config 2;
66 * 2=18-bit pixel, RGB666;
/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-mipi-dbi-spi.yaml55 the Type C interface and most common among these are RGB565 and RGB666.
111 * `r6x2g6x2b6x2` - RGB666, 3 bytes
/linux/drivers/gpu/drm/bridge/
H A DKconfig46 and produce RGB565, RGB666, RGB888 output format.
378 input that produces a DMD output in RGB565, RGB666, RGB888
H A Dtc358762.c46 #define LCDCTRL_MSF BIT(0) /* Magic square in RGB666 */
H A Dtc358764.c45 #define VP_CTRL_MSF BIT(0) /* Magic square in RGB666 */
H A Dtc358775.c527 /* RGB666 */ in tc_mode_valid()
H A Dtc358768.c433 * tc358768 supports RGB888, RGB666, RGB666_PACKED and RGB565, but only in tc358768_dsi_host_attach()
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dti,dlpc3433.yaml18 input that produces a DMD output in RGB565, RGB666, RGB888
H A Dchipone,icn6211.yaml16 produce RGB565, RGB666, RGB888 output format.
/linux/Documentation/devicetree/bindings/display/
H A Dst,stm32mp25-lvds.yaml29 - RGB888 or RGB666 output
/linux/Documentation/devicetree/bindings/media/xilinx/
H A Dxlnx,csi2rxss.yaml58 0x23 - RGB666
/linux/drivers/media/i2c/
H A Dalvium-csi2.h317 u64 rgb666:1; member
/linux/arch/arm/mach-sa1100/
H A Dassabet.c357 * takes an RGB666 signal, but we provide it with an RGB565 signal
/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i.dtsi496 lcd_rgb666_pins: lcd-rgb666-pins {
H A Dsun8i-a23-a33.dtsi367 lcd_rgb666_pins: lcd-rgb666-pins {
/linux/arch/riscv/boot/dts/allwinner/
H A Dsunxi-d1s-t113.dtsi82 lcd_rgb666_pins: lcd-rgb666-pins {
/linux/arch/arm64/boot/dts/rockchip/
H A Dpx30.dtsi2191 lcdc_rgb666_m0_data_pins: lcdc-rgb666-m0-data-pins {
2254 lcdc_rgb666_m1_data_pins: lcdc-rgb666-m1-data-pins {
/linux/drivers/gpu/drm/mcde/
H A Dmcde_display.c812 "we cannot handle the packed RGB666 format\n"); in mcde_configure_dsi_formatter()
/linux/drivers/gpu/drm/stm/
H A Dlvds.c788 case MEDIA_BUS_FMT_RGB666_1X7X3_SPWG: /* VESA-RGB666 */ in lvds_config_data_mapping()
/linux/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c923 /* if RGB666 format, then hactive must be multiple of 4 pixels */ in gen11_dsi_set_transcoder_timings()
/linux/drivers/video/fbdev/
H A Dpxafb.c338 case 18: SET_PIXFMT(var, 6, 6, 6, 0); break; /* RGB666 */ in pxafb_set_pixfmt()