[PATCH 57/57] drm/i915/guc: Enable GuC submission on gen12+
Matthew Brost
matthew.brost at intel.com
Wed Jun 30 03:44:38 UTC 2021
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
---
drivers/gpu/drm/i915/gt/uc/intel_uc.c | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/drivers/gpu/drm/i915/gt/uc/intel_uc.c b/drivers/gpu/drm/i915/gt/uc/intel_uc.c
index 61be0aa81492..61bd5849f751 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_uc.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_uc.c
@@ -28,19 +28,6 @@ static void uc_expand_default_options(struct intel_uc *uc)
return;
}
- /* Don't enable GuC/HuC on older Gen12 platforms */
- if (IS_TIGERLAKE(i915) || IS_ROCKETLAKE(i915)) {
- i915->params.enable_guc = 0;
- return;
- }
-
- /* Intermediate platforms are HuC authentication only */
- if (IS_DG1(i915) || IS_ALDERLAKE_S(i915)) {
- drm_dbg(&i915->drm, "Disabling GuC only due to old platform\n");
- i915->params.enable_guc = ENABLE_GUC_LOAD_HUC;
- return;
- }
-
/* Default: enable HuC authentication and GuC submission */
i915->params.enable_guc = ENABLE_GUC_LOAD_HUC | ENABLE_GUC_SUBMISSION;
}
--
2.28.0
More information about the Intel-gfx-trybot
mailing list