All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/6] More GT register cleanup
@ 2022-02-09  5:11 Matt Roper
  2022-02-09  5:11 ` [Intel-gfx] [PATCH 1/6] drm/i915/gt: Drop duplicate register definition for VDBOX_CGCTL3F18 Matt Roper
                   ` (10 more replies)
  0 siblings, 11 replies; 21+ messages in thread
From: Matt Roper @ 2022-02-09  5:11 UTC (permalink / raw)
  To: intel-gfx

Another collection of cleanup patches for intel_gt_regs.h to make it a
bit less painful to work with.

Cc: Jani Nikula <jani.nikula@linux.intel.com>

Matt Roper (6):
  drm/i915/gt: Drop duplicate register definition for VDBOX_CGCTL3F18
  drm/i915/gt: Move SFC lock bits to intel_engine_regs.h
  drm/i915/gt: Use parameterized RING_MI_MODE
  drm/i915/gt: Cleanup spacing of intel_gt_regs.h
  drm/i915/gt: Use consistent offset notation in intel_gt_regs.h
  drm/i915/gt: Order GT registers by MMIO offset

 drivers/gpu/drm/i915/gt/intel_engine_regs.h |   23 +
 drivers/gpu/drm/i915/gt/intel_gt_regs.h     | 2623 +++++++++----------
 drivers/gpu/drm/i915/gt/intel_reset.c       |   14 +-
 drivers/gpu/drm/i915/gt/intel_workarounds.c |    6 +-
 drivers/gpu/drm/i915/intel_uncore.c         |    2 +-
 5 files changed, 1333 insertions(+), 1335 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-02-16 20:50 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09  5:11 [Intel-gfx] [PATCH 0/6] More GT register cleanup Matt Roper
2022-02-09  5:11 ` [Intel-gfx] [PATCH 1/6] drm/i915/gt: Drop duplicate register definition for VDBOX_CGCTL3F18 Matt Roper
2022-02-15 21:23   ` Matt Atwood
2022-02-09  5:11 ` [Intel-gfx] [PATCH 2/6] drm/i915/gt: Move SFC lock bits to intel_engine_regs.h Matt Roper
2022-02-15 21:28   ` Matt Atwood
2022-02-09  5:11 ` [Intel-gfx] [PATCH 3/6] drm/i915/gt: Use parameterized RING_MI_MODE Matt Roper
2022-02-15 21:33   ` Matt Atwood
2022-02-09  5:11 ` [Intel-gfx] [PATCH 4/6] drm/i915/gt: Cleanup spacing of intel_gt_regs.h Matt Roper
2022-02-15 22:03   ` Matt Atwood
2022-02-09  5:11 ` [Intel-gfx] [PATCH 5/6] drm/i915/gt: Use consistent offset notation in intel_gt_regs.h Matt Roper
2022-02-15 21:49   ` Matt Atwood
2022-02-09  5:11 ` [Intel-gfx] [PATCH 6/6] drm/i915/gt: Order GT registers by MMIO offset Matt Roper
2022-02-09  8:11   ` Ville Syrjälä
2022-02-15 22:42   ` Matt Atwood
2022-02-09  5:24 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for More GT register cleanup Patchwork
2022-02-09  5:25 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-02-09  5:53 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-02-09  7:07 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2022-02-16 20:50   ` Matt Roper
2022-02-10 14:26 ` [Intel-gfx] [PATCH 0/6] " Jani Nikula
2022-02-10 14:27   ` Jani Nikula

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.