drm/tegra: dp: Read fast training capability from link
While probing the DisplayPort link, query the fast training capability. If supported, drivers can use the fast link training sequence instead of the more involved full link training sequence. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
@@ -21,6 +21,13 @@ struct drm_dp_link_caps {
|
||||
* enhanced framing capability (mandatory as of DP 1.2)
|
||||
*/
|
||||
bool enhanced_framing;
|
||||
|
||||
/**
|
||||
* @fast_training:
|
||||
*
|
||||
* AUX CH handshake not required for link training
|
||||
*/
|
||||
bool fast_training;
|
||||
};
|
||||
|
||||
void drm_dp_link_caps_copy(struct drm_dp_link_caps *dest,
|
||||
|
Reference in New Issue
Block a user