]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Always poll for rxstatus in authenticate
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Thu, 8 Apr 2021 16:21:47 +0000 (12:21 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Apr 2021 01:41:47 +0000 (21:41 -0400)
commitb11a42f522de85fea93260f109457b5d0e6ff71a
treecb80edd86e6afa186b0f5eb96ebbea12d36fa57e
parentc7c443c68708355c73badd3db5e0cffe8430c9c4
drm/amd/display: Always poll for rxstatus in authenticate

[Why]
Requirement from the spec - we shouldn't be potentially exiting out
early based on encryption status.

[How]
Drop the calls from HDCP1 and HDCP2 execution that exit out early
based on link encryption status.

Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/hdcp/hdcp1_execution.c
drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c