/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | ti-tfp410.c | 52 struct tfp410 *dvi = drm_connector_to_tfp410(connector); in tfp410_get_modes() local 56 if (dvi->next_bridge->ops & DRM_BRIDGE_OP_EDID) { in tfp410_get_modes() 57 edid = drm_bridge_get_edid(dvi->next_bridge, connector); in tfp410_get_modes() 90 struct tfp410 *dvi = drm_connector_to_tfp410(connector); in tfp410_connector_detect() local 92 return drm_bridge_detect(dvi->next_bridge); in tfp410_connector_detect() 106 struct tfp410 *dvi; in tfp410_hpd_work_func() local 108 dvi = container_of(work, struct tfp410, hpd_work.work); in tfp410_hpd_work_func() 110 if (dvi->bridge.dev) in tfp410_hpd_work_func() 111 drm_helper_hpd_irq_event(dvi->bridge.dev); in tfp410_hpd_work_func() 116 struct tfp410 *dvi = arg; in tfp410_hpd_callback() local [all …]
|
/openbmc/linux/Documentation/fb/ |
H A D | viafb.rst | 16 Device: CRT, LCD, DVI 42 viafb_active_dev=CRT+DVI viafb_dvi_port=DVP1 109 This option is used to specify active devices.(CRT, DVI, CRT+LCD...) 110 DVI stands for DVI or HDMI, E.g., If you want to enable HDMI, 111 set viafb_active_dev=DVI. In SAMM case, the previous of 117 To enable one device, such as DVI only, we can use:: 119 modprobe viafb viafb_active_dev=DVI 121 To enable two devices, such as CRT+DVI:: 123 modprobe viafb viafb_active_dev=CRT+DVI; 127 modprobe viafb viafb_active_dev=CRT+DVI [all …]
|
/openbmc/u-boot/board/freescale/common/ |
H A D | diu_ch7301.c | 27 * from DIU->DVI. The DIU default is active igh, so DVI is set to 44 /* Monitor polarity is handled via DVI Sync Polarity Register */ 57 puts("I2C: failed to select proper dvi test pattern\n"); in diu_set_dvi_encoder() 64 puts("I2C: failed to select dvi input data format\n"); in diu_set_dvi_encoder() 73 puts("I2C: failed to select dvi syc polarity\n"); in diu_set_dvi_encoder() 83 puts("I2C: failed to select dvi pll charge_cntl\n"); in diu_set_dvi_encoder() 90 puts("I2C: failed to select dvi pll divider\n"); in diu_set_dvi_encoder() 97 puts("I2C: failed to select dvi pll filter\n"); in diu_set_dvi_encoder() 105 puts("I2C: failed to select dvi pll charge_cntl\n"); in diu_set_dvi_encoder() 112 puts("I2C: failed to select dvi pll divider\n"); in diu_set_dvi_encoder() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/connector/ |
H A D | dvi-connector.yaml | 4 $id: http://devicetree.org/schemas/display/connector/dvi-connector.yaml# 7 title: DVI Connector 14 const: dvi-connector 28 description: the connector has DVI analog pins 32 description: the connector has DVI digital pins 36 description: the connector has pins for DVI dual-link 40 description: Connection to controller providing DVI signals 57 compatible = "dvi-connector"; 58 label = "dvi";
|
/openbmc/u-boot/board/gdsys/common/ |
H A D | ch7301.c | 7 /* Chrontel CH7301C DVI Transmitter */ 24 CH7301_TCTL = 0x31, /* DVI Control Input Register */ 25 CH7301_TPCP = 0x33, /* DVI PLL Charge Pump Ctrl Register */ 26 CH7301_TPD = 0x34, /* DVI PLL Divide Register */ 27 CH7301_TPVT = 0x35, /* DVI PLL Supply Control Register */ 28 CH7301_TPF = 0x36, /* DVI PLL Filter Register */ 29 CH7301_TCT = 0x37, /* DVI Clock Test Register */ 34 CH7301_DSP = 0x56, /* DVI Sync polarity Register */
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-dv.rst | 11 `DVI <http://en.wikipedia.org/wiki/Digital_Visual_Interface>`__ 47 read-only control is applicable to DVI-D, HDMI and DisplayPort 56 that pad will be 0. This read-only control is applicable to DVI-D 65 is applicable to VGA, DVI-A/D, HDMI and DisplayPort connectors. 71 HDMI transmitters can transmit in DVI-D mode (just video) or in HDMI 85 standard correctly (unfortunately quite common for HDMI and DVI-D). 89 DVI-A/D, HDMI and DisplayPort connectors. 132 will be 0. This read-only control is applicable to DVI-D, HDMI and 144 standard correctly (unfortunately quite common for HDMI and DVI-D). 148 DVI-A/D, HDMI and DisplayPort connectors.
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | connector-dvi.c | 3 * Generic DVI Connector driver 58 return in->ops.dvi->connect(in, dssdev); in dvic_connect() 69 in->ops.dvi->disconnect(in, dssdev); in dvic_disconnect() 84 in->ops.dvi->set_timings(in, &ddata->timings); in dvic_enable() 86 r = in->ops.dvi->enable(in); in dvic_enable() 103 in->ops.dvi->disable(in); in dvic_disable() 117 in->ops.dvi->set_timings(in, timings); in dvic_set_timings() 134 return in->ops.dvi->check_timings(in, timings); in dvic_check_timings() 325 { .compatible = "omapdss,dvi-connector", }, 335 .name = "connector-dvi", [all …]
|
H A D | Kconfig | 12 tristate "TFP410 DPI to DVI Encoder" 14 Driver for TFP410 DPI to DVI encoder. 23 tristate "DVI Connector" 26 Driver for a generic DVI connector.
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | ddk750_sii164.c | 27 /* Name of the DVI Controller chip */ 33 * This function gets the vendor ID of the DVI controller chip. 52 * This function gets the device ID of the DVI controller chip. 70 * DVI.C will handle all SiI164 chip stuffs and try its best to make code 76 * This function initialize and detect the DVI controller chip. 254 * This function resets the DVI Controller Chip. 265 * This function returns a char string name of the current DVI Controller 277 * This function sets the power configuration of the DVI Controller Chip. 343 /* Depending on each DVI controller, need to enable the hot plug based in sii164EnableHotPlugDetection() 354 * Check if the DVI Monitor is connected.
|
H A D | ddk750_dvi.h | 5 /* dvi chip stuffs structros */ 28 /* Structure to hold all the function pointer to the DVI Controller. */ 44 /* dvi functions prototype */
|
/openbmc/u-boot/doc/ |
H A D | README.video | 31 Example: video-mode=fslfb:1280x1024-32@60,monitor=dvi 42 - monitor=[none|dvi|hdmi|lcd|vga|composite-*] - Select the video output to use 44 dvi/hdmi: Selects output over the hdmi connector with dvi resp. hdmi output 51 Defaults to monitor=dvi. 54 0: Disabled. Configure dvi/hdmi output even if no cable is detected 77 use: "setenv video-mode sunxi:1024x768-24@60,monitor=dvi,hpd=0,edid=1".
|
/openbmc/u-boot/board/freescale/mx51evk/ |
H A D | mx51evk_video.c | 34 static struct fb_videomode const dvi = { variable 35 .name = "DVI panel", 91 * Defaulting to dvi output. in board_video_skip() 93 ret = ipuv3_fb_init(&dvi, 0, IPU_PIX_FMT_RGB24); in board_video_skip() 95 printf("dvi cannot be configured: %d\n", ret); in board_video_skip()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Protocol.json | 44 "DVI", 53 "DVI": "DVI.", string 96 …"DVI": "This value shall indicate conformance to the Digital Display Working Group DVI-A, DVI-D, o… string 137 "DVI": "2021.1", string
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Protocol.json | 44 "DVI", 53 "DVI": "DVI.", string 96 …"DVI": "This value shall indicate conformance to the Digital Display Working Group DVI-A, DVI-D, o… string 137 "DVI": "2021.1", string
|
/openbmc/linux/Documentation/devicetree/bindings/display/ti/ |
H A D | ti,omap-dss.txt | 86 The Panda board has a DVI and a HDMI connector, and the board contains a TFP410 87 chip (MIPI DPI to DVI encoder) and a TPD12S015 chip (HDMI ESD protection & level 90 DSS Core --(MIPI DPI)--> TFP410 --(DVI)--> DVI Connector 129 compatible = "dvi-connector"; 130 label = "dvi";
|
/openbmc/linux/Documentation/arch/arm/omap/ |
H A D | dss.rst | 226 dvi=/sys/devices/platform/omapdss/display1 236 Here's the default setup on OMAP3 SDP board. All planes go to LCD. DVI 241 FB0 --- GFX -\ DVI 245 Example: Switch from LCD to DVI 250 w=`cat $dvi/timings | cut -d "," -f 2 | cut -d "/" -f 1` 251 h=`cat $dvi/timings | cut -d "," -f 3 | cut -d "/" -f 1` 256 # at this point you have to switch the dvi/lcd dip-switch from the omap board 257 echo "dvi" > $mgr0/display 258 echo "1" > $dvi/enabled 262 FB0 --- GFX -\ -- DVI [all …]
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | dove-sbc-a510.dts | 50 * 0.2 DVI transmitter TI TFP410 MSEN 51 * 0.3 DVI transmitter TI TFP410 PD# (active low power down) 117 * - DVI transmitter TI TFP410, 0x39 118 * - HDMI/DVI DDC channel 129 /* TI TFP410 DVI transmitter */ 130 dvi: video@39 { label
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts | 9 model = "Eukrea MBIMXSD25 with the DVI-SVGA Display"; 10 …compatible = "eukrea,mbimxsd25-baseboard-dvi-svga", "eukrea,mbimxsd25-baseboard", "eukrea,cpuimx25… 13 model = "DVI-SVGA";
|
H A D | imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts | 9 model = "Eukrea MBIMXSD25 with the DVI-VGA Display"; 10 …compatible = "eukrea,mbimxsd25-baseboard-dvi-vga", "eukrea,mbimxsd25-baseboard", "eukrea,cpuimx25"… 13 model = "DVI-VGA";
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_DAC1064.h | 37 /* drive DVI by standard(0)/DVI(1) PLL */ 40 /* drive CRTC1 by standard(0)/DVI(1) PLL */ 42 /* drive CRTC2 by standard(0)/DVI(1) PLL */ 46 /* DVI PLL loop filter bandwidth selection bits */
|
/openbmc/linux/include/drm/display/ |
H A D | drm_dp_dual_mode_helper.h | 29 * Optional for type 1 DVI adaptors 90 * @DRM_DP_DUAL_MODE_UNKNOWN: Could be either none or type 1 DVI adaptor 91 * @DRM_DP_DUAL_MODE_TYPE1_DVI: Type 1 DVI adaptor 93 * @DRM_DP_DUAL_MODE_TYPE2_DVI: Type 2 DVI adaptor
|
/openbmc/linux/Documentation/gpu/ |
H A D | kms-properties.csv | 2 ,DVI-I,“subconnector”,ENUM,"{ “Unknown”, “DVI-D”, “DVI-A” }",Connector,TBD 3 ,,“select subconnector”,ENUM,"{ “Automatic”, “DVI-D”, “DVI-A” }",Connector,TBD 21 ,,“audio”,ENUM,"{ ""force-dvi"", ""off"", ""auto"", ""on"" }",Connector,TBD 92 radeon,DVI-I,“coherent”,RANGE,"Min=0, Max=1",Connector,TBD
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | chrontel,ch7033.yaml | 33 DVI port, should be connected to a node compatible with the 34 dvi-connector binding. 53 vga-dvi-encoder@76 {
|
/openbmc/linux/drivers/video/fbdev/via/ |
H A D | ioctl.c | 66 /* Hot-Plug Priority: DVI > CRT*/ 77 DEBUG_MSG(KERN_INFO "DVI Attached...\n"); in viafb_ioctl_hotplug() 88 DEBUG_MSG(KERN_INFO "DVI De-attached...\n"); in viafb_ioctl_hotplug()
|
H A D | dvi.c | 160 /* DVI Set Mode */ 178 /* Sense DVI Connector */ 251 /* Query Flat Panel's EDID Table Version Through DVI Connector */ 307 DEBUG_MSG(KERN_INFO "DVI max pixelclock = %d\n", in dvi_get_panel_size_from_DDCv1() 312 /* If Disable DVI, turn off pad */ 388 /* If Enable DVI, turn off pad */ 410 /*fix dvi cann't be enabled with MB VT5718C4 - Al Zhang */ in viafb_dvi_enable() 418 /*fix DVI cannot enable on EPIA-M board */ in viafb_dvi_enable()
|