All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/i915/dram: dram_info refactoring
@ 2025-05-07 15:18 Jani Nikula
  2025-05-07 15:18 ` [PATCH 1/6] drm/i915/bw: pass struct dram_info pointer around Jani Nikula
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Jani Nikula @ 2025-05-07 15:18 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula


Jani Nikula (6):
  drm/i915/bw: pass struct dram_info pointer around
  drm/i915/dram: add accessor for struct dram_info and use it
  drm/i915/wm: DG2 doesn't have dram info to look up
    wm_lv_0_adjust_needed
  drm/i915/dram: pass struct dram_info pointer around
  drm/i915/dram: add return value and handling to intel_dram_detect()
  drm/i915/dram: allocate struct dram_info dynamically

 drivers/gpu/drm/i915/display/intel_bw.c       | 49 ++++++-------
 .../drm/i915/display/intel_display_power.c    |  9 ++-
 drivers/gpu/drm/i915/display/skl_watermark.c  | 15 ++--
 drivers/gpu/drm/i915/i915_driver.c            |  4 +-
 drivers/gpu/drm/i915/i915_drv.h               | 23 +-----
 drivers/gpu/drm/i915/soc/intel_dram.c         | 71 ++++++++++++-------
 drivers/gpu/drm/i915/soc/intel_dram.h         | 26 ++++++-
 drivers/gpu/drm/xe/display/xe_display.c       |  4 +-
 drivers/gpu/drm/xe/xe_device_types.h          | 21 +-----
 9 files changed, 118 insertions(+), 104 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2025-05-26 17:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07 15:18 [PATCH 0/6] drm/i915/dram: dram_info refactoring Jani Nikula
2025-05-07 15:18 ` [PATCH 1/6] drm/i915/bw: pass struct dram_info pointer around Jani Nikula
2025-05-07 15:18 ` [PATCH 2/6] drm/i915/dram: add accessor for struct dram_info and use it Jani Nikula
2025-05-07 15:18 ` [PATCH 3/6] drm/i915/wm: DG2 doesn't have dram info to look up wm_lv_0_adjust_needed Jani Nikula
2025-05-07 15:18 ` [PATCH 4/6] drm/i915/dram: pass struct dram_info pointer around Jani Nikula
2025-05-07 15:18 ` [PATCH 5/6] drm/i915/dram: add return value and handling to intel_dram_detect() Jani Nikula
2025-05-07 15:18 ` [PATCH 6/6] drm/i915/dram: allocate struct dram_info dynamically Jani Nikula
2025-05-07 15:26 ` ✓ CI.Patch_applied: success for drm/i915/dram: dram_info refactoring Patchwork
2025-05-07 15:27 ` ✓ CI.checkpatch: " Patchwork
2025-05-07 15:28 ` ✓ CI.KUnit: " Patchwork
2025-05-07 15:36 ` ✓ CI.Build: " Patchwork
2025-05-07 15:39 ` ✓ CI.Hooks: " Patchwork
2025-05-07 15:40 ` ✓ CI.checksparse: " Patchwork
2025-05-07 16:03 ` ✓ Xe.CI.BAT: " Patchwork
2025-05-07 17:56 ` ✗ Fi.CI.SPARSE: warning " Patchwork
2025-05-07 18:22 ` ✗ i915.CI.BAT: failure " Patchwork
2025-05-08 11:12 ` ✓ Xe.CI.Full: success " Patchwork
2025-05-26 17:13 ` ✗ CI.Patch_applied: failure " Patchwork

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.