| /Linux-v6.1/Documentation/devicetree/bindings/display/exynos/ |
| D | exynos_dp.txt | 6 -dptx-phy node(defined inside dp-controller node) 8 For the DP-PHY initialization, we use the dptx-phy node. 9 Required properties for dptx-phy: deprecated, use phys and phy-names
|
| /Linux-v6.1/drivers/gpu/drm/rockchip/ |
| D | cdn-dp-reg.h | 114 /* dptx phy addr */ 123 /* dptx hpd addr */ 151 /* dptx stream addr */ 169 /* dptx glbl addr */
|
| D | cdn-dp-core.c | 50 #define CDN_DP_FIRMWARE "rockchip/dptx.bin" 155 int dptx; in cdn_dp_get_port_lanes() local 158 dptx = extcon_get_state(edev, EXTCON_DISP_DP); in cdn_dp_get_port_lanes() 159 if (dptx > 0) { in cdn_dp_get_port_lanes() 762 dp->dptx_rst = devm_reset_control_get(dev, "dptx"); in cdn_dp_parse_dt()
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc_link_dpia.c | 283 * - CR for the first hop (DPTX-to-DPIA) is assumed to be successful. 320 /* DPTX-to-DPIA */ in dpia_training_cr_non_transparent() 592 * - EQ for the first hop (DPTX-to-DPIA) is assumed to be successful. 630 /* DPTX-to-DPIA equalization always successful. */ in dpia_training_eq_non_transparent() 869 * (DPTX-to-DPIA) and last hop (DPRX). 885 if (hop == repeater_cnt) { /* DPTX-to-DPIA */ in dpia_training_end() 887 * DPTX-to-DPIA hop trained. No DPCD write needed for first hop. in dpia_training_end() 984 /* Train each hop in turn starting with the one closest to DPTX. in dc_link_dpia_perform_link_training()
|
| D | dc_link_dp.c | 1380 * If the upstream DPTX and downstream DPRX both support TPS4, in dp_transition_to_video_idle() 1677 * AUX_RD_INTERVAL for DPTX-to-DPIA hop. in configure_lttpr_mode_non_transparent() 2660 * Per DP specs starting from here, DPTX device shall not issue in dc_link_dp_perform_link_training()
|
| /Linux-v6.1/drivers/gpu/drm/bridge/analogix/ |
| D | Makefile | 2 analogix_dp-objs := analogix_dp_core.o analogix_dp_reg.o analogix-i2c-dptx.o
|
| D | analogix-i2c-dptx.c | 14 #include "analogix-i2c-dptx.h"
|
| D | analogix-anx78xx.h | 9 #include "analogix-i2c-dptx.h"
|
| D | analogix-anx6345.c | 32 #include "analogix-i2c-dptx.h" 59 /* I2C Slave addresses of ANX6345 are mapped as DPTX and SYS */
|
| /Linux-v6.1/drivers/gpu/drm/mediatek/ |
| D | Kconfig | 25 tristate "DRM DPTX Support for MediaTek SoCs"
|
| D | mtk_dp.c | 2527 "failed to request mediatek dptx irq\n"); in mtk_dp_probe()
|
| /Linux-v6.1/Documentation/devicetree/bindings/sound/ |
| D | mt8195-mt6359.yaml | 30 mediatek,dptx-codec:
|
| /Linux-v6.1/Documentation/devicetree/bindings/display/mediatek/ |
| D | mediatek,dp.yaml | 92 dptx@1c600000 {
|
| /Linux-v6.1/Documentation/devicetree/bindings/display/rockchip/ |
| D | cdn-dp-rockchip.txt | 16 Required elements: "apb", "core", "dptx", "spdif"
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/ |
| D | dc_link_dpia.h | 63 DPIA_TS_UFP_DONE = 0xff /* Done training DPTX-to-DPIA hop. */
|
| /Linux-v6.1/Documentation/devicetree/bindings/phy/ |
| D | phy-cadence-torrent.yaml | 57 - description: Offset of the DPTX PHY configuration registers.
|
| /Linux-v6.1/sound/soc/mediatek/mt8195/ |
| D | mt8195-dai-etdm.c | 1264 {"DPTX Playback", NULL, "DPTX_OUT_MUX"}, 1266 {"ETDM_OUTPUT", NULL, "DPTX Playback"}, 2258 /* dptx configure */ in mtk_dai_hdmitx_dptx_hw_params() 2301 /* enable dptx interface */ in mtk_dai_hdmitx_dptx_trigger() 2315 /* disable dptx interface */ in mtk_dai_hdmitx_dptx_trigger() 2390 .name = "DPTX", 2393 .stream_name = "DPTX Playback",
|
| D | mt8195-mt6359.c | 900 DAILINK_COMP_ARRAY(COMP_CPU("DPTX")), 1431 dp_node = of_parse_phandle(pdev->dev.of_node, "mediatek,dptx-codec", 0); in mt8195_mt6359_dev_probe() 1445 dev_dbg(&pdev->dev, "No property 'dptx-codec'\n"); in mt8195_mt6359_dev_probe()
|
| /Linux-v6.1/drivers/clk/samsung/ |
| D | clk-exynosautov9.c | 492 /* DPTX */ 662 /* DPTX */ 819 /* DPTX */
|
| /Linux-v6.1/drivers/phy/cadence/ |
| D | phy-cadence-torrent.c | 64 * register offsets from DPTX PHY register block base (i.e MHDP 323 void __iomem *base; /* DPTX registers base */ 556 /* DPTX mmr access functions */ 2054 dev_err(dev, "Failed to init DPTX PHY regmap\n"); in cdns_torrent_dp_regmap_init() 2701 /* DPTX registers */ in cdns_torrent_phy_probe()
|
| /Linux-v6.1/arch/arm64/boot/dts/ti/ |
| D | k3-j721e-main.dtsi | 811 * Note: we also map DPTX PHY registers as the Torrent 816 <0x0a030a00 0x40>; /* DPTX PHY */ 1315 * Note: we do not map DPTX PHY area, as that is handled by
|
| /Linux-v6.1/drivers/gpu/drm/i915/display/ |
| D | intel_dp_link_training.c | 198 * The DPTX shall read the DPRX caps after LTTPR detection, so re-read in intel_dp_init_lttpr_and_dprx_caps()
|
| /Linux-v6.1/drivers/gpu/drm/bridge/ |
| D | tc358767.c | 152 #define DP_EN BIT(0) /* Enable DPTX function */
|
| /Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
| D | rk3399.dtsi | 518 reset-names = "spdif", "dptx", "apb", "core";
|
| /Linux-v6.1/drivers/usb/dwc2/ |
| D | gadget.c | 4936 dev_info(dev, "DPTx[%d] FSize=%d, StAddr=0x%08x\n", idx, in dwc2_hsotg_dump()
|