summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2021-05-06 15:53:46 +0200
committerJonathan Bauer2021-05-06 15:53:46 +0200
commite53803d1731b492f69d11457cf5d31712d350c87 (patch)
tree65b365c8b8bd97fd1abdd23ff5398778d703d1ee
parentMerge branch 'master' into installer (diff)
parent[kernel-vanilla] only warn when patching i915 fails (diff)
downloadmltk-e53803d1731b492f69d11457cf5d31712d350c87.tar.gz
mltk-e53803d1731b492f69d11457cf5d31712d350c87.tar.xz
mltk-e53803d1731b492f69d11457cf5d31712d350c87.zip
Merge branch 'master' into installer
-rw-r--r--core/modules/kernel-vanilla/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/kernel-vanilla/module.build b/core/modules/kernel-vanilla/module.build
index 320e7b6b..b7e293f1 100644
--- a/core/modules/kernel-vanilla/module.build
+++ b/core/modules/kernel-vanilla/module.build
@@ -54,7 +54,7 @@ fetch_source() {
git apply < "$patch" || perror "Could not apply $patch"
echo "$patch" >> "patches-done"
done
- sed -i 's/batch_add(&cmds, 0xffff0000);/batch_add(\&cmds, 0xffff0000 | ((IS_IVB_GT1(i915) || IS_VALLEYVIEW(i915)) ? HIZ_RAW_STALL_OPT_DISABLE : 0));/' "drivers/gpu/drm/i915/gt/gen7_renderclear.c" || perror "Could not patch Ivybridge/Baytrail graphics."
+ sed -i 's/batch_add(&cmds, 0xffff0000);/batch_add(\&cmds, 0xffff0000 | ((IS_IVB_GT1(i915) || IS_VALLEYVIEW(i915)) ? HIZ_RAW_STALL_OPT_DISABLE : 0));/' "drivers/gpu/drm/i915/gt/gen7_renderclear.c" || pwarning "Could not patch Ivybridge/Baytrail graphics."
cd -
# remember the current kernel version
echo "${SYSTEM_KERNEL_LONG}" > ksrc/KVERSION