All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/i915/display: reduce i915_drv.h usage
@ 2025-12-19 10:50 Jani Nikula
  2025-12-19 10:50 ` [PATCH 1/2] drm/xe/compat: convert uncore macros to static inlines Jani Nikula
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jani Nikula @ 2025-12-19 10:50 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula, Ville Syrjala

This helps reduce the dependencies on i915_drv.h, better highlighting
what's left and what needs to be addressed.

Ville, I hope this does not make your life more difficult with the
uncore conversions. If it does, we can drop this.

BR,
Jani.


Cc: Ville Syrjala <ville.syrjala@linux.intel.com>

Jani Nikula (2):
  drm/xe/compat: convert uncore macros to static inlines
  drm/i915/display: use to_intel_uncore() to avoid i915_drv.h

 drivers/gpu/drm/i915/display/i9xx_wm.c        | 17 ++++----
 drivers/gpu/drm/i915/display/intel_bw.c       | 17 ++++----
 drivers/gpu/drm/i915/display/intel_display.c  |  4 +-
 .../drm/i915/display/intel_display_power.c    |  8 ++--
 drivers/gpu/drm/i915/display/intel_dram.c     | 39 +++++++++----------
 drivers/gpu/drm/i915/display/intel_rom.c      |  8 ++--
 drivers/gpu/drm/i915/display/intel_vblank.c   | 13 +++----
 .../drm/xe/compat-i915-headers/intel_uncore.h | 17 ++++++--
 8 files changed, 66 insertions(+), 57 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2025-12-19 12:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-19 10:50 [PATCH 0/2] drm/i915/display: reduce i915_drv.h usage Jani Nikula
2025-12-19 10:50 ` [PATCH 1/2] drm/xe/compat: convert uncore macros to static inlines Jani Nikula
2025-12-19 10:50 ` [PATCH 2/2] drm/i915/display: use to_intel_uncore() to avoid i915_drv.h Jani Nikula
2025-12-19 12:35 ` ✓ i915.CI.BAT: success for drm/i915/display: reduce i915_drv.h usage Patchwork
2025-12-19 12:42 ` [PATCH 0/2] " 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.