diff options
author | Tharre <tharre3@gmail.com> | 2018-07-31 22:36:15 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-07-31 22:36:15 +0200 |
commit | 5223a9537c69621a5b77644c4d78c989439bb682 (patch) | |
tree | 70ccfc0c7fe0284283371c8028b2721fd5deb8ba /arch-system/xps13-i915.conf | |
parent | 43219efeeb0357e8c4a671f4784cacbf2decfd81 (diff) | |
download | pkgbuilds-5223a9537c69621a5b77644c4d78c989439bb682.tar.gz pkgbuilds-5223a9537c69621a5b77644c4d78c989439bb682.tar.xz pkgbuilds-5223a9537c69621a5b77644c4d78c989439bb682.zip |
arch-system: fix i915 module params
Linux 4.16 reworked the guc/huc parameters for i915 in [0].
[0] https://github.com/torvalds/linux/commit/121981fafe699d9f398a3c717912ef4eae6719b1
Diffstat (limited to 'arch-system/xps13-i915.conf')
-rw-r--r-- | arch-system/xps13-i915.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-system/xps13-i915.conf b/arch-system/xps13-i915.conf index 4b4653d..6bbe131 100644 --- a/arch-system/xps13-i915.conf +++ b/arch-system/xps13-i915.conf @@ -1 +1 @@ -options i915 enable_guc_loading=1 enable_guc_submission=1 enable_psr=2 +options i915 enable_guc=3 enable_psr=2 |