[Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support

Matt Roper matthew.d.roper at intel.com
Thu Jun 1 16:50:16 UTC 2023


On Mon, May 29, 2023 at 05:13:05PM +0530, Balasubramani Vivekanandan wrote:
> Printing HDCP feature missing log at KERN_ERR log level upsets CI.
> Reduce it to KERN_INFO log level.
> Also correct a typo in the log.
> 
> Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>

Reviewed-by: Matt Roper <matthew.d.roper at intel.com>

> ---
>  drivers/gpu/drm/xe/display/xe_hdcp_gsc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c b/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
> index 43d3ad50dc54..5c02675bbb09 100644
> --- a/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
> +++ b/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
> @@ -7,7 +7,7 @@
>  
>  int intel_hdcp_gsc_init(struct drm_i915_private *i915)
>  {
> -	drm_err(&i915->drm, "HCDP support not yet implemented\n");
> +	drm_info(&i915->drm, "HDCP support not yet implemented\n");
>  	return -ENODEV;
>  }
>  
> -- 
> 2.25.1
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation


More information about the Intel-xe mailing list