mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-19 14:43:44 -05:00
drm/xe: Fix whitespace in register definitions
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>
This commit is contained in:
@@ -136,8 +136,8 @@
|
||||
#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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user