OSDN Git Service

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)
commit7412826c078b951e1b107ebee57d314e8724e714
tree27f3195f89c1be21747da3c14434b46ba8d986bc
parentcf9cb35ff731a784bdbb9ce621faa34346066a39
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