All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix xe_device.h
@ 2024-05-07 11:09 Michal Wajdeczko
  2024-05-07 11:09 ` [PATCH 1/3] drm/xe: Don't rely on xe_assert.h to be included elsewhere Michal Wajdeczko
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Michal Wajdeczko @ 2024-05-07 11:09 UTC (permalink / raw)
  To: intel-xe

Some explicit includes are needed only from the xe_device.c.
And there is no need for redundant forward declarations.

Michal Wajdeczko (3):
  drm/xe: Don't rely on xe_assert.h to be included elsewhere
  drm/xe: Don't rely on xe_force_wake.h to be included elsewhere
  drm/xe: Fix xe_device.h

 drivers/gpu/drm/xe/display/xe_hdcp_gsc.c    | 1 +
 drivers/gpu/drm/xe/xe_bb.c                  | 1 +
 drivers/gpu/drm/xe/xe_debugfs.c             | 1 +
 drivers/gpu/drm/xe/xe_device.c              | 2 ++
 drivers/gpu/drm/xe/xe_device.h              | 6 ------
 drivers/gpu/drm/xe/xe_gsc.c                 | 1 +
 drivers/gpu/drm/xe/xe_gsc_proxy.c           | 1 +
 drivers/gpu/drm/xe/xe_gsc_submit.c          | 1 +
 drivers/gpu/drm/xe/xe_gt_clock.c            | 1 +
 drivers/gpu/drm/xe/xe_gt_idle.c             | 1 +
 drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c | 1 +
 drivers/gpu/drm/xe/xe_guc_pc.c              | 1 +
 drivers/gpu/drm/xe/xe_mmio.c                | 1 +
 drivers/gpu/drm/xe/xe_mocs.c                | 1 +
 drivers/gpu/drm/xe/xe_pat.c                 | 1 +
 drivers/gpu/drm/xe/xe_query.c               | 1 +
 drivers/gpu/drm/xe/xe_uc.c                  | 1 +
 drivers/gpu/drm/xe/xe_vm.h                  | 1 +
 18 files changed, 18 insertions(+), 6 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-05-09  6:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-07 11:09 [PATCH 0/3] Fix xe_device.h Michal Wajdeczko
2024-05-07 11:09 ` [PATCH 1/3] drm/xe: Don't rely on xe_assert.h to be included elsewhere Michal Wajdeczko
2024-05-07 12:30   ` Rodrigo Vivi
2024-05-07 11:09 ` [PATCH 2/3] drm/xe: Don't rely on xe_force_wake.h " Michal Wajdeczko
2024-05-07 12:30   ` Rodrigo Vivi
2024-05-07 11:09 ` [PATCH 3/3] drm/xe: Fix xe_device.h Michal Wajdeczko
2024-05-07 12:31   ` Rodrigo Vivi
2024-05-07 11:46 ` ✓ CI.Patch_applied: success for " Patchwork
2024-05-07 11:46 ` ✓ CI.checkpatch: " Patchwork
2024-05-07 11:48 ` ✓ CI.KUnit: " Patchwork
2024-05-07 12:11 ` ✓ CI.Build: " Patchwork
2024-05-07 12:16 ` ✓ CI.Hooks: " Patchwork
2024-05-07 12:19 ` ✓ CI.checksparse: " Patchwork
2024-05-07 12:53 ` ✓ CI.BAT: " Patchwork
2024-05-07 17:12 ` ✗ CI.FULL: failure " Patchwork
2024-05-07 21:13   ` Michal Wajdeczko
2024-05-09  6:09     ` Balne, VinayX Kumar Goud

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.