drm/i915: Check for downstream topology errors
authorRamalingam C <ramalingam.c@intel.com>
Thu, 18 Jan 2018 05:48:08 +0000 (11:18 +0530)
committerSean Paul <seanpaul@chromium.org>
Thu, 18 Jan 2018 22:56:02 +0000 (17:56 -0500)
commit49d85d034268ab9d9156ff6f81cc07d4caad03f6
tree5f5e5ace2fdfd293c5ad30f013fb638d1c56a36c
parent24b42cbadb73e0b9ac67c2d619073b394bc146bd
drm/i915: Check for downstream topology errors

HDCP compliant Repeaters can support max of 127 devices and max
depth of 7 for downstream topology.

If these max limits are exceeded, repeater will set the
topology error flags MAX_CASCADE_EXCEEDED and/or MAX_DEVS_EXCEEDED
in Bstatus followed by asserting READY/CP_IRQ for HDCP transmitter.

This patch check for these error flags as soon as READY bit is asserted.

Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
[seanpaul fixed checkpatch alignment issue]
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1516254488-4971-5-git-send-email-ramalingam.c@intel.com
drivers/gpu/drm/i915/intel_hdcp.c
include/drm/drm_hdcp.h