]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/i915/hdcp: HDCP2.2 MST Link failure recovery
authorAnshuman Gupta <anshuman.gupta@intel.com>
Fri, 19 Mar 2021 10:02:06 +0000 (15:32 +0530)
committerAnshuman Gupta <anshuman.gupta@intel.com>
Mon, 22 Mar 2021 06:48:14 +0000 (12:18 +0530)
commitee912b55650c8eaed43f533155027f62a1d831aa
tree6bcad4d546e5d77d3ab2a1b1fc208423686fcfd0
parent50e945cbaa9ae188efc6a1a593f10874df89a4bb
drm/i915/hdcp: HDCP2.2 MST Link failure recovery

DP MST Link Check performed only for the connector involved with
HDCP port authentication and encryption, for other connector it
simply returns link check with true and update the uevent.
Therefore in case of HDCP 2.2 link failure, disable HDCP encryption
and de-authenticate the port so next time it can enable port
authentication and encryption.

Cc: Ramalingam C <ramalingam.c@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210319100208.5886-2-anshuman.gupta@intel.com
drivers/gpu/drm/i915/display/intel_hdcp.c