Merge tag 'drm-intel-gt-next-2023-04-06' of git://anongit.freedesktop.org/drm/drm...
[linux-block.git] / drivers / gpu / drm / i915 / gt / intel_region_lmem.c
index a9a6230982f6f7fcd466e6529dbd11556871fe54..2a3217e2890fc7f2bfa7eb4ecd83e64f218a640d 100644 (file)
@@ -169,7 +169,7 @@ static const struct intel_memory_region_ops intel_region_lmem_ops = {
 static bool get_legacy_lowmem_region(struct intel_uncore *uncore,
                                     u64 *start, u32 *size)
 {
-       if (!IS_DG1_GRAPHICS_STEP(uncore->i915, STEP_A0, STEP_C0))
+       if (!IS_DG1(uncore->i915))
                return false;
 
        *start = 0;