]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Reauthenticate HDCP on failure
authorRamalingam C <ramalingam.c@intel.com>
Fri, 2 Feb 2018 22:09:09 +0000 (03:39 +0530)
committerSean Paul <seanpaul@chromium.org>
Mon, 5 Feb 2018 17:59:23 +0000 (12:59 -0500)
commit6d983946513b05102e1c41ea195ce7f7a65e7047
tree6b021fa82f69e622c1ac2038671c94ae2b17b1ed
parent791a98dd9bcfd214d8ef51d248f377354a9ea683
drm/i915: Reauthenticate HDCP on failure

Incase of HDCP authentication failure, HDCP spec expects
reauthentication. Hence this patch adds the reauthentications
to be compliance with spec.

v2:
  do-while to for loop for simplicity. [Seanpaul]

v3:
  positioning the logs effectively. [Seanpaul]

Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1517609350-10698-8-git-send-email-ramalingam.c@intel.com
drivers/gpu/drm/i915/intel_hdcp.c