drm/xe: Remove duplicate RING_MAX_NONPRIV_SLOTS definition
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 12 Dec 2023 21:56:04 +0000 (13:56 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:46:09 +0000 (11:46 -0500)
commit7a18d36f88105c0964846dbf9f7f1b0d43e860db
tree56a9ea96bf749900e8bd9620a28138b35f89c0c9
parenteb9702ad29863c1ae41d17d8504c7444f280dfff
drm/xe: Remove duplicate RING_MAX_NONPRIV_SLOTS definition

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.

Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20231212215603.2041841-2-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/regs/xe_engine_regs.h