Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Some more _types.h cleanups
@ 2026-02-03 21:12 Michal Wajdeczko
  2026-02-03 21:12 ` [PATCH v2 1/4] drm/xe: Move xe_root_tile_mmio() to xe_device.h Michal Wajdeczko
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Michal Wajdeczko @ 2026-02-03 21:12 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko, Matt Roper, Stuart Summers

Promote xe_mmio and xe_tile definitions to own files.

Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Stuart Summers <stuart.summers@intel.com>

v1: https://patchwork.freedesktop.org/series/149807/#rev1
v2: rebased

Michal Wajdeczko (4):
  drm/xe: Move xe_root_tile_mmio() to xe_device.h
  drm/xe: Promote struct xe_mmio definition to own file
  drm/xe: Promote struct xe_tile definition to own file
  drm/xe: Drop unnecessary include from xe_tile.h

 drivers/gpu/drm/xe/xe_device.h       |   5 +
 drivers/gpu/drm/xe/xe_device_types.h | 167 +--------------------------
 drivers/gpu/drm/xe/xe_gt_types.h     |   5 -
 drivers/gpu/drm/xe/xe_i2c.c          |   2 +-
 drivers/gpu/drm/xe/xe_mmio.h         |   7 +-
 drivers/gpu/drm/xe/xe_mmio_types.h   |  64 ++++++++++
 drivers/gpu/drm/xe/xe_nvm.c          |   2 +-
 drivers/gpu/drm/xe/xe_soc_remapper.c |   1 +
 drivers/gpu/drm/xe/xe_tile.h         |   4 +-
 drivers/gpu/drm/xe/xe_tile_sysfs.c   |   2 +-
 drivers/gpu/drm/xe/xe_tile_types.h   | 141 ++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_vram_freq.c    |   2 +-
 12 files changed, 219 insertions(+), 183 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/xe_mmio_types.h
 create mode 100644 drivers/gpu/drm/xe/xe_tile_types.h

-- 
2.47.1


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

end of thread, other threads:[~2026-02-05 20:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 21:12 [PATCH v2 0/4] Some more _types.h cleanups Michal Wajdeczko
2026-02-03 21:12 ` [PATCH v2 1/4] drm/xe: Move xe_root_tile_mmio() to xe_device.h Michal Wajdeczko
2026-02-03 21:12 ` [PATCH v2 2/4] drm/xe: Promote struct xe_mmio definition to own file Michal Wajdeczko
2026-02-03 21:12 ` [PATCH v2 3/4] drm/xe: Promote struct xe_tile " Michal Wajdeczko
2026-02-03 23:47   ` Matt Roper
2026-02-03 21:12 ` [PATCH v2 4/4] drm/xe: Drop unnecessary include from xe_tile.h Michal Wajdeczko
2026-02-03 21:52 ` ✗ CI.checkpatch: warning for Some more _types.h cleanups (rev3) Patchwork
2026-02-03 21:53 ` ✓ CI.KUnit: success " Patchwork
2026-02-03 22:26 ` ✗ Xe.CI.BAT: failure " Patchwork
2026-02-04 12:36 ` ✗ Xe.CI.FULL: " Patchwork
2026-02-04 23:29 ` ✗ CI.checkpatch: warning for Some more _types.h cleanups (rev4) Patchwork
2026-02-04 23:31 ` ✓ CI.KUnit: success " Patchwork
2026-02-05  0:04 ` ✓ Xe.CI.BAT: " Patchwork
2026-02-05 14:27 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-02-05 20:07   ` Michal Wajdeczko

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