drm/amd/display: use extended receiver cap for dpcd ver
Signed-off-by: Tony Cheng <tony.cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Anthony Koo <Anthony.Koo@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
ee8f63e178
commit
cc04bf7e4f
|
@ -2081,9 +2081,6 @@ static void retrieve_link_cap(struct core_link *link)
|
|||
dpcd_data,
|
||||
sizeof(dpcd_data));
|
||||
|
||||
link->dpcd_caps.dpcd_rev.raw =
|
||||
dpcd_data[DP_DPCD_REV - DP_DPCD_REV];
|
||||
|
||||
{
|
||||
union training_aux_rd_interval aux_rd_interval;
|
||||
|
||||
|
@ -2099,6 +2096,9 @@ static void retrieve_link_cap(struct core_link *link)
|
|||
}
|
||||
}
|
||||
|
||||
link->dpcd_caps.dpcd_rev.raw =
|
||||
dpcd_data[DP_DPCD_REV - DP_DPCD_REV];
|
||||
|
||||
ds_port.byte = dpcd_data[DP_DOWNSTREAMPORT_PRESENT -
|
||||
DP_DPCD_REV];
|
||||
|
||||
|
|
Loading…
Reference in New Issue