mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
drm/xe: Fix register definition order in xe_regs.h
Swap XEHP_CLOCK_GATE_DIS(0x101014) with GU_DEBUG(x101018). Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240702183704.1022-2-michal.wajdeczko@intel.com
This commit is contained in:
parent
04e9c0ce19
commit
9dae9751c7
@ -24,12 +24,12 @@
|
||||
#define LMEM_INIT REG_BIT(7)
|
||||
#define DRIVERFLR REG_BIT(31)
|
||||
|
||||
#define GU_DEBUG XE_REG(0x101018)
|
||||
#define DRIVERFLR_STATUS REG_BIT(31)
|
||||
|
||||
#define XEHP_CLOCK_GATE_DIS XE_REG(0x101014)
|
||||
#define SGSI_SIDECLK_DIS REG_BIT(17)
|
||||
|
||||
#define GU_DEBUG XE_REG(0x101018)
|
||||
#define DRIVERFLR_STATUS REG_BIT(31)
|
||||
|
||||
#define XEHP_MTCFG_ADDR XE_REG(0x101800)
|
||||
#define TILE_COUNT REG_GENMASK(15, 8)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user