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 | |
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')
-rw-r--r-- | arch-system/PKGBUILD | 2 | ||||
-rw-r--r-- | arch-system/xps13-i915.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch-system/PKGBUILD b/arch-system/PKGBUILD index 917e2b8..7523ad5 100644 --- a/arch-system/PKGBUILD +++ b/arch-system/PKGBUILD @@ -32,7 +32,7 @@ sha256sums=('bb00c42f2802c12536c46700b948d41a43153d97a6986827b7c61203880e1ad1' '42050ba722df1cd606288e82054e131dac99bf10506f4c8d52eb9bfc0a078d89' 'e1bf3dc5978a7641f86975b7ee770a6914b30a8e4b7e3be2f1b07eaa7098591d' 'ba4e0a45cd428678ccb3b9981131333c2afa450107ca4a4bda475748ef915628' - 'b9f38ad0731a5b65d49eaacd0fb8cfe051b6ca7ea68496d89919701842183d89') + '5613c98d32e513a973e8a0e250ab0b267882a73615f507b6208d4a5f21487fe6') package_base-system() { depends=('gvim' 'zsh' 'tmux' 'htop' 'git' 'reflector' 'sudo' 'avahi' 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 |