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

Borah, Chaitanya Kumar chaitanya.kumar.borah at intel.com
Mon Oct 16 06:10:08 UTC 2023


Hello Suraj,

> -----Original Message-----
> From: Intel-xe <intel-xe-bounces at lists.freedesktop.org> On Behalf Of Suraj
> Kandpal
> Sent: Friday, October 13, 2023 11:05 AM
> To: intel-xe at lists.freedesktop.org
> Subject: [Intel-xe] [PATCH v5 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.
> 

Can we add the reason behind returning always true in Xe in the commit message?

Regards
Chaitanya

> --v5
> -Define intel_hdcp_gsc_cs_required()
> 
> Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
> ---
>  drivers/gpu/drm/xe/display/xe_hdcp_gsc.c | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
> b/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
> index 0453293af8ef..0f11a39333e2 100644
> --- a/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
> +++ b/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
> @@ -6,6 +6,16 @@
>  #include "i915_drv.h"
>  #include "intel_hdcp_gsc.h"
> 
> +bool intel_hdcp_gsc_cs_required(struct drm_i915_private *i915) {
> +	return true;
> +}
> +
> +bool intel_hdcp_gsc_check_status(struct drm_i915_private *i915) {
> +	return false;
> +}
> +
>  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