All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v8 0/6] Enable HDCP2.x via GSC CS
@ 2023-01-24  9:42 Suraj Kandpal
  2023-01-24  9:42 ` [Intel-gfx] [PATCH v8 1/6] drm/i915/gsc: Create GSC request submission mechanism Suraj Kandpal
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Suraj Kandpal @ 2023-01-24  9:42 UTC (permalink / raw)
  To: intel-gfx

These patches enable HDCP2.x on machines MTL and above.
From MTL onwards CSME is spilt into GSC and CSC and now
we use GSC CS instead of MEI to talk to firmware to start
HDCP authentication

--v2
-Fixing some checkpatch changes which I forgot before sending
out the series

--v3
-Drop cp and fw to make naming more agnostic[Jani]
-Sort header[Jani]
-remove static inline function from i915_hdcp_interface[Jani]
-abstract DISPLAY_VER check[Jani]

--v4
-Remove stale comment P2 [Jani]
-Fix part where file rename looks like its removed in P2 and
added in P3 [Jani]
-Add bitmask definition for host session id[Alan]
-Seprating gsc load and heci cmd submission into different funcs[Alan]
-Create comman function to fill gsc_mtl_header[Alan]

--v5
-No need to make hdcp_message field null as we use kzalloc [Alan]
-use i915->drm instead of gt->i915->drm [Alan]

--v6
-Make each patch build individually [Jani]
-drop cp_fw stale commit subject [Jani]
-fix the date on license [Jani]
-revert back to orginal design where mei and gsc fill their own header

--v7
-remove RB by Ankit

--v8
-change design to allocate and deallocate hdcp_message only at
enablement and disabling of hdcp [Alan]
-fix few formatting issue [Ankit]
-fix stale comments [Ankit]

Anshuman Gupta (1):
  drm/i915/hdcp: Keep hdcp agonstic naming convention

Suraj Kandpal (5):
  drm/i915/gsc: Create GSC request submission mechanism
  i915/hdcp: HDCP2.x Refactoring to agnostic hdcp
  drm/i915/hdcp: Refactor HDCP API structures
  drm/i915/mtl: Add function to send command to GSC CS
  drm/i915/mtl: Add HDCP GSC interface

 drivers/gpu/drm/i915/Makefile                 |   2 +
 .../gpu/drm/i915/display/intel_display_core.h |   8 +-
 .../drm/i915/display/intel_display_types.h    |   2 +-
 drivers/gpu/drm/i915/display/intel_hdcp.c     | 128 ++-
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.c | 814 ++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h |  30 +
 drivers/gpu/drm/i915/gt/intel_gpu_commands.h  |   2 +
 drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.h     |   1 +
 .../i915/gt/uc/intel_gsc_uc_heci_cmd_submit.c | 109 +++
 .../i915/gt/uc/intel_gsc_uc_heci_cmd_submit.h |  61 ++
 drivers/misc/mei/hdcp/mei_hdcp.c              | 105 ++-
 drivers/misc/mei/hdcp/mei_hdcp.h              | 354 --------
 include/drm/i915_hdcp_interface.h             | 539 ++++++++++++
 include/drm/i915_mei_hdcp_interface.h         | 184 ----
 14 files changed, 1700 insertions(+), 639 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_hdcp_gsc.c
 create mode 100644 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h
 create mode 100644 drivers/gpu/drm/i915/gt/uc/intel_gsc_uc_heci_cmd_submit.c
 create mode 100644 drivers/gpu/drm/i915/gt/uc/intel_gsc_uc_heci_cmd_submit.h
 create mode 100644 include/drm/i915_hdcp_interface.h
 delete mode 100644 include/drm/i915_mei_hdcp_interface.h

-- 
2.25.1


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

end of thread, other threads:[~2023-01-31  5:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24  9:42 [Intel-gfx] [PATCH v8 0/6] Enable HDCP2.x via GSC CS Suraj Kandpal
2023-01-24  9:42 ` [Intel-gfx] [PATCH v8 1/6] drm/i915/gsc: Create GSC request submission mechanism Suraj Kandpal
2023-01-24  9:42 ` [Intel-gfx] [PATCH v8 2/6] drm/i915/hdcp: Keep hdcp agonstic naming convention Suraj Kandpal
2023-01-24  9:42 ` [Intel-gfx] [PATCH v8 3/6] i915/hdcp: HDCP2.x Refactoring to agnostic hdcp Suraj Kandpal
2023-01-24  9:42 ` [Intel-gfx] [PATCH v8 4/6] drm/i915/hdcp: Refactor HDCP API structures Suraj Kandpal
2023-01-24  9:42 ` [Intel-gfx] [PATCH v8 5/6] drm/i915/mtl: Add function to send command to GSC CS Suraj Kandpal
2023-01-27 13:43   ` Teres Alexis, Alan Previn
2023-01-30  7:12     ` Kandpal, Suraj
2023-01-24  9:42 ` [Intel-gfx] [PATCH v8 6/6] drm/i915/mtl: Add HDCP GSC interface Suraj Kandpal
2023-01-31  5:21   ` Nautiyal, Ankit K
2023-01-24 12:30 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Enable HDCP2.x via GSC CS (rev8) Patchwork
2023-01-24 12:52 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-01-24 15:23 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.