Searched full:displayport (Results 1 – 25 of 123) sorted by relevance
12345
| /Linux-v6.1/Documentation/ABI/testing/ |
| D | sysfs-driver-typec-displayport | 1 What: /sys/bus/typec/devices/.../displayport/configuration 5 Shows the current DisplayPort configuration for the connector. 6 Valid values are USB, source and sink. Source means DisplayPort 7 source, and sink means DisplayPort sink. 19 separate configuration defined in VESA DisplayPort Alt Mode on 25 What: /sys/bus/typec/devices/.../displayport/pin_assignment 29 VESA DisplayPort Alt Mode on USB Type-C Standard defines six 44 Note. As of VESA DisplayPort Alt Mode on USB Type-C Standard 49 for carrying DisplayPort protocol (allowing higher resolutions).
|
| /Linux-v6.1/include/linux/usb/ |
| D | typec_dp.h | 16 * Connector states matching the pin assignments in DisplayPort Alt Mode 23 * Note. DisplayPort USB Type-C Alt Mode Specification version 1.0b deprecated 37 * struct typec_displayport_data - DisplayPort Alt Mode specific data 42 * contains the VDOs from the two DisplayPort Type-C alternate mode specific 61 /* DisplayPort alt mode specific commands */ 65 /* DisplayPort Capabilities VDO bits (returned with Discover Modes) */ 82 /* DisplayPort Status Update VDO bits */ 96 /* DisplayPort Configurations VDO bits */
|
| /Linux-v6.1/Documentation/userspace-api/media/v4l/ |
| D | ext-ctrls-dv.rst | 12 (Digital Visual Interface), HDMI (:ref:`hdmi`) and DisplayPort 47 read-only control is applicable to DVI-D, HDMI and DisplayPort 65 is applicable to VGA, DVI-A/D, HDMI and DisplayPort connectors. 89 DVI-A/D, HDMI and DisplayPort connectors. 96 information is sent over HDMI and DisplayPort connectors as part of 133 DisplayPort connectors. 148 DVI-A/D, HDMI and DisplayPort connectors. 155 sent over HDMI and DisplayPort connectors as part of the AVI
|
| /Linux-v6.1/drivers/gpu/drm/msm/dp/ |
| D | dp_power.h | 12 * sruct dp_power - DisplayPort's power related data 79 * This API will configure the DisplayPort's clocks and regulator 90 * This API will de-initialize the DisplayPort's clocks and regulator 96 * dp_power_get() - configure and get the DisplayPort power module data 101 * This API will configure the DisplayPort's power module and provides
|
| D | dp_hpd.h | 21 * struct dp_usbpd - DisplayPort status 28 * @exit_dp_mode: request exit from displayport mode
|
| /Linux-v6.1/drivers/gpu/drm/xlnx/ |
| D | Kconfig | 2 tristate "ZynqMP DisplayPort Controller Driver" 15 This is a DRM/KMS driver for ZynqMP DisplayPort controller. Choose 16 this option if you have a Xilinx ZynqMP SoC with DisplayPort
|
| D | zynqmp_dp.c | 3 * ZynqMP DisplayPort Driver 253 * struct zynqmp_dp_mode - Configured mode of DisplayPort 267 * struct zynqmp_dp_config - Configuration of DisplayPort from DTS 279 * struct zynqmp_dp - Xilinx DisplayPort core 386 * @dp: DisplayPort IP core structure 425 * @dp: DisplayPort IP core structure 450 * @dp: DisplayPort IP core structure 501 * @dp: DisplayPort IP core structure 532 * DisplayPort Link Training 550 * @dp: DisplayPort IP core structure [all …]
|
| D | zynqmp_dpsub.h | 29 * struct zynqmp_dpsub - ZynqMP DisplayPort Subsystem 34 * @dp: The DisplayPort controller
|
| /Linux-v6.1/include/linux/phy/ |
| D | phy-dp.h | 12 * struct phy_configure_opts_dp - DisplayPort PHY configuration set 15 * DisplayPort phy. 40 * Voltage swing levels, as specified by DisplayPort specification, 51 * Pre-emphasis levels, as specified by DisplayPort specification, to be
|
| /Linux-v6.1/drivers/usb/typec/altmodes/ |
| D | Kconfig | 6 tristate "DisplayPort Alternate Mode driver" 9 DisplayPort USB Type-C Alternate Mode allows DisplayPort
|
| D | displayport.c | 3 * USB Typec-C DisplayPort Alternate Mode driver 8 * DisplayPort is trademark of VESA (www.vesa.org) 18 #include "displayport.h" 157 sysfs_notify(&dp->alt->dev.kobj, "displayport", "configuration"); in dp_altmode_configured() 158 sysfs_notify(&dp->alt->dev.kobj, "displayport", "pin_assignment"); in dp_altmode_configured() 518 .name = "displayport", 551 alt->desc = "DisplayPort"; in dp_altmode_probe() 555 dp->connector_fwnode = fwnode_find_reference(fwnode, "displayport", 0); in dp_altmode_probe() 603 MODULE_DESCRIPTION("DisplayPort Alternate Mode");
|
| /Linux-v6.1/Documentation/devicetree/bindings/display/xlnx/ |
| D | xlnx,zynqmp-dpsub.yaml | 7 title: Xilinx ZynqMP DisplayPort Subsystem 10 The DisplayPort subsystem of Xilinx ZynqMP (Zynq UltraScale+ MPSoC) 11 implements the display and audio pipelines based on the DisplayPort v1.2 18 | 2x aud | | | Audio/Video | --> | Pipeline | | | DisplayPort |---> | PHY0 | 33 conversion. The Audio Mixer mixes the incoming audio streams. The DisplayPort 34 Source Controller handles the DisplayPort protocol and connects to external
|
| /Linux-v6.1/drivers/gpu/drm/bridge/analogix/ |
| D | Kconfig | 11 ANX6345 is an ultra-low power Full-HD DisplayPort/eDP 14 application processor to eDP or DisplayPort. 27 or DisplayPort.
|
| /Linux-v6.1/drivers/gpu/drm/display/ |
| D | Kconfig | 18 DRM display helpers for DisplayPort. 42 bool "Enable DisplayPort CEC-Tunneling-over-AUX HDMI support" 48 DisplayPort/USB-C to HDMI adapters.
|
| D | drm_dp_helper.c | 511 * The DisplayPort AUX channel is an abstraction to allow generic, driver- 579 * @aux: DisplayPort AUX channel (SST) 604 * @aux: DisplayPort AUX channel (SST or MST) 652 * @aux: DisplayPort AUX channel (SST or MST) 682 * @aux: DisplayPort AUX channel 698 * @aux: DisplayPort AUX channel 758 * @dpcd: DisplayPort configuration data 780 * @dpcd: DisplayPort configuration data 815 * @aux: DisplayPort AUX channel 927 * @aux: DisplayPort AUX channel [all …]
|
| D | drm_dp_cec.c | 3 * DisplayPort CEC-Tunneling-over-AUX support 47 * As far as I can see there is no mechanism defined in the DisplayPort 57 * feature of DisplayPort-to-HDMI adapters. 237 * @aux: DisplayPort AUX channel 419 * @aux: DisplayPort AUX channel 441 * @aux: DisplayPort AUX channel
|
| /Linux-v6.1/Documentation/devicetree/bindings/display/tegra/ |
| D | nvidia,tegra124-dpaux.yaml | 7 title: NVIDIA Tegra DisplayPort AUX Interface 18 When configured for DisplayPort AUX operation, the DPAUX controller 19 can also be used to communicate with a DisplayPort device using the 76 description: phandle of a supply that powers the DisplayPort
|
| /Linux-v6.1/drivers/gpu/drm/tegra/ |
| D | dp.c | 160 * drm_dp_link_probe() - probe a DisplayPort link for capabilities 161 * @aux: DisplayPort AUX channel 259 * drm_dp_link_power_up() - power up a DisplayPort link 260 * @aux: DisplayPort AUX channel 296 * drm_dp_link_power_down() - power down a DisplayPort link 297 * @aux: DisplayPort AUX channel 326 * drm_dp_link_configure() - configure a DisplayPort link 327 * @aux: DisplayPort AUX channel 431 * These functions contain common logic and helpers to implement DisplayPort 436 * drm_dp_link_train_init() - initialize DisplayPort link training state [all …]
|
| /Linux-v6.1/Documentation/devicetree/bindings/clock/ |
| D | qcom,mmcc.yaml | 192 - description: DisplayPort phy PLL link clock 193 - description: DisplayPort phy PLL vco clock 228 - description: DisplayPort phy PLL link clock 229 - description: DisplayPort phy PLL vco clock
|
| /Linux-v6.1/Documentation/devicetree/bindings/display/ |
| D | dp-aux-bus.yaml | 7 title: DisplayPort AUX bus 13 DisplayPort controllers provide a control channel to the sinks that
|
| /Linux-v6.1/Documentation/devicetree/bindings/display/msm/ |
| D | dp-controller.yaml | 13 Device tree bindings for DisplayPort host controller for MSM targets 14 that are compatible with VESA DisplayPort interface specification. 151 displayport-controller@ae90000 {
|
| /Linux-v6.1/Documentation/devicetree/bindings/dma/xilinx/ |
| D | xlnx,zynqmp-dpdma.yaml | 7 title: Xilinx ZynqMP DisplayPort DMA Controller Device Tree Bindings 11 DisplayPort Subsystem. The DMA engine supports up to 6 DMA channels (3
|
| /Linux-v6.1/sound/pci/hda/ |
| D | Kconfig | 176 tristate "Build HDMI/DisplayPort HD-audio codec support" 179 Say Y or M here to include HDMI and DisplayPort HD-audio codec 181 Intel and Nvidia HDMI/DisplayPort codecs. 297 When enabled, the HDMI/DisplayPort codec will continue to provide
|
| /Linux-v6.1/Documentation/devicetree/bindings/display/bridge/ |
| D | ite,it6505.yaml | 13 The IT6505 is a high-performance DisplayPort 1.1a transmitter, 14 fully compliant with DisplayPort 1.1a, HDCP 1.3 specifications.
|
| /Linux-v6.1/drivers/gpu/drm/bridge/ |
| D | Kconfig | 64 2.0 to DisplayPort 1.3 Ultra-HD. It is connected 88 tristate "ITE IT6505 DisplayPort bridge" 100 ITE IT6505 DisplayPort bridge chip driver.
|
12345