All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] HDCP intel_display refactors
@ 2024-09-11  9:05 Suraj Kandpal
  2024-09-11  9:05 ` [PATCH 1/2] drm/i915/hdcp: Move to using intel_display in intel_hdcp Suraj Kandpal
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Suraj Kandpal @ 2024-09-11  9:05 UTC (permalink / raw)
  To: intel-gfx, intel-xe
  Cc: uma.shankar, ankit.k.nautiyal, jani.nikula, Suraj Kandpal

Refactors related to intel_hdcp/xe_hdcp in which we replace
drm_i915_private usage with intel_display wherever possible for
the ongoing efforts to try use intel_display structure more.

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

Suraj Kandpal (2):
  drm/i915/hdcp: Move to using intel_display in intel_hdcp
  drm/i915/hdcp: Use intel_display in hdcp_gsc

 drivers/gpu/drm/i915/display/intel_hdcp.c     | 689 +++++++++---------
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.c |  40 +-
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h |   9 +-
 .../drm/i915/display/intel_hdcp_gsc_message.c |  44 +-
 .../drm/i915/display/intel_hdcp_gsc_message.h |   3 +-
 drivers/gpu/drm/xe/display/xe_hdcp_gsc.c      |  44 +-
 6 files changed, 422 insertions(+), 407 deletions(-)

-- 
2.43.2


^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 0/2] HDCP intel_display refactors
@ 2024-09-10  7:47 Suraj Kandpal
  0 siblings, 0 replies; 18+ messages in thread
From: Suraj Kandpal @ 2024-09-10  7:47 UTC (permalink / raw)
  To: intel-gfx, intel-xe
  Cc: uma.shankar, ankit.k.nautiyal, jani.nikula, Suraj Kandpal

Refactors related to intel_hdcp/xe_hdcp in which we replace
drm_i915_private usage with intel_display wherever possible for
the ongoing efforts to try use intel_display structure more.

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

Suraj Kandpal (2):
  drm/i915/hdcp: Move to using intel_display in intel_hdcp
  drm/i915/hdcp: Use intel_display in hdcp_gsc

 drivers/gpu/drm/i915/display/intel_hdcp.c     | 673 +++++++++---------
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.c |  40 +-
 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h |   9 +-
 .../drm/i915/display/intel_hdcp_gsc_message.c |  44 +-
 .../drm/i915/display/intel_hdcp_gsc_message.h |   3 +-
 drivers/gpu/drm/xe/display/xe_hdcp_gsc.c      |  30 +-
 6 files changed, 406 insertions(+), 393 deletions(-)

-- 
2.43.2


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

end of thread, other threads:[~2024-09-12 10:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11  9:05 [PATCH 0/2] HDCP intel_display refactors Suraj Kandpal
2024-09-11  9:05 ` [PATCH 1/2] drm/i915/hdcp: Move to using intel_display in intel_hdcp Suraj Kandpal
2024-09-11  9:05 ` [PATCH 2/2] drm/i915/hdcp: Use intel_display in hdcp_gsc Suraj Kandpal
2024-09-11  9:14 ` ✓ CI.Patch_applied: success for HDCP intel_display refactors (rev2) Patchwork
2024-09-11  9:14 ` ✓ CI.checkpatch: " Patchwork
2024-09-11  9:15 ` ✓ CI.KUnit: " Patchwork
2024-09-11  9:27 ` ✓ CI.Build: " Patchwork
2024-09-11  9:30 ` ✓ CI.Hooks: " Patchwork
2024-09-11  9:31 ` ✗ CI.checksparse: warning " Patchwork
2024-09-11 10:20 ` ✗ CI.BAT: failure " Patchwork
2024-09-11 11:26 ` ✗ CI.FULL: " Patchwork
2024-09-11 13:56 ` [PATCH 0/2] HDCP intel_display refactors Jani Nikula
2024-09-11 18:07 ` ✗ Fi.CI.BUILD: warning for HDCP intel_display refactors (rev2) Patchwork
2024-09-11 18:07 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-09-11 18:30 ` ✓ Fi.CI.BAT: success " Patchwork
2024-09-11 23:53 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-09-12 10:24 ` ✓ Fi.CI.IGT: success " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10  7:47 [PATCH 0/2] HDCP intel_display refactors 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.