]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix KBL HDCP2.2 encrypt status signalling
authorRamalingam C <ramalingam.c@intel.com>
Sat, 16 Feb 2019 17:37:03 +0000 (23:07 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 20 Feb 2019 19:42:08 +0000 (20:42 +0100)
commitab51408f6ac471098926012bdab4d56ad8955137
tree27f3195f89c1be21747da3c14434b46ba8d986bc
parentf002c09f60b27855a571f579edec19a00ff5021d
drm/i915: Fix KBL HDCP2.2 encrypt status signalling

HDCP transmitter is supposed to indicate the HDCP encryption status of
the link through enc_en signals in a window of time called "window of
opportunity" defined by HDCP HDMI spec.

But on KBL this timing of signalling has an issue. To fix the issue this
WA of resetting the signalling is required.

v2:
  WA is moved into the toggle_signalling [Daniel]
v3:
  Commit msg is rewritten with more information
v4:
  Reviewed-by Daniel.

Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/1550338640-17470-17-git-send-email-ramalingam.c@intel.com
drivers/gpu/drm/i915/intel_hdmi.c