diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/drm/i915/gt/uc/intel_uc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915/gt/uc/intel_uc.c b/sys/dev/pci/drm/i915/gt/uc/intel_uc.c index 86c318516e1..64bee93a8dc 100644 --- a/sys/dev/pci/drm/i915/gt/uc/intel_uc.c +++ b/sys/dev/pci/drm/i915/gt/uc/intel_uc.c @@ -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_DG1(i915) || (IS_ALDERLAKE_S(i915) && !IS_ADLS_RPLS(i915))) { i915->params.enable_guc = ENABLE_GUC_LOAD_HUC; return; } |