All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Modify iterators to prepare for ultrajoiner
@ 2024-09-17  8:23 Ankit Nautiyal
  2024-09-17  8:23 ` [PATCH 1/2] drm/i915: Add some essential functionality for joiners Ankit Nautiyal
                   ` (12 more replies)
  0 siblings, 13 replies; 19+ messages in thread
From: Ankit Nautiyal @ 2024-09-17  8:23 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: suraj.kandpal, ville.syrjala

Modify the iterators for enabling/disabling during modeset that works for
present and future joiner cases.

This patch series is a spin off from original series for ultrajoiner
basic functionality [1] and discussion on [2].
Few of the preparatory patches are taken here for review and merge before
the other core patches of the series.

[1] https://patchwork.freedesktop.org/patch/613914/
[2] https://patchwork.freedesktop.org/patch/613914/?series=133800&rev=8

Ankit Nautiyal (1):
  drm/i915/display: Enhance iterators for modeset en/disable

Stanislav Lisovskiy (1):
  drm/i915: Add some essential functionality for joiners

 drivers/gpu/drm/i915/display/intel_ddi.c     | 13 ++--
 drivers/gpu/drm/i915/display/intel_display.c | 82 ++++++++++++++++----
 drivers/gpu/drm/i915/display/intel_display.h | 28 +++++++
 drivers/gpu/drm/i915/display/intel_dp_mst.c  | 14 ++--
 drivers/gpu/drm/i915/display/intel_vdsc.c    |  4 +-
 5 files changed, 111 insertions(+), 30 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 19+ messages in thread
* [PATCH 0/2] Modify iterators to prepare for ultrajoiner
@ 2024-09-18  6:30 Ankit Nautiyal
  2024-09-18  6:30 ` [PATCH 2/2] drm/i915/display: Enhance iterators for modeset en/disable Ankit Nautiyal
  0 siblings, 1 reply; 19+ messages in thread
From: Ankit Nautiyal @ 2024-09-18  6:30 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: suraj.kandpal, ville.syrjala

Modify the iterators for enabling/disabling during modeset that works for
present and future joiner cases.

This patch series is a spin off from original series for ultrajoiner
basic functionality [1] and discussion on [2].
Few of the preparatory patches are taken here for review and merge before
the other core patches of the series.

[1] https://patchwork.freedesktop.org/patch/613914/
[2] https://patchwork.freedesktop.org/patch/613914/?series=133800&rev=8

Rev2:
-Simplified the macros, used struct display and other minor adjustments.

Ankit Nautiyal (1):
  drm/i915/display: Enhance iterators for modeset en/disable

Stanislav Lisovskiy (1):
  drm/i915: Add some essential functionality for joiners

 drivers/gpu/drm/i915/display/intel_ddi.c     | 14 ++--
 drivers/gpu/drm/i915/display/intel_display.c | 85 ++++++++++++++++----
 drivers/gpu/drm/i915/display/intel_display.h | 28 +++++++
 drivers/gpu/drm/i915/display/intel_dp_mst.c  | 14 ++--
 drivers/gpu/drm/i915/display/intel_vdsc.c    |  4 +-
 5 files changed, 113 insertions(+), 32 deletions(-)

-- 
2.45.2


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

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

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-17  8:23 [PATCH 0/2] Modify iterators to prepare for ultrajoiner Ankit Nautiyal
2024-09-17  8:23 ` [PATCH 1/2] drm/i915: Add some essential functionality for joiners Ankit Nautiyal
2024-09-17 12:27   ` Ville Syrjälä
2024-09-17  8:23 ` [PATCH 2/2] drm/i915/display: Enhance iterators for modeset en/disable Ankit Nautiyal
2024-09-17 13:31   ` Ville Syrjälä
2024-09-18  4:58     ` Nautiyal, Ankit K
2024-09-17  9:12 ` ✓ CI.Patch_applied: success for Modify iterators to prepare for ultrajoiner Patchwork
2024-09-17  9:12 ` ✗ CI.checkpatch: warning " Patchwork
2024-09-17  9:13 ` ✓ CI.KUnit: success " Patchwork
2024-09-17  9:34 ` ✓ CI.Build: " Patchwork
2024-09-17  9:36 ` ✓ CI.Hooks: " Patchwork
2024-09-17  9:37 ` ✗ CI.checksparse: warning " Patchwork
2024-09-17  9:56 ` ✓ CI.BAT: success " Patchwork
2024-09-17 11:53 ` ✓ CI.FULL: " Patchwork
2024-09-17 13:02 ` ✗ Fi.CI.CHECKPATCH: warning " Patchwork
2024-09-17 13:11 ` ✓ Fi.CI.BAT: success " Patchwork
2024-09-18  7:02 ` ✗ Fi.CI.IGT: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2024-09-18  6:30 [PATCH 0/2] " Ankit Nautiyal
2024-09-18  6:30 ` [PATCH 2/2] drm/i915/display: Enhance iterators for modeset en/disable Ankit Nautiyal
2024-09-18 11:35   ` Ville Syrjälä

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.