mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-06 02:24:14 +08:00
drm/i915/hdcp: Enable HDCP 2.2 MST support
Enable HDCP 2.2 MST support till Gen12. Cc: Ramalingam C <ramalingam.c@intel.com> Reviewed-by: Ramalingam C <ramalingam.c@intel.com> Tested-by: Karthik B S <karthik.b.s@intel.com> Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210111081120.28417-20-anshuman.gupta@intel.com
This commit is contained in:
parent
899c8762f9
commit
d5a0d4b938
@ -2233,7 +2233,7 @@ int intel_hdcp_init(struct intel_connector *connector,
|
||||
if (!shim)
|
||||
return -EINVAL;
|
||||
|
||||
if (is_hdcp2_supported(dev_priv) && !connector->mst_port)
|
||||
if (is_hdcp2_supported(dev_priv))
|
||||
intel_hdcp2_init(connector, dig_port, shim);
|
||||
|
||||
ret =
|
||||
|
Loading…
Reference in New Issue
Block a user