]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.0-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 May 2013 16:52:05 +0000 (09:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 May 2013 16:52:05 +0000 (09:52 -0700)
added patches:
drm-i915-add-no-lvds-quirk-for-fujitsu-esprimo-q900.patch

queue-3.0/drm-i915-add-no-lvds-quirk-for-fujitsu-esprimo-q900.patch [new file with mode: 0644]
queue-3.0/series

diff --git a/queue-3.0/drm-i915-add-no-lvds-quirk-for-fujitsu-esprimo-q900.patch b/queue-3.0/drm-i915-add-no-lvds-quirk-for-fujitsu-esprimo-q900.patch
new file mode 100644 (file)
index 0000000..5ab5df9
--- /dev/null
@@ -0,0 +1,39 @@
+From 9e9dd0e889c76c786e8f2e164c825c3c06dea30c Mon Sep 17 00:00:00 2001
+From: Christian Lamparter <chunkeey@googlemail.com>
+Date: Wed, 3 Apr 2013 14:34:11 +0200
+Subject: drm/i915: Add no-lvds quirk for Fujitsu Esprimo Q900
+
+From: Christian Lamparter <chunkeey@googlemail.com>
+
+commit 9e9dd0e889c76c786e8f2e164c825c3c06dea30c upstream.
+
+The "Mobile Sandy Bridge CPUs" in the Fujitsu Esprimo Q900
+mini desktop PCs are probably misleading the LVDS detection
+code in intel_lvds_supported. Nothing is connected to the
+LVDS ports in these systems.
+
+Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
+Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ drivers/gpu/drm/i915/intel_lvds.c |    8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+--- a/drivers/gpu/drm/i915/intel_lvds.c
++++ b/drivers/gpu/drm/i915/intel_lvds.c
+@@ -767,6 +767,14 @@ static const struct dmi_system_id intel_
+                       DMI_MATCH(DMI_PRODUCT_NAME, "X7SPA-H"),
+               },
+       },
++      {
++              .callback = intel_no_lvds_dmi_callback,
++              .ident = "Fujitsu Esprimo Q900",
++              .matches = {
++                      DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
++                      DMI_MATCH(DMI_PRODUCT_NAME, "ESPRIMO Q900"),
++              },
++      },
+       { }     /* terminating entry */
+ };
index e0c4705e202a5035fc5d0c868c9d73a0a9b957dc..5560da34f5171699e7df8be24cf04ea61616806f 100644 (file)
@@ -1,3 +1,4 @@
 powerpc-fix-numa-distance-for-form0-device-tree.patch
 autofs-remove-autofs-dentry-mount-check.patch
 ipvs-ip_vs_sip_fill_param-bug-bad-check-of-return-value.patch
+drm-i915-add-no-lvds-quirk-for-fujitsu-esprimo-q900.patch