[PATCH v8 19/19] drm/i915/hdcp: Enable HDCP 2.2 MST support

Ramalingam C ramalingam.c at intel.com
Mon Dec 14 13:25:25 UTC 2020


On 2020-12-11 at 19:12:44 +0530, Anshuman Gupta wrote:
> Enable HDCP 2.2 MST support till Gen12.
> 
> Cc: Ramalingam C <ramalingam.c at intel.com>

Reviewed-by: Ramalingam C <ramalingam.c at intel.com>

> Tested-by: Karthik B S <karthik.b.s at intel.com>
> Signed-off-by: Anshuman Gupta <anshuman.gupta at intel.com>
> ---
>  drivers/gpu/drm/i915/display/intel_hdcp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_hdcp.c b/drivers/gpu/drm/i915/display/intel_hdcp.c
> index 768a6218b9c4..20c8d8f63566 100644
> --- a/drivers/gpu/drm/i915/display/intel_hdcp.c
> +++ b/drivers/gpu/drm/i915/display/intel_hdcp.c
> @@ -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 =
> -- 
> 2.26.2
> 


More information about the dri-devel mailing list