[Intel-xe] [PATCH 3/3] drm/xe/hdcp: Define intel_hdcp_gsc_check_status in Xe

Shankar, Uma uma.shankar at intel.com
Mon Oct 9 09:19:36 UTC 2023



> -----Original Message-----
> From: Kandpal, Suraj <suraj.kandpal at intel.com>
> Sent: Friday, September 22, 2023 1:59 PM
> To: intel-xe at lists.freedesktop.org
> Cc: Shankar, Uma <uma.shankar at intel.com>; Kandpal, Suraj
> <suraj.kandpal at intel.com>
> Subject: [PATCH 3/3] drm/xe/hdcp: Define intel_hdcp_gsc_check_status in Xe
> 
> Define intel_hdcp_gsc_check_status in Xe to account for changes in i915 and Xe.

Elaborate more what is the being done here and why. 

> Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
> ---
>  drivers/gpu/drm/xe/display/xe_hdcp_gsc.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
> b/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
> index 5c02675bbb09..85f6f22ba4e2 100644
> --- a/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
> +++ b/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
> @@ -5,6 +5,11 @@
> 
>  #include "intel_hdcp_gsc.h"
> 
> +bool intel_hdcp_gsc_check_status(struct drm_i915_private *i915) {
> +	return false;

Add a ToDo here since this is just the current state, but will have to be fixed
later.

> +}
> +
>  int intel_hdcp_gsc_init(struct drm_i915_private *i915)  {
>  	drm_info(&i915->drm, "HDCP support not yet implemented\n");
> --
> 2.25.1



More information about the Intel-xe mailing list