]> 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)
commit59ed7e0d8e53b6245fe3966482c56b2dbb7fb769
tree27f3195f89c1be21747da3c14434b46ba8d986bc
parent80aeee8f9226a58b1a5133b347e18d0b23284b96
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