History log of /rk3399_rockchip-uboot/include/generic-phy-dp.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 2192a6fc 10-Feb-2025 Damon Ding <damon.ding@rock-chips.com>

phy: Add Embedded DisplayPort and DisplayPort submodes

In some cases, a DP PHY needs to be configured to work in eDP mode.
So add submodes for both DP and eDP so they can be used by the
controllers

phy: Add Embedded DisplayPort and DisplayPort submodes

In some cases, a DP PHY needs to be configured to work in eDP mode.
So add submodes for both DP and eDP so they can be used by the
controllers for specifying the mode the PHY should be configured in.

Change-Id: Ibdfa065b5160f6438886e15710a722a7a6adb92a
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>

show more ...


# 672d3078 10-Dec-2020 Wyon Bi <bivvy.bi@rock-chips.com>

phy: Add DisplayPort configuration options

Allow DisplayPort PHYs to be configured through the generic
functions through a custom structure added to the generic union.
The configuration structure is

phy: Add DisplayPort configuration options

Allow DisplayPort PHYs to be configured through the generic
functions through a custom structure added to the generic union.
The configuration structure is used for reconfiguration of
DisplayPort PHYs during link training operation.

The parameters added here are the ones defined in the DisplayPort
spec v1.4 which include link rate, number of lanes, voltage swing
and pre-emphasis.

Add the DisplayPort phy mode to the generic phy_mode enum.

Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
Change-Id: I472cc21ccf19ae55888085500bfad27787cc3074

show more ...