| /kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
| D | ti-tfp410.c | 50 struct tfp410 *dvi = drm_connector_to_tfp410(connector); in tfp410_get_modes() local 54 if (dvi->next_bridge->ops & DRM_BRIDGE_OP_EDID) { in tfp410_get_modes() 55 edid = drm_bridge_get_edid(dvi->next_bridge, connector); in tfp410_get_modes() 88 struct tfp410 *dvi = drm_connector_to_tfp410(connector); in tfp410_connector_detect() local 90 return drm_bridge_detect(dvi->next_bridge); in tfp410_connector_detect() 104 struct tfp410 *dvi; in tfp410_hpd_work_func() local 106 dvi = container_of(work, struct tfp410, hpd_work.work); in tfp410_hpd_work_func() 108 if (dvi->bridge.dev) in tfp410_hpd_work_func() 109 drm_helper_hpd_irq_event(dvi->bridge.dev); in tfp410_hpd_work_func() 114 struct tfp410 *dvi = arg; in tfp410_hpd_callback() local [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/bridge/ |
| D | ti-tfp410.c | 52 struct tfp410 *dvi = drm_connector_to_tfp410(connector); in tfp410_get_modes() local 56 if (!dvi->ddc) in tfp410_get_modes() 59 edid = drm_get_edid(connector, dvi->ddc); in tfp410_get_modes() 90 struct tfp410 *dvi = drm_connector_to_tfp410(connector); in tfp410_connector_detect() local 92 if (dvi->hpd) { in tfp410_connector_detect() 93 if (gpiod_get_value_cansleep(dvi->hpd)) in tfp410_connector_detect() 99 if (dvi->ddc) { in tfp410_connector_detect() 100 if (drm_probe_ddc(dvi->ddc)) in tfp410_connector_detect() 120 struct tfp410 *dvi = drm_bridge_to_tfp410(bridge); in tfp410_attach() local 124 dev_err(dvi->dev, "Missing encoder\n"); in tfp410_attach() [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/connector/ |
| D | dvi-connector.txt | 1 DVI Connector 5 - compatible: "dvi-connector" 9 - ddc-i2c-bus: phandle to the i2c bus that is connected to DVI DDC 10 - analog: the connector has DVI analog pins 11 - digital: the connector has DVI digital pins 12 - dual-link: the connector has pins for DVI dual-link 16 - Video port for DVI input 24 compatible = "dvi-connector"; 25 label = "dvi";
|
| /kernel/linux/linux-4.19/Documentation/fb/ |
| D | viafb.txt | 14 Device: CRT, LCD, DVI 37 viafb_active_dev=CRT+DVI viafb_dvi_port=DVP1 106 This option is used to specify active devices.(CRT, DVI, CRT+LCD...) 107 DVI stands for DVI or HDMI, E.g., If you want to enable HDMI, 108 set viafb_active_dev=DVI. In SAMM case, the previous of 113 To enable one device, such as DVI only, we can use: 114 modprobe viafb viafb_active_dev=DVI 115 To enable two devices, such as CRT+DVI: 116 modprobe viafb viafb_active_dev=CRT+DVI; 119 modprobe viafb viafb_active_dev=CRT+DVI [all …]
|
| /kernel/linux/linux-5.10/Documentation/fb/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/connector/ |
| 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 39 description: Connection to controller providing DVI signals 56 compatible = "dvi-connector"; 57 label = "dvi";
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| 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.
|
| /kernel/linux/linux-4.19/drivers/video/fbdev/omap2/omapfb/displays/ |
| D | connector-dvi.c | 2 * Generic DVI Connector driver 62 r = in->ops.dvi->connect(in, dssdev); in dvic_connect() 77 in->ops.dvi->disconnect(in, dssdev); in dvic_disconnect() 92 in->ops.dvi->set_timings(in, &ddata->timings); in dvic_enable() 94 r = in->ops.dvi->enable(in); in dvic_enable() 111 in->ops.dvi->disable(in); in dvic_disable() 125 in->ops.dvi->set_timings(in, timings); in dvic_set_timings() 142 return in->ops.dvi->check_timings(in, timings); in dvic_check_timings() 332 { .compatible = "omapdss,dvi-connector", }, 342 .name = "connector-dvi", [all …]
|
| D | Kconfig | 11 tristate "TFP410 DPI to DVI Encoder" 13 Driver for TFP410 DPI to DVI encoder. 22 tristate "DVI Connector" 25 Driver for a generic DVI connector.
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/ |
| D | connector-dvi.c | 3 * Generic DVI Connector driver 59 r = in->ops.dvi->connect(in, dssdev); in dvic_connect() 74 in->ops.dvi->disconnect(in, dssdev); in dvic_disconnect() 89 in->ops.dvi->set_timings(in, &ddata->timings); in dvic_enable() 91 r = in->ops.dvi->enable(in); in dvic_enable() 108 in->ops.dvi->disable(in); in dvic_disable() 122 in->ops.dvi->set_timings(in, timings); in dvic_set_timings() 139 return in->ops.dvi->check_timings(in, timings); in dvic_check_timings() 329 { .compatible = "omapdss,dvi-connector", }, 339 .name = "connector-dvi", [all …]
|
| 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.
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/displays/ |
| D | connector-dvi.c | 2 * Generic DVI Connector driver 75 r = in->ops.dvi->connect(in, dssdev); in dvic_connect() 93 in->ops.dvi->disconnect(in, dssdev); in dvic_disconnect() 111 in->ops.dvi->set_timings(in, &ddata->vm); in dvic_enable() 113 r = in->ops.dvi->enable(in); in dvic_enable() 130 in->ops.dvi->disable(in); in dvic_disable() 144 in->ops.dvi->set_timings(in, vm); in dvic_set_timings() 161 return in->ops.dvi->check_timings(in, vm); in dvic_check_timings() 363 "DVI HPD", ddata); in dvic_probe_of() 441 { .compatible = "omapdss,dvi-connector", }, [all …]
|
| D | Kconfig | 10 tristate "TFP410 DPI to DVI Encoder" 12 Driver for TFP410 DPI to DVI encoder. 21 tristate "DVI Connector" 24 Driver for a generic DVI connector.
|
| /kernel/linux/linux-4.19/drivers/staging/sm750fb/ |
| D | ddk750_sii164.c | 27 /* Name of the DVI Controller chip */ 33 * This function gets the vendor ID of the DVI controller chip. 50 * This function gets the device ID of the DVI controller chip. 65 /* DVI.C will handle all SiI164 chip stuffs and try it best to make code minimal and useful */ 69 * This function initialize and detect the DVI controller chip. 246 * This function resets the DVI Controller Chip. 257 * This function returns a char string name of the current DVI Controller chip. 267 * This function sets the power configuration of the DVI Controller Chip. 333 /* Depending on each DVI controller, need to enable the hot plug based on each in sii164EnableHotPlugDetection() 344 * Check if the DVI Monitor is connected.
|
| /kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
| 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.
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/pl111/ |
| D | pl111_vexpress.c | 8 * gets muxed out on the DVI bridge. 60 * do not mux the CLCD on the motherboard to the DVI. in pl111_vexpress_clcd_init() 68 * motherboard to the DVI. in pl111_vexpress_clcd_init() 74 dev_info(dev, "DVI muxed to motherboard CLCD\n"); in pl111_vexpress_clcd_init() 78 "DVI muxed to daughterboard 1 (core tile) CLCD\n"); in pl111_vexpress_clcd_init() 88 dev_err(dev, "error setting DVI muxmode\n"); in pl111_vexpress_clcd_init()
|
| /kernel/linux/linux-4.19/Documentation/arm/OMAP/ |
| D | DSS | 222 dvi=/sys/devices/platform/omapdss/display1 232 Here's the default setup on OMAP3 SDP board. All planes go to LCD. DVI 237 FB0 --- GFX -\ DVI 241 Example: Switch from LCD to DVI 244 w=`cat $dvi/timings | cut -d "," -f 2 | cut -d "/" -f 1` 245 h=`cat $dvi/timings | cut -d "," -f 3 | cut -d "/" -f 1` 250 # at this point you have to switch the dvi/lcd dip-switch from the omap board 251 echo "dvi" > $mgr0/display 252 echo "1" > $dvi/enabled 256 FB0 --- GFX -\ -- DVI [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/ti/ |
| 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";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ti/ |
| 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";
|
| /kernel/linux/linux-4.19/Documentation/cdrom/ |
| D | Makefile | 8 `dvips -q -t letter -o $(LATEXFILE).ps $(LATEXFILE).dvi` ;\ 11 `xdvi $(LATEXFILE).dvi &` ;\ 16 rm -f $(LATEXFILE).ps $(LATEXFILE).dvi $(LATEXFILE).aux $(LATEXFILE).log
|
| /kernel/linux/linux-5.10/Documentation/arm/omap/ |
| 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 …]
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| 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) 119 * - DVI transmitter TI TFP410, 0x39 120 * - HDMI/DVI DDC channel 131 /* TI TFP410 DVI transmitter */ 132 dvi: video@39 { label
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| 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) 119 * - DVI transmitter TI TFP410, 0x39 120 * - HDMI/DVI DDC channel 131 /* TI TFP410 DVI transmitter */ 132 dvi: video@39 { label
|
| 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";
|
| 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";
|