[Intel-xe] [PATCH 0/3] Remove Stubs in HDCP code

Suraj Kandpal suraj.kandpal at intel.com
Fri Sep 22 06:42:45 UTC 2023


This patch series aims to remove stubs from code in HDCP code.
Patches 1 & 2 are just added so no rebase issue is created later
and for buildbility patch 3 is what we actually aim to merge.
Patch 1 brings HDCP code in par with current i915 state (removes stub).
Patch 2 is i915 refactor which has been already floated.
(https://patchwork.freedesktop.org/series/123955/)
Patch 3 adds the definition of intel_hdcp_gsc_check_status in Xe.

Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>

Suraj Kandpal (3):
  drm/i915/hdcp: Move checks for gsc health status
  drm/i915/hdcp: Move common message filling function to its own file
  drm/xe/hdcp: Define intel_hdcp_gsc_check_status in Xe

 drivers/gpu/drm/i915/Makefile                 |   1 +
 drivers/gpu/drm/i915/display/intel_hdcp.c     |   8 +-
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.c | 620 +-----------------
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h |   2 +
 .../drm/i915/display/intel_hdcp_gsc_message.c | 588 +++++++++++++++++
 .../drm/i915/display/intel_hdcp_gsc_message.h |  56 ++
 drivers/gpu/drm/xe/display/xe_hdcp_gsc.c      |   5 +
 7 files changed, 678 insertions(+), 602 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.c
 create mode 100644 drivers/gpu/drm/i915/display/intel_hdcp_gsc_message.h

-- 
2.25.1



More information about the Intel-xe mailing list