drm/i915/guc: Enable GuC submission by default on DG1
authorMatthew Brost <matthew.brost@intel.com>
Thu, 16 Sep 2021 16:28:18 +0000 (09:28 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Mon, 20 Sep 2021 19:35:44 +0000 (12:35 -0700)
Enable GuC submission by default on DG1

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210916162819.27848-5-matthew.brost@intel.com
drivers/gpu/drm/i915/gt/uc/intel_uc.c

index 86c318516e14f1fc5a92126597d147a92637cbb1..2fef3b0bbe95057ad44efa612195cb63cc104b56 100644 (file)
@@ -35,7 +35,7 @@ static void uc_expand_default_options(struct intel_uc *uc)
        }
 
        /* Intermediate platforms are HuC authentication only */
-       if (IS_DG1(i915) || IS_ALDERLAKE_S(i915)) {
+       if (IS_ALDERLAKE_S(i915)) {
                i915->params.enable_guc = ENABLE_GUC_LOAD_HUC;
                return;
        }