diff --git a/src/intel/dev/intel_device_info.h b/src/intel/dev/intel_device_info.h index 865416ebf10..bf7be9a1ea2 100644 --- a/src/intel/dev/intel_device_info.h +++ b/src/intel/dev/intel_device_info.h @@ -575,7 +575,7 @@ void intel_device_info_update_cs_workgroup_threads(struct intel_device_info *dev bool intel_device_info_compute_system_memory(struct intel_device_info *devinfo, bool update); void intel_device_info_update_after_hwconfig(struct intel_device_info *devinfo); -#ifdef GFX_VER +#ifdef GFX_VERx10 #define intel_needs_workaround(devinfo, id) \ INTEL_WA_ ## id ## _GFX_VER && \ BITSET_TEST(devinfo->workarounds, INTEL_WA_##id)