]> Gentwo Git Trees - linux/.git/commit
drm/xe: Rename MCFG_MCR_SELECTOR to STEER_SEMAPHORE
authorNitin Gote <nitin.r.gote@intel.com>
Wed, 23 Jul 2025 14:10:39 +0000 (19:40 +0530)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 24 Jul 2025 14:37:45 +0000 (07:37 -0700)
commita313d9059f00adefdadc6c5612c104bbd78a4808
tree5cc217b0affbc537dc1263bd4e0ea43f1a85eedc
parent159afd92bae8153bdd8d8b34aea0d463fe19c978
drm/xe: Rename MCFG_MCR_SELECTOR to STEER_SEMAPHORE

The register at offset 0xfd0 was incorrectly named MCFG_MCR_SELECTOR,
likely copied from i915. According to the hardware specification (Bspec),
this register is actually called STEER_SEMAPHORE.

Rename the register definition and update its usage in xe_gt_mcr.c to
match the official hardware documentation.

No functional changes.

v2: Add Bspec reference (Tejas)

Bspec: 67113
Signed-off-by: Nitin Gote <nitin.r.gote@intel.com>
Reviewed-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
Link: https://lore.kernel.org/r/20250723141039.3848390-1-nitin.r.gote@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/regs/xe_gt_regs.h
drivers/gpu/drm/xe/xe_gt_mcr.c