summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_step.c
diff options
context:
space:
mode:
authorAnusha Srivatsa <anusha.srivatsa@intel.com>2023-10-05 13:54:47 -0700
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 11:42:57 -0500
commit30e3b2cfb576f6ddf098f6de2a264b1ed75caa4c (patch)
tree736750f0339ec99227e63f911ab1cabfbb7d66fe /drivers/gpu/drm/xe/xe_step.c
parent1db6f9d4134ec242d294061cdde475d824e1e9ba (diff)
downloadlinux-stable-30e3b2cfb576f6ddf098f6de2a264b1ed75caa4c.tar.gz
linux-stable-30e3b2cfb576f6ddf098f6de2a264b1ed75caa4c.tar.bz2
linux-stable-30e3b2cfb576f6ddf098f6de2a264b1ed75caa4c.zip
drm/xe/rplu: s/ADLP/ALDERLAKE_P
i915 now uses full names for platforms. So we now have ALDERLAKE instead of ADL. Extend this to xe driver as well. This will make it easier for macro magic usages. v2: Do not make changes to compat-i915-headers/i915_drv.h file with the rest of the changes (Jani) Cc: Jani Nikula <jani.nikula@intel.com> Cc: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com> Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://lore.kernel.org/r/20231005205450.3177354-3-anusha.srivatsa@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_step.c')
-rw-r--r--drivers/gpu/drm/xe/xe_step.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_step.c b/drivers/gpu/drm/xe/xe_step.c
index 371cac951e0f..903c65405d3a 100644
--- a/drivers/gpu/drm/xe/xe_step.c
+++ b/drivers/gpu/drm/xe/xe_step.c
@@ -143,7 +143,7 @@ struct xe_step_info xe_step_pre_gmdid_get(struct xe_device *xe)
} else if (xe->info.platform == XE_ALDERLAKE_N) {
revids = adln_revids;
size = ARRAY_SIZE(adln_revids);
- } else if (xe->info.subplatform == XE_SUBPLATFORM_ADLP_RPLU) {
+ } else if (xe->info.subplatform == XE_SUBPLATFORM_ALDERLAKE_P_RPLU) {
revids = adlp_rpl_revids;
size = ARRAY_SIZE(adlp_rpl_revids);
} else if (xe->info.platform == XE_ALDERLAKE_P) {