summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-rt/3.4.4-fix-gtx560ti-nouveau-regression.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kernels/linux-libre-rt/3.4.4-fix-gtx560ti-nouveau-regression.patch')
-rw-r--r--kernels/linux-libre-rt/3.4.4-fix-gtx560ti-nouveau-regression.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/kernels/linux-libre-rt/3.4.4-fix-gtx560ti-nouveau-regression.patch b/kernels/linux-libre-rt/3.4.4-fix-gtx560ti-nouveau-regression.patch
new file mode 100644
index 000000000..1b70e918c
--- /dev/null
+++ b/kernels/linux-libre-rt/3.4.4-fix-gtx560ti-nouveau-regression.patch
@@ -0,0 +1,20 @@
+Revert change to include/drm/drm_fb_helper.h made in commit 4f988d132d2668b4f3b42bfc70daa531115ccca1
+
+ include/drm/drm_fb_helper.h | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h
+index 55e10d6..5120b01 100644
+--- a/include/drm/drm_fb_helper.h
++++ b/include/drm/drm_fb_helper.h
+@@ -35,6 +35,7 @@ struct drm_fb_helper;
+ #include <linux/kgdb.h>
+
+ struct drm_fb_helper_crtc {
++ uint32_t crtc_id;
+ struct drm_mode_set mode_set;
+ struct drm_display_mode *desired_mode;
+ };
+--
+1.7.6.5
+