Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/i915/hdcp: call HDCP GSC hook via parent interface
@ 2025-11-25 17:17 Jani Nikula
  2025-11-25 17:17 ` [PATCH 1/2] drm/i915/hdcp: move i915 specific HDCP GSC implementation to i915 Jani Nikula
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Jani Nikula @ 2025-11-25 17:17 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula, Suraj Kandpal

Move more stuff to the parent interface. HDCP GSC is different for both
i915 and xe, add it to the interface.

Jani Nikula (2):
  drm/i915/hdcp: move i915 specific HDCP GSC implementation to i915
  drm/{i915,xe}/hdcp: use parent interface for HDCP GSC calls

 drivers/gpu/drm/i915/Makefile                 |  5 +-
 drivers/gpu/drm/i915/display/intel_hdcp.c     |  4 +-
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h | 22 ------
 .../drm/i915/display/intel_hdcp_gsc_message.c | 78 +++++++++----------
 drivers/gpu/drm/i915/display/intel_parent.c   | 24 ++++++
 drivers/gpu/drm/i915/display/intel_parent.h   | 10 +++
 drivers/gpu/drm/i915/i915_driver.c            |  2 +
 .../intel_hdcp_gsc.c => i915_hdcp_gsc.c}      | 22 ++++--
 drivers/gpu/drm/i915/i915_hdcp_gsc.h          |  9 +++
 drivers/gpu/drm/xe/display/xe_display.c       |  2 +
 drivers/gpu/drm/xe/display/xe_hdcp_gsc.c      | 25 ++++--
 drivers/gpu/drm/xe/display/xe_hdcp_gsc.h      |  9 +++
 include/drm/intel/display_parent_interface.h  | 13 ++++
 13 files changed, 143 insertions(+), 82 deletions(-)
 delete mode 100644 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h
 rename drivers/gpu/drm/i915/{display/intel_hdcp_gsc.c => i915_hdcp_gsc.c} (89%)
 create mode 100644 drivers/gpu/drm/i915/i915_hdcp_gsc.h
 create mode 100644 drivers/gpu/drm/xe/display/xe_hdcp_gsc.h

-- 
2.47.3


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-11-28  9:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-25 17:17 [PATCH 0/2] drm/i915/hdcp: call HDCP GSC hook via parent interface Jani Nikula
2025-11-25 17:17 ` [PATCH 1/2] drm/i915/hdcp: move i915 specific HDCP GSC implementation to i915 Jani Nikula
2025-11-28  5:57   ` Kandpal, Suraj
2025-11-28  9:27     ` Jani Nikula
2025-11-25 17:17 ` [PATCH 2/2] drm/{i915, xe}/hdcp: use parent interface for HDCP GSC calls Jani Nikula
2025-11-28  6:02   ` Kandpal, Suraj
2025-11-26  2:23 ` ✗ CI.checkpatch: warning for drm/i915/hdcp: call HDCP GSC hook via parent interface Patchwork
2025-11-26  2:24 ` ✓ CI.KUnit: success " Patchwork
2025-11-26  3:12 ` ✓ Xe.CI.BAT: " Patchwork
2025-11-26  5:57 ` ✗ Xe.CI.Full: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox