drm/i915: Read HDCP R0 thrice in case of mismatch
authorRamalingam C <ramalingam.c@intel.com>
Mon, 2 Apr 2018 11:50:22 +0000 (17:20 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 4 Apr 2018 19:00:31 +0000 (12:00 -0700)
commit4bfbec68966082f046232a011d6f371e8554bb40
treef563a9710d1965b66c37132e3d958cdf426050cd
parent2a694feb93556e979793081b5086f26fa8d65156
drm/i915: Read HDCP R0 thrice in case of mismatch

As per DP spec when R0 mismatch is detected, HDCP source supported
re-read the R0 atleast twice.

And For HDMI and DP minimum wait required for the R0 availability is
100mSec. So this patch changes the wait time to 100mSec but retries
twice with the time interval of 100mSec for each attempt.

This patch is needed for DP HDCP1.4 CTS Test: 1A-06.

v2:
  No Change
v3:
  Comment on R0 retry is moved closer to the code[Seanpaul]
v4:
  Removing unwanted noise introduced in v3.

Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1522669822-2508-1-git-send-email-ramalingam.c@intel.com
drivers/gpu/drm/i915/intel_hdcp.c