summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/xe/xe_guc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_guc.c b/drivers/gpu/drm/xe/xe_guc.c
index 7daae3294665..09ac092c3687 100644
--- a/drivers/gpu/drm/xe/xe_guc.c
+++ b/drivers/gpu/drm/xe/xe_guc.c
@@ -768,7 +768,7 @@ int xe_guc_init(struct xe_guc *guc)
return 0;
/* Disable page reclaim if GuC FW does not support */
- if (GUC_FIRMWARE_VER(guc) < MAKE_GUC_VER(70, 31, 0))
+ if (GUC_SUBMIT_VER(guc) < MAKE_GUC_VER(1, 14, 0))
xe->info.has_page_reclaim_hw_assist = false;
if (IS_SRIOV_VF(xe)) {