All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: no-lvds quirk on MSI DC500
@ 2012-03-07 17:36 Anisse Astier
  2012-03-13 14:16 ` Anisse Astier
  2012-03-22 22:58 ` Chris Wilson
  0 siblings, 2 replies; 6+ messages in thread
From: Anisse Astier @ 2012-03-07 17:36 UTC (permalink / raw)
  To: dri-devel; +Cc: ajax

This hardware doesn't have an LVDS, it's a desktop box. Fix incorrect
LVDS detection.

Cc: stable@kernel.org
Signed-off-by: Anisse Astier <anisse@astier.eu>
---
 drivers/gpu/drm/i915/intel_lvds.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index b103c3b..2dee11e 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -739,6 +739,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "AT5NM10T-I"),
 		},
 	},
+	{
+		.callback = intel_no_lvds_dmi_callback,
+		.ident = "MSI Wind Box DC500",
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR INTERNATIONAL CO., LTD"),
+			DMI_MATCH(DMI_BOARD_NAME, "MS-7469"),
+		},
+	},
 
 	{ }	/* terminating entry */
 };
-- 
1.7.9

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-28 20:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-07 17:36 [PATCH] drm/i915: no-lvds quirk on MSI DC500 Anisse Astier
2012-03-13 14:16 ` Anisse Astier
2012-03-22 22:12   ` Anisse Astier
2012-03-28 18:43     ` Jesse Barnes
2012-03-28 20:01       ` Daniel Vetter
2012-03-22 22:58 ` Chris Wilson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.