Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Remove duplicate RING_MAX_NONPRIV_SLOTS definition
@ 2023-12-12 21:56 Matt Roper
  2023-12-13  1:01 ` Matthew Brost
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Matt Roper @ 2023-12-12 21:56 UTC (permalink / raw)
  To: intel-xe; +Cc: matthew.d.roper

The engine register header wound up with two definitions for
RING_MAX_NONPRIV_SLOTS, likely due to a rebase mistake.  Keep the
definition that's in an appropriate place (i.e., with the
FORCE_TO_NONPRIV register definition) and remove the other.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
---
 drivers/gpu/drm/xe/regs/xe_engine_regs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/regs/xe_engine_regs.h b/drivers/gpu/drm/xe/regs/xe_engine_regs.h
index 3942db268b01..1a857c4edcf5 100644
--- a/drivers/gpu/drm/xe/regs/xe_engine_regs.h
+++ b/drivers/gpu/drm/xe/regs/xe_engine_regs.h
@@ -40,7 +40,6 @@
 #define RING_NOPID(base)			XE_REG((base) + 0x94)
 
 #define RING_IMR(base)				XE_REG((base) + 0xa8)
-#define   RING_MAX_NONPRIV_SLOTS  12
 
 #define RING_EIR(base)				XE_REG((base) + 0xb0)
 #define RING_EMR(base)				XE_REG((base) + 0xb4)
-- 
2.43.0


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

end of thread, other threads:[~2023-12-13  1:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12 21:56 [PATCH] drm/xe: Remove duplicate RING_MAX_NONPRIV_SLOTS definition Matt Roper
2023-12-13  1:01 ` Matthew Brost
2023-12-13  1:06 ` ✓ CI.Patch_applied: success for " Patchwork
2023-12-13  1:06 ` ✓ CI.checkpatch: " Patchwork
2023-12-13  1:07 ` ✓ CI.KUnit: " Patchwork
2023-12-13  1:14 ` ✓ CI.Build: " Patchwork
2023-12-13  1:15 ` ✓ CI.Hooks: " Patchwork
2023-12-13  1:16 ` ✓ CI.checksparse: " Patchwork
2023-12-13  1:50 ` ✓ CI.BAT: " Patchwork

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