mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
tegra124: video: Add full link training for eDP
Add full link training as a fallback in case the fast link training fails. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
531eaedc7a
commit
dedc44b466
7 changed files with 1085 additions and 65 deletions
|
@ -264,6 +264,7 @@
|
|||
#define DP_LINK_STATUS_UPDATED (1 << 7)
|
||||
|
||||
#define DP_SINK_STATUS 0x205
|
||||
#define DP_SINK_STATUS_PORT0_IN_SYNC (1 << 0)
|
||||
|
||||
#define DP_RECEIVE_PORT_0_STATUS (1 << 0)
|
||||
#define DP_RECEIVE_PORT_1_STATUS (1 << 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue