drm/xe: Fix whitespace in register definitions
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 14 Dec 2023 18:47:03 +0000 (10:47 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:46:16 +0000 (11:46 -0500)
Our register headers use tabs to align the definition values.  Convert a
few definitions that were using spaces instead.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20231214184659.2249559-13-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
drivers/gpu/drm/xe/regs/xe_regs.h

index e109ef912706abefca354e45d29f0dcd8cfc19ff..7f82bef3a0dbaf6b865943dab2fc428b5a4f0547 100644 (file)
 #define   PREEMPT_GPGPU_LEVEL_MASK             PREEMPT_GPGPU_LEVEL(1, 1)
 #define   PREEMPT_3D_OBJECT_LEVEL              REG_BIT(0)
 
-#define VDBOX_CGCTL3F08(base)                  XE_REG((base) + 0x3f08)
-#define   CG3DDISHRS_CLKGATE_DIS               REG_BIT(5)
+#define VDBOX_CGCTL3F08(base)                  XE_REG((base) + 0x3f08)
+#define   CG3DDISHRS_CLKGATE_DIS               REG_BIT(5)
 
 #define VDBOX_CGCTL3F10(base)                  XE_REG((base) + 0x3f10)
 #define   IECPUNIT_CLKGATE_DIS                 REG_BIT(22)
index 4ac71b605487e80116b0856f45bfe8a4c3f1ec5b..4b427ec8cbff7c78acd2b60ae0137199bea7a081 100644 (file)
@@ -34,9 +34,9 @@
 #define XEHPC_BCS7_RING_BASE                   0x3ec000
 #define XEHPC_BCS8_RING_BASE                   0x3ee000
 
-#define DG1_GSC_HECI2_BASE                      0x00259000
-#define PVC_GSC_HECI2_BASE                      0x00285000
-#define DG2_GSC_HECI2_BASE                      0x00374000
+#define DG1_GSC_HECI2_BASE                     0x00259000
+#define PVC_GSC_HECI2_BASE                     0x00285000
+#define DG2_GSC_HECI2_BASE                     0x00374000
 
 #define GSCCS_RING_BASE                                0x11a000
 #define   GT_WAIT_SEMAPHORE_INTERRUPT          REG_BIT(11)