]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3d47e7eda096073a7f02a7da93889e07a1f6dc7d
treeefc8b054733825b3bb859eb8928c2223a62357f9
parent6da4c1f1e03e8dca9b98dba05e76a24002ee3e97
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