/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,dpi.yaml | 4 $id: http://devicetree.org/schemas/display/mediatek/mediatek,dpi.yaml# 7 title: MediaTek DPI and DP_INTF Controller 14 The MediaTek DPI and DP_INTF function blocks are a sink of the display 22 - mediatek,mt2701-dpi 23 - mediatek,mt7623-dpi 24 - mediatek,mt8173-dpi 25 - mediatek,mt8183-dpi 26 - mediatek,mt8186-dpi 28 - mediatek,mt8192-dpi 32 - mediatek,mt6795-dpi [all …]
|
H A D | mediatek,dpi.txt | 1 Mediatek DPI Device 4 The Mediatek DPI function block is a sink of the display subsystem and 9 - compatible: "mediatek,<chip>-dpi" 25 dpi0: dpi@1401d000 { 26 compatible = "mediatek,mt8173-dpi";
|
H A D | mediatek,disp.txt | 26 Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml. 44 "mediatek,<chip>-dpi" - DPI controller, see mediatek,dpi.txt 54 DPI controller nodes have multiple clock inputs. These are documented in 55 mediatek,dsi.txt and mediatek,dpi.txt, respectively. 202 dpi0: dpi@1401d000 { 203 /* See mediatek,dpi.txt for details */
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_res.c | 847 struct bnxt_qplib_dpi *dpi, in bnxt_qplib_alloc_dpi() argument 868 /* Found unused DPI */ in bnxt_qplib_alloc_dpi() 871 dpi->bit = bit_num; in bnxt_qplib_alloc_dpi() 872 dpi->dpi = bit_num + (reg->offset - dpit->ucreg.offset) / PAGE_SIZE; in bnxt_qplib_alloc_dpi() 875 dpi->umdbr = umaddr; in bnxt_qplib_alloc_dpi() 879 dpi->umdbr = dpit->ucreg.bar_base + in bnxt_qplib_alloc_dpi() 881 dpi->dbr = dpit->priv_db; in bnxt_qplib_alloc_dpi() 882 dpi->dpi = dpi->bit; in bnxt_qplib_alloc_dpi() 885 dpi->dbr = ioremap_wc(umaddr, PAGE_SIZE); in bnxt_qplib_alloc_dpi() 886 if (_is_chip_p7(res->cctx) && dpi->dbr) in bnxt_qplib_alloc_dpi() [all …]
|
H A D | bnxt_re-abi.h | 80 __u32 dpi; member 123 __u32 dpi; member 161 __u32 dpi; member
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | brcm,bcm2835-dpi.yaml | 4 $id: http://devicetree.org/schemas/display/brcm,bcm2835-dpi.yaml# 7 title: Broadcom VC4 (VideoCore4) DPI Controller 14 const: brcm,bcm2835-dpi 47 dpi: dpi@7e208000 { 48 compatible = "brcm,bcm2835-dpi";
|
H A D | brcm,bcm-vc4.txt | 41 Required properties for DPI: 42 - compatible: Should be "brcm,bcm2835-dpi" 110 dpi: dpi@7e208000 { 111 compatible = "brcm,bcm2835-dpi";
|
H A D | st,stm32-ltdc.yaml | 39 Video port for DPI RGB output. 41 - for external dpi rgb panel or bridge, using gpios. 42 - for internal dpi input of the MIPI DSI host controller.
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | lontium,lt9211.yaml | 7 title: Lontium LT9211 DSI/LVDS/DPI to DSI/LVDS/DPI bridge. 14 or Single DPI to Single/Dual-Link DSI/LVDS or Single DPI. 42 LVDS port-1 for LVDS input or DPI input. 55 LVDS port-1 for LVDS output or DPI output.
|
H A D | toshiba,tc358767.yaml | 7 title: Toshiba TC358767/TC358867/TC9595 DSI/DPI/eDP bridge 14 converts DSI/DPI to eDP/DP . 91 DPI input/output port. The remote endpoint phandle should be a 92 reference to a valid DPI output or input endpoint node. 140 /* DPI input and eDP output */ 177 /* DPI input and DP output */
|
H A D | toshiba,tc358762.yaml | 7 title: Toshiba TC358762 MIPI DSI to MIPI DPI bridge 13 The TC358762 is bridge device which converts MIPI DSI to MIPI DPI. 42 Video port for MIPI DPI output (panel or connector).
|
H A D | fsl,ldb.yaml | 7 title: Freescale i.MX8MP DPI to LVDS bridge chip 14 for configuring the on-SoC DPI-to-LVDS serializer. This describes 44 description: Video port for DPI input.
|
H A D | nwl-dsi.yaml | 75 - description: dsi dpi reset line 82 - const: dpi 165 reset-names = "byte", "dpi", "esc", "pclk";
|
H A D | toshiba,tc358767.txt | 17 to a DPI/DSI source and to an eDP/DP sink according to [1][2]: 19 - port@1: DPI input port
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | panel-dpi.yaml | 4 $id: http://devicetree.org/schemas/display/panel/panel-dpi.yaml# 7 title: Generic MIPI DPI Panel 18 Shall contain a panel specific compatible and "panel-dpi" 22 - const: panel-dpi 43 compatible = "startek,startek-kd050c", "panel-dpi";
|
H A D | startek,startek-kd050c.yaml | 13 - $ref: panel-dpi.yaml# 19 - {} # panel-dpi, but not listed here to avoid false select
|
/freebsd/sys/dev/drm2/ |
H A D | drm_dp_helper.h | 34 * DPI: DisplayPort Interoperability Guideline v1.1a 37 * 1.2 formally includes both eDP and DPI definitions. 81 # define DP_DETAILED_CAP_INFO_AVAILABLE (1 << 4) /* DPI */ 90 #define DP_I2C_SPEED_CAP 0x00c /* DPI */ 204 #define DP_I2C_SPEED_CONTROL_STATUS 0x109 /* DPI */
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-thunder.dts | 15 dss_dpi_pins: dss-dpi-pins { 61 /* Needed to power the DPI pins */ 86 compatible = "samsung,lte430wq-f0c", "panel-dpi";
|
H A D | omap3-ha-lcd.dts | 39 dss_dpi_pins: dss-dpi-pins { 97 /* Needed to power the DPI pins */ 122 compatible = "panel-dpi";
|
H A D | omap3-panel-sharp-ls037v7dw01.dtsi | 3 * Common file for omap dpi panels with QVGA and reset pins 43 /* Needed to power the DPI pins */
|
H A D | omap3-overo-common-lcd43.dtsi | 11 dss_dpi_pins: dss-dpi-pins { 72 /* Needed to power the DPI pins */ 97 compatible = "samsung,lte430wq-f0c", "panel-dpi";
|
/freebsd/sys/contrib/device-tree/Bindings/display/ti/ |
H A D | ti,omap2-dss.txt | 16 - Video port for DPI output 18 DPI Endpoint required properties:
|
H A D | ti,am65x-dss.yaml | 18 internally routed to 2 OLDI TXes. The second video port supports DPI 91 For AM625 DSS, the internal DPI output port node from video 98 The DSS DPI output port node from video port 2
|
H A D | ti,omap-dss.txt | 22 HDMI, MIPI DPI, etc. 87 chip (MIPI DPI to DVI encoder) and a TPD12S015 chip (HDMI ESD protection & level 90 DSS Core --(MIPI DPI)--> TFP410 --(DVI)--> DVI Connector
|
H A D | ti,dra7-dss.txt | 33 - Video port for DPI output 35 DPI Endpoint required properties:
|