mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add 6.1 kernel support from coolsnowwolf and Ansuel
This commit is contained in:
parent
403e257a34
commit
7360c8686d
225 changed files with 46677 additions and 66 deletions
11
root/target/linux/x86/patches-6.1/992-enable-intel-guc.patch
Normal file
11
root/target/linux/x86/patches-6.1/992-enable-intel-guc.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/drivers/gpu/drm/i915/gt/uc/intel_uc.c
|
||||
+++ b/drivers/gpu/drm/i915/gt/uc/intel_uc.c
|
||||
@@ -26,7 +26,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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue