drm/amd/display: Revise Replay Desync Error IRQ handle
authorDennis Chan <dennis.chan@amd.com>
Thu, 12 Oct 2023 15:08:25 +0000 (23:08 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Nov 2023 17:03:30 +0000 (12:03 -0500)
commitd0ef62bd109c2af3ba8dc16a6d5ad4a0f30e03dc
tree8ff5f85a0ffb89f3af3e54178cecdb016adac7c6
parent77b2c07d7d3cc1ee11cb64d209d59e57b0ae649b
drm/amd/display: Revise Replay Desync Error IRQ handle

[Why]
Current Desync IRQ handler will have some potential do not hit the
desync error case. We change to check both desync error HPD and DPCD.

Signed-off-by: Dennis Chan <dennis.chan@amd.com>
Acked-by: Hersen Wu <hersenxs.wu@amd.com>
Reviewed-by: Robin Chen <robin.chen@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc_types.h
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_irq_handler.c