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, 30 Jul 2020 18:14:00 +0000 (14:14 -0400)
commitd9b91b1ea26b0e528c44c12f9b5637ba41b9006c
treeefc8b054733825b3bb859eb8928c2223a62357f9
parent746565c25abf9e0bc603aaf520cb33bed7510842
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