aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2017-06-02 11:30:52 +0100
committerPaul Healy <lmiphay@gmail.com>2017-06-02 11:30:52 +0100
commite0c82d21406787e74d68943bed3e9b6b85a99721 (patch)
treedb1da9ecda0cc279177440a42ebf0acb4848ddab
parentadd capture_buffer_size implementation for invoke (diff)
downloadlmiphay-e0c82d21406787e74d68943bed3e9b6b85a99721.tar.gz
lmiphay-e0c82d21406787e74d68943bed3e9b6b85a99721.tar.bz2
lmiphay-e0c82d21406787e74d68943bed3e9b6b85a99721.zip
add patch for nvidia 340x - ref: https://devtalk.nvidia.com/default/topic/981852/linux/resolution-patch-attached-for-nvidia-linux-driver-340-98-x86_64-using-linux-kernel-4-9/
-rw-r--r--portage.patches/x11-drivers/nvidia-drivers-340.102-r1/driver-legacy.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/portage.patches/x11-drivers/nvidia-drivers-340.102-r1/driver-legacy.diff b/portage.patches/x11-drivers/nvidia-drivers-340.102-r1/driver-legacy.diff
new file mode 100644
index 0000000..91e3f7f
--- /dev/null
+++ b/portage.patches/x11-drivers/nvidia-drivers-340.102-r1/driver-legacy.diff
@@ -0,0 +1,11 @@
+--- work/kernel/nv-drm.c.orig 2017-06-02 09:38:51.763944053 +0100
++++ work/kernel/nv-drm.c 2017-06-02 09:39:15.945715993 +0100
+@@ -115,7 +115,7 @@
+ };
+
+ static struct drm_driver nv_drm_driver = {
+- .driver_features = DRIVER_GEM | DRIVER_PRIME,
++ .driver_features = DRIVER_GEM | DRIVER_PRIME | DRIVER_LEGACY,
+ .load = nv_drm_load,
+ .unload = nv_drm_unload,
+ .fops = &nv_drm_fops,