]> git.dujemihanovic.xyz Git - linux.git/commit
drm/i915/gt: Cleanup aux invalidation registers
authorAndi Shyti <andi.shyti@linux.intel.com>
Tue, 25 Jul 2023 00:19:44 +0000 (02:19 +0200)
committerAndi Shyti <andi.shyti@linux.intel.com>
Wed, 26 Jul 2023 12:35:26 +0000 (14:35 +0200)
commit2f0b927d3ca3440445975ebde27f3df1c3ed6f76
tree193b191acfb35d9ef8edd7f5cb772ed06777a103
parent766819e57dba78bddae61418e7bfa95f63e746fd
drm/i915/gt: Cleanup aux invalidation registers

Fix the 'NV' definition postfix that is supposed to be INV.

Take the chance to also order properly the registers based on
their address and call the GEN12_GFX_CCS_AUX_INV address as
GEN12_CCS_AUX_INV like all the other similar registers.

Remove also VD1, VD3 and VE1 registers that don't exist and add
BCS0 and CCS0.

Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Cc: <stable@vger.kernel.org> # v5.8+
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230725001950.1014671-2-andi.shyti@linux.intel.com
drivers/gpu/drm/i915/gt/gen8_engine_cs.c
drivers/gpu/drm/i915/gt/intel_gt_regs.h
drivers/gpu/drm/i915/gt/intel_lrc.c