drm/amd/display: Fix DP Compliance tests 4.3.2.1 and 4.3.2.2
authorAric Cyr <aric.cyr@amd.com>
Wed, 22 Jul 2020 19:40:06 +0000 (15:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Aug 2020 20:42:52 +0000 (16:42 -0400)
commit76d5ef4ff10bc64f84a4b301cf8c25229048edd8
tree2b3bf6e88bd428dbc5516d581d507acc1927453b
parentb5fe6aa2b02cdfee75f747c68f3d303fddd09af9
drm/amd/display: Fix DP Compliance tests 4.3.2.1 and 4.3.2.2

[Why]
Test expects that we also read HPD_IRQ_VECTOR when checking for
symbol loss as well lane status.

[How]
Read bytes 0x200-0x205 instead of just 0x202-0x205

Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Eryk Brol <eryk.brol@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c