summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreggz2020-04-21 10:01:30 +0200
committereggz2020-04-21 10:01:30 +0200
commit44ef3dcd052678624c288008479e37e45916a63e (patch)
tree8d925485437c5c7da50b52a4758fadf544df6d02
parentcc7c53d4195b0303ada0774dd67555a3de60e4ae (diff)
downloadaur-44ef3dcd052678624c288008479e37e45916a63e.tar.gz
amdgpu hang fixed upstream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 0 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e3e428cc6bb..e8cfbea3cb73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,12 +16,10 @@ pkgbase = linux-amd-raven
source = config.x86_64
source = linux-amd-raven.preset
source = 5012_enable-cpu-optimizations-for-gcc91.patch
- source = amdgpu_hwhang_reboot.patch
sha256sums = SKIP
sha256sums = e31ddac0ee6e644bce4379e89de0a59b8aebeb20822d560b10bd3a87d6c24e84
sha256sums = 0ac0cf410b0f3eeaa07d41505613e118ea59e01144e905f2dc0a808379f87e87
sha256sums = fb98e49d7a640e05bf0d3a65ca49d0adb19de7547cb7ffca7a6cbacb1f461f0b
- sha256sums = 62fc91e581c56240220dac84b77684387ae3d5c52afc5904f76a8cfa43e73c05
pkgname = linux-amd-raven
pkgdesc = Linux kernel with working amdgpu for Raven Ridge hardware
diff --git a/PKGBUILD b/PKGBUILD
index d5153db47526..c9bee293fe64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,8 +21,6 @@ source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git'
"${pkgbase}.preset"
# patch from our gentoo overlords
'5012_enable-cpu-optimizations-for-gcc91.patch'
- # amdgpuhang on reboot patch
- 'amdgpu_hwhang_reboot.patch'
)
sha256sums=('SKIP'
#config.x86_64
@@ -31,8 +29,6 @@ sha256sums=('SKIP'
'0ac0cf410b0f3eeaa07d41505613e118ea59e01144e905f2dc0a808379f87e87'
#patch file
'fb98e49d7a640e05bf0d3a65ca49d0adb19de7547cb7ffca7a6cbacb1f461f0b'
- #amdgpuhang on reboot patch
- '62fc91e581c56240220dac84b77684387ae3d5c52afc5904f76a8cfa43e73c05'
)
_kernelname=${pkgbase#linux}
@@ -58,9 +54,6 @@ prepare() {
# Implement cpu optimisation (MZEN2) patch from our gentoo lords
git apply ../5012_enable-cpu-optimizations-for-gcc91.patch
- # Implement amdgpu_hwhang_reboot.patch
- git apply ../amdgpu_hwhang_reboot.patch
-
# get kernel version
yes "" | make prepare