]> 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, 6 Aug 2020 20:42:52 +0000 (16:42 -0400)
commite3307b5c630d2f294f93cf0dd45b1557c082a70c
tree2b3bf6e88bd428dbc5516d581d507acc1927453b
parent3abe7a31f658dc57404c369af968db1de513b26e
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