summarylogtreecommitdiffstats
path: root/FS62142.patch
diff options
context:
space:
mode:
authorDaniel Bermond2020-01-28 18:54:35 +0000
committerDaniel Bermond2020-01-28 18:54:35 +0000
commit69fb80d808fb26296f8a623873738aeb86fd4d54 (patch)
treeb2b163d70bc2bbcbfe0f520f5b8848db9d650758 /FS62142.patch
parent63ee840745a4d202db151cfe86903db6768d2a19 (diff)
downloadaur-69fb80d808fb26296f8a623873738aeb86fd4d54.tar.gz
Add fixes for linux 5.5, prime and FS#64317. Update xorg conf file.
- add patch to fix build for linux 5.5 (https://devtalk.nvidia.com/default/topic/1068332/linux/nvidia-driver-does-not-build-on-linux-v5-5-release-candidate-kernel/) - add patch to fix prime for linux 5.4 (https://devtalk.nvidia.com/default/topic/1068045/5-4-kernel-breaks-prime-synchronization-/) - remove patch for FS#62142 as reported by FS#64317
Diffstat (limited to 'FS62142.patch')
-rw-r--r--FS62142.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/FS62142.patch b/FS62142.patch
deleted file mode 100644
index 887f3366723e..000000000000
--- a/FS62142.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naurp a/kernel/nvidia/nv-dma.c b/kernel/nvidia/nv-dma.c
---- a/kernel/nvidia/nv-dma.c 2019-05-08 01:37:30.000000000 +0000
-+++ b/kernel/nvidia/nv-dma.c 2019-06-08 18:33:00.000000000 +0000
-@@ -613,7 +613,7 @@ static NvBool nv_dma_is_map_resource_imp
- #endif
- }
-
-- return (ops->map_resource != NULL);
-+ return (ops && ops->map_resource);
- #else
- return NV_FALSE;
- #endif