[3.8.y.z extended stable] Patch "drm/i915: quirk away phantom LVDS on Intel's D525MW mainboard" has been added to staging queue

Kamal Mostafa kamal at canonical.com
Fri Nov 8 02:08:20 UTC 2013


This is a note to let you know that I have just added a patch titled

    drm/i915: quirk away phantom LVDS on Intel's D525MW mainboard

to the linux-3.8.y-queue branch of the 3.8.y.z extended stable tree 
which can be found at:

 http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.8.y-queue

This patch is scheduled to be released in version 3.8.13.13.

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.8.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Kamal

------

>From 24498530d1a0246d7995baa386ee4fc0208911b2 Mon Sep 17 00:00:00 2001
From: Jani Nikula <jani.nikula at intel.com>
Date: Wed, 3 Jul 2013 15:05:05 -0700
Subject: drm/i915: quirk away phantom LVDS on Intel's D525MW mainboard

commit dcf6d294830d46b0e6901477fb4bf455281d90c8 upstream.

This replaceable mainboard only has a VGA-out, yet it claims to also have
a connected LVDS header.

Addresses https://bugs.freedesktop.org/show_bug.cgi?id=65256

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
Reported-by: Cornel Panceac <cpanceac at gmail.com>
Cc: Chris Wilson <chris at chris-wilson.co.uk>
Cc: <annndddrr at gmail.com>
Acked-by: Daniel Vetter <daniel.vetter at ffwll.ch>
Cc: Greg KH <greg at kroah.com>
Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
 drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index 5cfd10e..a4f9f68 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -805,6 +805,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
 			DMI_EXACT_MATCH(DMI_BOARD_NAME, "D510MO"),
 		},
 	},
+	{
+		.callback = intel_no_lvds_dmi_callback,
+		.ident = "Intel D525MW",
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "Intel"),
+			DMI_EXACT_MATCH(DMI_BOARD_NAME, "D525MW"),
+		},
+	},

 	{ }	/* terminating entry */
 };
--
1.8.1.2





More information about the kernel-team mailing list