Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Trivial register cleanups
@ 2023-12-14 18:47 Matt Roper
  2023-12-14 18:47 ` [PATCH 1/8] drm/xe: Drop "_REG" suffix from CSFE_CHICKEN1 Matt Roper
                   ` (14 more replies)
  0 siblings, 15 replies; 27+ messages in thread
From: Matt Roper @ 2023-12-14 18:47 UTC (permalink / raw)
  To: intel-xe; +Cc: matthew.d.roper

Assorted cleanup of our register headers to keep the code clean and
easier to work with.  None of these patches should have any functional
impact.

Matt Roper (8):
  drm/xe: Drop "_REG" suffix from CSFE_CHICKEN1
  drm/xe: Move some per-engine register definitions to the engine header
  drm/xe: Fix whitespace in register definitions
  drm/xe: Move engine base offsets to engine register header
  drm/xe: Move GSC HECI base offsets out of register header
  drm/xe: Define interrupt vector bits with the interrupt registers
  drm/xe: Re-sort GT register header
  drm/xe: Drop some unnecessary header includes

 drivers/gpu/drm/xe/regs/xe_engine_regs.h | 67 ++++++++++++++++++--
 drivers/gpu/drm/xe/regs/xe_gt_regs.h     | 81 ++++++++++--------------
 drivers/gpu/drm/xe/regs/xe_regs.h        | 41 ------------
 drivers/gpu/drm/xe/xe_execlist.c         |  1 -
 drivers/gpu/drm/xe/xe_ggtt.c             |  1 -
 drivers/gpu/drm/xe/xe_heci_gsc.c         |  5 +-
 drivers/gpu/drm/xe/xe_hw_engine.c        |  1 -
 drivers/gpu/drm/xe/xe_lrc.c              |  2 -
 drivers/gpu/drm/xe/xe_pci.c              |  1 -
 drivers/gpu/drm/xe/xe_ring_ops.c         |  1 -
 drivers/gpu/drm/xe/xe_wa.c               | 18 +++---
 11 files changed, 108 insertions(+), 111 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2023-12-15  0:07 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 18:47 [PATCH 0/8] Trivial register cleanups Matt Roper
2023-12-14 18:47 ` [PATCH 1/8] drm/xe: Drop "_REG" suffix from CSFE_CHICKEN1 Matt Roper
2023-12-14 21:55   ` Lucas De Marchi
2023-12-14 18:47 ` [PATCH 2/8] drm/xe: Move some per-engine register definitions to the engine header Matt Roper
2023-12-14 22:01   ` Lucas De Marchi
2023-12-14 18:47 ` [PATCH 3/8] drm/xe: Fix whitespace in register definitions Matt Roper
2023-12-14 22:09   ` Lucas De Marchi
2023-12-14 18:47 ` [PATCH 4/8] drm/xe: Move engine base offsets to engine register header Matt Roper
2023-12-14 22:08   ` Lucas De Marchi
2023-12-14 18:47 ` [PATCH 5/8] drm/xe: Move GSC HECI base offsets out of " Matt Roper
2023-12-14 22:06   ` Lucas De Marchi
2023-12-14 18:47 ` [PATCH 6/8] drm/xe: Define interrupt vector bits with the interrupt registers Matt Roper
2023-12-14 22:10   ` Lucas De Marchi
2023-12-14 18:47 ` [PATCH 7/8] drm/xe: Re-sort GT register header Matt Roper
2023-12-14 22:21   ` Lucas De Marchi
2023-12-14 23:11     ` Matt Roper
2023-12-14 23:38       ` Lucas De Marchi
2023-12-14 18:47 ` [PATCH 8/8] drm/xe: Drop some unnecessary header includes Matt Roper
2023-12-14 22:21   ` Lucas De Marchi
2023-12-14 19:41 ` ✓ CI.Patch_applied: success for Trivial register cleanups Patchwork
2023-12-14 19:42 ` ✓ CI.checkpatch: " Patchwork
2023-12-14 19:43 ` ✓ CI.KUnit: " Patchwork
2023-12-14 19:50 ` ✓ CI.Build: " Patchwork
2023-12-14 19:51 ` ✓ CI.Hooks: " Patchwork
2023-12-14 19:52 ` ✓ CI.checksparse: " Patchwork
2023-12-14 20:27 ` ✓ CI.BAT: " Patchwork
2023-12-15  0:07   ` Matt Roper

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