Commit 9175ffff authored by Matthew Brost's avatar Matthew Brost Committed by John Harrison
Browse files

drm/i915/guc: Enable GuC submission by default on DG1

parent 87ba15d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}