Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/{i915,xe}: Move PCH stuff under display
@ 2025-04-11  9:54 Jani Nikula
  2025-04-11  9:54 ` [PATCH 1/4] drm/{i915,xe}: Move intel_pch " Jani Nikula
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Jani Nikula @ 2025-04-11  9:54 UTC (permalink / raw)
  To: intel-gfx, intel-xe
  Cc: jani.nikula, rodrigo.vivi, lucas.demarchi, ville.syrjala

Resurrect [1], patches 1-2 unchanged, with some cleanups on top.

With the current patches in flight, we'll have removed all the PCH
checks from i915 core other than a couple of instances in
intel_clock_gating.c. We can figure those out as we go along, but
merging this now unblocks a bunch of further cleanups in display.

BR,
Jani.


[1] https://lore.kernel.org/r/20250218010224.761209-1-rodrigo.vivi@intel.com



Jani Nikula (2):
  drm/i915/pch: move PCH detection to intel_display_driver_early_probe()
  drm/i915/pch: clean up includes

Rodrigo Vivi (2):
  drm/{i915,xe}: Move intel_pch under display
  drm/i915/display: Convert intel_pch towards intel_display

 drivers/gpu/drm/i915/Makefile                 |   2 +-
 .../gpu/drm/i915/display/intel_display_core.h |   6 +-
 .../drm/i915/display/intel_display_driver.c   |   3 +
 .../gpu/drm/i915/{soc => display}/intel_pch.c | 248 +++++++++---------
 drivers/gpu/drm/i915/display/intel_pch.h      |  58 ++++
 drivers/gpu/drm/i915/i915_driver.c            |   3 -
 drivers/gpu/drm/i915/i915_drv.h               |   5 -
 drivers/gpu/drm/i915/soc/intel_pch.h          |  56 ----
 drivers/gpu/drm/xe/Makefile                   |   2 +-
 .../xe/compat-i915-headers/soc/intel_pch.h    |   6 -
 drivers/gpu/drm/xe/display/xe_display.c       |   3 -
 drivers/gpu/drm/xe/xe_device_types.h          |   2 -
 12 files changed, 199 insertions(+), 195 deletions(-)
 rename drivers/gpu/drm/i915/{soc => display}/intel_pch.c (50%)
 create mode 100644 drivers/gpu/drm/i915/display/intel_pch.h
 delete mode 100644 drivers/gpu/drm/i915/soc/intel_pch.h
 delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/soc/intel_pch.h

-- 
2.39.5


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

end of thread, other threads:[~2025-04-14  8:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-11  9:54 [PATCH 0/4] drm/{i915,xe}: Move PCH stuff under display Jani Nikula
2025-04-11  9:54 ` [PATCH 1/4] drm/{i915,xe}: Move intel_pch " Jani Nikula
2025-04-11 14:15   ` Lucas De Marchi
2025-04-11  9:54 ` [PATCH 2/4] drm/i915/display: Convert intel_pch towards intel_display Jani Nikula
2025-04-11 14:17   ` Lucas De Marchi
2025-04-14  8:14     ` Jani Nikula
2025-04-11  9:54 ` [PATCH 3/4] drm/i915/pch: move PCH detection to intel_display_driver_early_probe() Jani Nikula
2025-04-11 14:18   ` Lucas De Marchi
2025-04-11  9:54 ` [PATCH 4/4] drm/i915/pch: clean up includes Jani Nikula
2025-04-11 14:21   ` Lucas De Marchi
2025-04-11 10:00 ` ✓ CI.Patch_applied: success for drm/{i915,xe}: Move PCH stuff under display Patchwork
2025-04-11 10:00 ` ✗ CI.checkpatch: warning " Patchwork
2025-04-11 10:01 ` ✓ CI.KUnit: success " Patchwork
2025-04-11 10:14 ` ✓ CI.Build: " Patchwork
2025-04-11 10:17 ` ✓ CI.Hooks: " Patchwork
2025-04-11 10:19 ` ✓ CI.checksparse: " Patchwork
2025-04-11 11:04 ` ✓ Xe.CI.BAT: " Patchwork
2025-04-11 12:46 ` ✓ Xe.CI.Full: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox