Skip to content

Commit

Permalink
drm/i915/gt: enable GuC submission on Alder Lake-S
Browse files Browse the repository at this point in the history
  • Loading branch information
moetayuko committed Dec 3, 2023
1 parent 8f31d74 commit b25bc6c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/gpu/drm/i915/gt/uc/intel_uc.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ static void uc_expand_default_options(struct intel_uc *uc)
return;
}

/* Intermediate platforms are HuC authentication only */
if (IS_ALDERLAKE_S(i915) && !IS_ADLS_RPLS(i915)) {
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;

Expand Down

0 comments on commit b25bc6c

Please sign in to comment.