| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A 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).
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/ |
| H A 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
|
| H A D | dp_hpd.h | 21 * struct dp_usbpd - DisplayPort status 28 * @exit_dp_mode: request exit from displayport mode
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/xlnx/ |
| H A 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
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | generic-phy-dp.h | 10 * struct phy_configure_opts_dp - DisplayPort PHY configuration set 13 * DisplayPort phy. 38 * Voltage swing levels, as specified by DisplayPort specification, 49 * Pre-emphasis levels, as specified by DisplayPort specification, to be
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/xlnx/ |
| H A D | zynqmp_dp.c | 3 * ZynqMP DisplayPort Driver 252 * struct zynqmp_dp_mode - Configured mode of DisplayPort 266 * struct zynqmp_dp_config - Configuration of DisplayPort from DTS 278 * struct zynqmp_dp - Xilinx DisplayPort core 385 * @dp: DisplayPort IP core structure 424 * @dp: DisplayPort IP core structure 449 * @dp: DisplayPort IP core structure 500 * @dp: DisplayPort IP core structure 531 * DisplayPort Link Training 549 * @dp: DisplayPort IP core structure [all …]
|
| H A D | Kconfig | 2 tristate "ZynqMP DisplayPort Controller Driver" 12 This is a DRM/KMS driver for ZynqMP DisplayPort controller. Choose 13 this option if you have a Xilinx ZynqMP SoC with DisplayPort
|
| H A D | zynqmp_dpsub.h | 29 * struct zynqmp_dpsub - ZynqMP DisplayPort Subsystem 34 * @dp: The DisplayPort controller
|
| /OK3568_Linux_fs/kernel/include/linux/phy/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_dp_helper.c | 204 * The DisplayPort AUX channel is an abstraction to allow generic, driver- 272 * @aux: DisplayPort AUX channel (SST or MST) 322 * @aux: DisplayPort AUX channel (SST or MST) 352 * @aux: DisplayPort AUX channel 375 * @dpcd: DisplayPort configuration data 397 * @dpcd: DisplayPort configuration data 432 * @aux: DisplayPort AUX channel 545 * @aux: DisplayPort AUX channel 579 * @aux: DisplayPort AUX channel 631 * @dpcd: DisplayPort configuration data [all …]
|
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/ |
| H A D | Kconfig | 9 ANX6345 is an ultra-low Full-HD DisplayPort/eDP 12 application processor to eDP or DisplayPort. 23 or DisplayPort.
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/altmodes/ |
| H A D | Kconfig | 6 tristate "DisplayPort Alternate Mode driver" 10 DisplayPort USB Type-C Alternate Mode allows DisplayPort
|
| H A D | displayport.c | 3 * USB Typec-C DisplayPort Alternate Mode driver 8 * DisplayPort is trademark of VESA (www.vesa.org) 18 #include "displayport.h" 168 sysfs_notify(&dp->alt->dev.kobj, "displayport", "configuration"); in dp_altmode_configured() 178 sysfs_notify(&dp->alt->dev.kobj, "displayport", "pin_assignment"); in dp_altmode_configured() 537 .name = "displayport", 570 alt->desc = "DisplayPort"; in dp_altmode_probe() 574 dp->connector_fwnode = fwnode_find_reference(fwnode, "displayport", 0); in dp_altmode_probe() 622 MODULE_DESCRIPTION("DisplayPort Alternate Mode");
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/exynos/ |
| H A D | exynos_dp_lowlevel.c | 499 * Set DisplayPort transaction and write 1 byte in exynos_dp_write_byte_to_dpcd() 500 * If bit 3 is 1, DisplayPort transaction. in exynos_dp_write_byte_to_dpcd() 536 * Set DisplayPort transaction and read 1 byte in exynos_dp_read_byte_from_dpcd() 537 * If bit 3 is 1, DisplayPort transaction. in exynos_dp_read_byte_from_dpcd() 596 * Set DisplayPort transaction and write in exynos_dp_write_bytes_to_dpcd() 597 * If bit 3 is 1, DisplayPort transaction. in exynos_dp_write_bytes_to_dpcd() 655 * Set DisplayPort transaction and read in exynos_dp_read_bytes_from_dpcd() 656 * If bit 3 is 1, DisplayPort transaction. in exynos_dp_read_bytes_from_dpcd() 705 * If bit 3 is 1, DisplayPort transaction. in exynos_dp_select_i2c_device() 743 * If bit 3 is 1, DisplayPort transaction. in exynos_dp_read_byte_from_i2c() [all …]
|
| /OK3568_Linux_fs/u-boot/board/dfi/ |
| H A D | Kconfig | 19 USB 3, SATA, serial console and DisplayPort video out. 32 USB 3, SATA, serial console and DisplayPort video out.
|
| /OK3568_Linux_fs/u-boot/drivers/video/bridge/ |
| H A D | Kconfig | 14 The Parade PS8622 and PS8625 are DisplayPort-to-LVDS (Low voltage 24 The NXP PTN3460 is a DisplayPort-to-LVDS (Low voltage differential
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | analogix_dp_reg.c | 591 * Set DisplayPort transaction and write 1 byte in analogix_dp_write_byte_to_dpcd() 592 * If bit 3 is 1, DisplayPort transaction. in analogix_dp_write_byte_to_dpcd() 629 * Set DisplayPort transaction and read 1 byte in analogix_dp_read_byte_from_dpcd() 630 * If bit 3 is 1, DisplayPort transaction. in analogix_dp_read_byte_from_dpcd() 690 * Set DisplayPort transaction and write in analogix_dp_write_bytes_to_dpcd() 691 * If bit 3 is 1, DisplayPort transaction. in analogix_dp_write_bytes_to_dpcd() 745 * Set DisplayPort transaction and read in analogix_dp_read_bytes_from_dpcd() 746 * If bit 3 is 1, DisplayPort transaction. in analogix_dp_read_bytes_from_dpcd() 791 * If bit 3 is 1, DisplayPort transaction. in analogix_dp_select_i2c_device() 828 * If bit 3 is 1, DisplayPort transaction. in analogix_dp_read_byte_from_i2c() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/xilinx/ |
| H A 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
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | Kconfig | 17 (LVDS), embedded DisplayPort (eDP) and Display Serial Interface (DSI). 46 This enables Embedded DisplayPort(EDP) display support.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | qcom,mmcc.yaml | 38 - description: DisplayPort phy PLL vco clock 39 - description: DisplayPort phy PLL link clock
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/ |
| H A 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.
|