All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Some more _types.h cleanups
@ 2025-06-03 20:28 Michal Wajdeczko
  2025-06-03 20:28 ` [PATCH 1/4] drm/xe: Move xe_root_tile_mmio() to xe_device.h Michal Wajdeczko
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Michal Wajdeczko @ 2025-06-03 20:28 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko

Promote xe_mmio and xe_tile definitions to own files.

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 | 197 +--------------------------
 drivers/gpu/drm/xe/xe_mmio.h         |   8 +-
 drivers/gpu/drm/xe/xe_mmio_types.h   |  53 +++++++
 drivers/gpu/drm/xe/xe_tile.h         |   3 +-
 drivers/gpu/drm/xe/xe_tile_sysfs.c   |   2 +-
 drivers/gpu/drm/xe/xe_tile_types.h   | 172 +++++++++++++++++++++++
 7 files changed, 236 insertions(+), 204 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] 17+ messages in thread

end of thread, other threads:[~2025-06-10  5:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-03 20:28 [PATCH 0/4] Some more _types.h cleanups Michal Wajdeczko
2025-06-03 20:28 ` [PATCH 1/4] drm/xe: Move xe_root_tile_mmio() to xe_device.h Michal Wajdeczko
2025-06-04  0:12   ` Summers, Stuart
2025-06-04  9:04     ` Michal Wajdeczko
2025-06-09 21:27   ` Matt Roper
2025-06-03 20:28 ` [PATCH 2/4] drm/xe: Promote struct xe_mmio definition to own file Michal Wajdeczko
2025-06-04  0:16   ` Summers, Stuart
2025-06-09 21:28   ` Matt Roper
2025-06-03 20:28 ` [PATCH 3/4] drm/xe: Promote struct xe_tile " Michal Wajdeczko
2025-06-09 21:24   ` Matt Roper
2025-06-03 20:28 ` [PATCH 4/4] drm/xe: Drop unnecessary include from xe_tile.h Michal Wajdeczko
2025-06-09 21:27   ` Matt Roper
2025-06-10  5:03   ` Upadhyay, Tejas
2025-06-03 20:33 ` ✓ CI.Patch_applied: success for Some more _types.h cleanups Patchwork
2025-06-03 20:33 ` ✗ CI.checkpatch: warning " Patchwork
2025-06-03 20:34 ` ✗ CI.KUnit: failure " Patchwork
2025-06-04 17:50 ` ✗ CI.Patch_applied: failure for Some more _types.h cleanups (rev2) 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.