All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v5 0/2] Refactor i915 HDCP for XE
@ 2023-10-09  9:55 Suraj Kandpal
  2023-10-09  9:55 ` [Intel-gfx] [PATCH v5 1/2] drm/i915/hdcp: Move checks for gsc health status Suraj Kandpal
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Suraj Kandpal @ 2023-10-09  9:55 UTC (permalink / raw)
  To: intel-gfx

This patch series contains some refactors for i915 side of things
which will help with a cleaner code and maximum reuse of code
for XE going forward.

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

Suraj Kandpal (2):
  drm/i915/hdcp: Move checks for gsc health status
  drm/i915/hdcp: Move common message filling function to its own file

 drivers/gpu/drm/i915/Makefile                 |   1 +
 drivers/gpu/drm/i915/display/intel_hdcp.c     |   8 +-
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.c | 617 +-----------------
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h |   1 +
 .../drm/i915/display/intel_hdcp_gsc_message.c | 592 +++++++++++++++++
 .../drm/i915/display/intel_hdcp_gsc_message.h |  72 ++
 6 files changed, 692 insertions(+), 599 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


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Intel-gfx] [PATCH v5 0/2] Refactor i915 HDCP for XE
@ 2023-10-09  9:42 Suraj Kandpal
  0 siblings, 0 replies; 13+ messages in thread
From: Suraj Kandpal @ 2023-10-09  9:42 UTC (permalink / raw)
  To: intel-gfx

This patch series contains some refactors for i915 side of things
which will help with a cleaner code and maximum reuse of code
for XE going forward.

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

Suraj Kandpal (2):
  drm/i915/hdcp: Move checks for gsc health status
  drm/i915/hdcp: Move common message filling function to its own file

 drivers/gpu/drm/i915/Makefile                 |   1 +
 drivers/gpu/drm/i915/display/intel_hdcp.c     |   8 +-
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.c | 617 +-----------------
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h |   1 +
 .../drm/i915/display/intel_hdcp_gsc_message.c | 592 +++++++++++++++++
 .../drm/i915/display/intel_hdcp_gsc_message.h |  72 ++
 6 files changed, 692 insertions(+), 599 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


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

end of thread, other threads:[~2023-10-12  4:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-09  9:55 [Intel-gfx] [PATCH v5 0/2] Refactor i915 HDCP for XE Suraj Kandpal
2023-10-09  9:55 ` [Intel-gfx] [PATCH v5 1/2] drm/i915/hdcp: Move checks for gsc health status Suraj Kandpal
2023-10-09  9:55 ` [Intel-gfx] [PATCH v5 2/2] drm/i915/hdcp: Move common message filling function to its own file Suraj Kandpal
2023-10-09 12:27 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Refactor i915 HDCP for XE (rev6) Patchwork
2023-10-09 12:27 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-10-09 12:40 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-10-09 15:28 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2023-10-10  6:34 ` Patchwork
2023-10-10  6:52 ` [Intel-gfx] ✓ Fi.CI.IGT: success " Patchwork
2023-10-10  7:14 ` Patchwork
2023-10-11 13:10 ` [Intel-gfx] [PATCH v5 0/2] Refactor i915 HDCP for XE Jani Nikula
2023-10-12  4:10   ` Shankar, Uma
  -- strict thread matches above, loose matches on Subject: below --
2023-10-09  9:42 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.