aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorMichael Cousin <mika.cousin@gmail.com>2009-06-05 15:16:22 -0400
committerEric Anholt <eric@anholt.net>2009-06-09 14:56:12 -0400
commitfa0864b26b4bfa1dd4bb78eeffbc1f398cb56425 (patch)
treee44939a9c408759baf7c005bcf6b37b349b44e76 /drivers/gpu/drm
parent80a538e49daddbf3bf783f3464e91bd3181957b2 (diff)
drm/i915: Skip lvds with Aopen i945GTt-VFA
Signed-off-by: Michael Cousin <mika.cousin@gmail.com> Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/i915/intel_lvds.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index e4ca6a3cdbbc..a7ae9f46aa9a 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -493,6 +493,13 @@ static const struct dmi_system_id __initdata intel_no_lvds[] = {
493 DMI_MATCH(DMI_PRODUCT_NAME, "i965GMx-IF"), 493 DMI_MATCH(DMI_PRODUCT_NAME, "i965GMx-IF"),
494 }, 494 },
495 }, 495 },
496 {
497 .callback = intel_no_lvds_dmi_callback,
498 .ident = "Aopen i945GTt-VFA",
499 .matches = {
500 DMI_MATCH(DMI_PRODUCT_VERSION, "AO00001JW"),
501 },
502 },
496 503
497 { } /* terminating entry */ 504 { } /* terminating entry */
498}; 505};