Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] XE HDCP Enablement
@ 2024-02-07 11:35 Suraj Kandpal
  2024-02-07 11:35 ` [PATCH 1/4] drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file Suraj Kandpal
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Suraj Kandpal @ 2024-02-07 11:35 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: daniele.ceraolospurio, Suraj Kandpal

This patch series enables HDCP on XE.
Mainly includes rewriting functions that were responsible for
sending hdcp messages via gsc cs.

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

Suraj Kandpal (4):
  drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file
  drm/xe: Use gsc_proxy_init_done to check proxy status
  drm/xe/hdcp: Enable HDCP for XE
  drm/xe/hdcp: Add intel_hdcp_gsc_message to Makefile

 drivers/gpu/drm/i915/display/intel_hdcp_gsc.c |  10 +-
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h |   7 +-
 drivers/gpu/drm/xe/Makefile                   |   1 +
 .../gpu/drm/xe/abi/gsc_command_header_abi.h   |   2 +
 drivers/gpu/drm/xe/display/xe_hdcp_gsc.c      | 227 +++++++++++++++++-
 drivers/gpu/drm/xe/xe_gsc_proxy.c             |   2 +-
 drivers/gpu/drm/xe/xe_gsc_proxy.h             |   1 +
 drivers/gpu/drm/xe/xe_gsc_submit.c            |  19 ++
 drivers/gpu/drm/xe/xe_gsc_submit.h            |   1 +
 9 files changed, 253 insertions(+), 17 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-02-09  1:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-07 11:35 [PATCH 0/4] XE HDCP Enablement Suraj Kandpal
2024-02-07 11:35 ` [PATCH 1/4] drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file Suraj Kandpal
2024-02-07 11:35 ` [PATCH 2/4] drm/xe: Use gsc_proxy_init_done to check proxy status Suraj Kandpal
2024-02-09  0:51   ` Daniele Ceraolo Spurio
2024-02-07 11:35 ` [PATCH 3/4] drm/xe/hdcp: Enable HDCP for XE Suraj Kandpal
2024-02-09  1:11   ` Daniele Ceraolo Spurio
2024-02-07 11:35 ` [PATCH 4/4] drm/xe/hdcp: Add intel_hdcp_gsc_message to Makefile Suraj Kandpal
2024-02-07 12:46 ` ✓ CI.Patch_applied: success for XE HDCP Enablement (rev3) Patchwork
2024-02-07 12:47 ` ✓ CI.checkpatch: " Patchwork
2024-02-07 12:47 ` ✓ CI.KUnit: " Patchwork
2024-02-07 12:55 ` ✓ CI.Build: " Patchwork
2024-02-07 12:55 ` ✓ CI.Hooks: " Patchwork
2024-02-07 12:56 ` ✗ CI.checksparse: warning " Patchwork
2024-02-07 13:38 ` ✓ CI.BAT: success " Patchwork

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