All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] XE HDCP Enablement
@ 2024-02-02  8:37 Suraj Kandpal
  2024-02-02  8:37 ` [PATCH 1/3] drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file Suraj Kandpal
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Suraj Kandpal @ 2024-02-02  8:37 UTC (permalink / raw)
  To: intel-gfx, intel-xe
  Cc: daniele.ceraolospurio, chaitanya.kumar.borah, ankit.k.nautiyal,
	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 (3):
  drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file
  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 |   6 +
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h |   7 +-
 drivers/gpu/drm/xe/Makefile                   |   1 +
 drivers/gpu/drm/xe/display/xe_hdcp_gsc.c      | 207 +++++++++++++++++-
 4 files changed, 211 insertions(+), 10 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 19+ messages in thread
* [PATCH 0/3] XE HDCP Enablement
@ 2024-02-06 16:47 Suraj Kandpal
  2024-02-06 16:47 ` [PATCH 2/3] drm/xe/hdcp: Enable HDCP for XE Suraj Kandpal
  0 siblings, 1 reply; 19+ messages in thread
From: Suraj Kandpal @ 2024-02-06 16:47 UTC (permalink / raw)
  To: intel-gfx, intel-xe
  Cc: daniele.ceraolospurio, chaitanya.kumar.borah, ankit.k.nautiyal,
	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 (3):
  drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file
  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      | 197 +++++++++++++++++-
 drivers/gpu/drm/xe/xe_gsc_submit.c            |  19 ++
 drivers/gpu/drm/xe/xe_gsc_submit.h            |   1 +
 7 files changed, 225 insertions(+), 12 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-02-07  9:40 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-02  8:37 [PATCH 0/3] XE HDCP Enablement Suraj Kandpal
2024-02-02  8:37 ` [PATCH 1/3] drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file Suraj Kandpal
2024-02-02  8:37 ` [PATCH 2/3] drm/xe/hdcp: Enable HDCP for XE Suraj Kandpal
2024-02-03  0:41   ` kernel test robot
2024-02-05 22:50   ` Daniele Ceraolo Spurio
2024-02-06 16:24     ` Kandpal, Suraj
2024-02-06 16:51       ` Daniele Ceraolo Spurio
2024-02-07  9:40     ` Jani Nikula
2024-02-02  8:37 ` [PATCH 3/3] drm/xe/hdcp: Add intel_hdcp_gsc_message to Makefile Suraj Kandpal
2024-02-02  8:43 ` ✓ CI.Patch_applied: success for XE HDCP Enablement Patchwork
2024-02-02  8:43 ` ✓ CI.checkpatch: " Patchwork
2024-02-02  8:44 ` ✓ CI.KUnit: " Patchwork
2024-02-02  8:51 ` ✓ CI.Build: " Patchwork
2024-02-02  8:51 ` ✓ CI.Hooks: " Patchwork
2024-02-02  8:53 ` ✗ CI.checksparse: warning " Patchwork
2024-02-02  9:19 ` ✗ CI.BAT: failure " Patchwork
2024-02-02 17:34 ` ✗ Fi.CI.SPARSE: warning " Patchwork
2024-02-02 18:11 ` ✗ Fi.CI.BAT: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2024-02-06 16:47 [PATCH 0/3] " Suraj Kandpal
2024-02-06 16:47 ` [PATCH 2/3] drm/xe/hdcp: Enable HDCP for XE Suraj Kandpal

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.