commit | 3744ee2c2901656455bbd2af658ab9b673ca5d1d | [log] [tgz] |
---|---|---|
author | Wenjing Liu <Wenjing.Liu@amd.com> | Thu Oct 17 11:13:29 2019 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Feb 12 16:01:38 2020 -0500 |
tree | 49085df4115fd3b524da7e670ea8e67f1c1c5ae7 | |
parent | c17f7220f5a646e5808632b9857387c1b7261f93 [diff] |
drm/amd/display: no hdcp retry if bksv or ksv list is revoked [why] According to the specs when bksv or ksv list fails SRM check, HDCP TX should abort hdcp immediately. However with the current code HDCP will be reattampt upto 4 times. [how] Add the logic that stop HDCP retry if bksv or ksv list is revoked. Signed-off-by: Wenjing Liu <Wenjing.Liu@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>