mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xf86-video-nvidia: update to xf86-video-nvidia-384.111
This commit is contained in:
parent
f7875a1f40
commit
c0cd361dd6
@ -20,8 +20,8 @@ PKG_NAME="xf86-video-nvidia"
|
||||
# Remember to run "python packages/x11/driver/xf86-video-nvidia/scripts/make_nvidia_udev.py" and commit changes to
|
||||
# "packages/x11/driver/xf86-video-nvidia/udev.d/96-nvidia.rules" whenever bumping version.
|
||||
# Host may require installation of python-lxml and python-requests packages.
|
||||
PKG_VERSION="384.98"
|
||||
PKG_SHA256="169909c756ce01abcb676d704638003f3b782173a8ea82f2de798e40212780f5"
|
||||
PKG_VERSION="384.111"
|
||||
PKG_SHA256="56b8c993c697aa37fe9ab1b6764304b82c86d5c745cd98dd8492be27f596ead7"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="nonfree"
|
||||
PKG_SITE="http://www.nvidia.com/"
|
||||
|
@ -1,15 +0,0 @@
|
||||
diff --git a/kernel/nvidia-uvm/uvm8_va_block.c b/kernel/nvidia-uvm/uvm8_va_block.c
|
||||
index 99f6f9b..a453eb6 100644
|
||||
--- a/kernel/nvidia-uvm/uvm8_va_block.c
|
||||
+++ b/kernel/nvidia-uvm/uvm8_va_block.c
|
||||
@@ -36,6 +36,10 @@
|
||||
#include "uvm8_perf_prefetch.h"
|
||||
#include "uvm8_mem.h"
|
||||
|
||||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,14,9)
|
||||
+#include <linux/sched/task_stack.h>
|
||||
+#endif
|
||||
+
|
||||
typedef enum
|
||||
{
|
||||
BLOCK_PTE_OP_MAP,
|
@ -311,6 +311,8 @@ ATTRS{device}=="0x1618", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x1619", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x161a", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x1667", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x174d", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x174e", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x179c", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x17c2", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x17c8", GOTO="configure_nvidia"
|
||||
@ -360,6 +362,7 @@ ATTRS{device}=="0x1cb3", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x1d01", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x1d10", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x1d12", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x1d33", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x1db1", GOTO="configure_nvidia"
|
||||
ATTRS{device}=="0x1db4", GOTO="configure_nvidia"
|
||||
GOTO="configure_nvidia-legacy"
|
||||
|
Loading…
x
Reference in New Issue
Block a user