All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH] drm/i915: no LVDS on Intel SandyBridge SDVs
Date: Mon, 20 Dec 2010 12:05:40 -0800	[thread overview]
Message-ID: <20101220120540.5f990080@jbarnes-desktop> (raw)

Add a DMI match entry for the SDV to indicate it has no LVDS present.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index aa23070..2f383f0 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -719,6 +719,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "U800"),
 		},
 	},
+	{
+		.callback = intel_no_lvds_dmi_callback,
+		.ident = "Intel SandyBridge",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "SandyBridge Platform"),
+		},
+	},
 
 	{ }	/* terminating entry */
 };

             reply	other threads:[~2010-12-20 20:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-20 20:05 Jesse Barnes [this message]
2010-12-20 20:46 ` [PATCH] drm/i915: no LVDS on Intel SandyBridge SDVs Chris Wilson
2010-12-21  2:43 ` Dave Airlie
2010-12-21  2:53   ` Jesse Barnes
2010-12-21 11:36     ` Chris Wilson
2010-12-21 18:14       ` Keith Packard
2010-12-21 19:55         ` Chris Wilson
2010-12-21 20:12           ` Keith Packard
2010-12-22 14:47             ` Chris Wilson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101220120540.5f990080@jbarnes-desktop \
    --to=jbarnes@virtuousgeek.org \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.