mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00

Manually rebased: target/linux/generic/hack-5.15/953-net-patch-linux-kernel-to-support-shortcut-fe.patch All other patches automatically rebased. Build system: x86_64 Fixes: #10071 Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
12 lines
314 B
Diff
12 lines
314 B
Diff
--- a/drivers/gpu/drm/i915/gt/uc/intel_uc.c
|
|
+++ b/drivers/gpu/drm/i915/gt/uc/intel_uc.c
|
|
@@ -23,7 +23,7 @@ static void uc_expand_default_options(st
|
|
return;
|
|
|
|
/* Don't enable GuC/HuC on pre-Gen12 */
|
|
- if (GRAPHICS_VER(i915) < 12) {
|
|
+ if (GRAPHICS_VER(i915) < 9) {
|
|
i915->params.enable_guc = 0;
|
|
return;
|
|
}
|