drm/xe/hdcp: Define intel_hdcp_gsc_check_status in Xe
authorSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 16 Oct 2023 09:01:41 +0000 (14:31 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:44:32 +0000 (11:44 -0500)
commit95ab70f134d837a566f2d998b3090f40227a1b60
tree3d8f6cc5d6e74ecd7af48be5be72456b326da6f1
parentc79802d100d1dd8b1748ea7dc232f5e059bdc7c5
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.
intel_hdcp_check_status always returns false as gsc cs
interface is not yet ported.
intel_hdcp_gsc_cs_required always returns true as going
forward gsc cs will always be required by upcoming
platforms

--v5
-Define intel_hdcp_gsc_cs_required()

--v6
-Explain reasons for the return values [Chaitanya]

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/display/xe_hdcp_gsc.c