drm/xe: Rename RC0/RC6 macros
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 12 Apr 2023 23:28:44 +0000 (16:28 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:31:43 +0000 (18:31 -0500)
commitbb36f4b4ed279c7deed936957f733b2af0d3d78f
tree3b54b11e835572ef190b82274e57aef625d068a3
parent58e19acf0cdf3f18c1c868165f45d3ea626b9c3f
drm/xe: Rename RC0/RC6 macros

Follow up commits will mass-remove the gen prefix/suffix. For GEN6_RC0
and GEN6_RC6 that would make the variable too short and easy to
conflict. So, add "GT_" prefix that is also part of the register name.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/regs/xe_gt_regs.h
drivers/gpu/drm/xe/xe_guc_pc.c