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

Reviewed-by: Ramalingam C <ramalinga...@intel.com>

> Tested-by: Karthik B S <karthik....@intel.com>
> Signed-off-by: Anshuman Gupta <anshuman.gu...@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
> 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to