drm/i915: Skip lvds with Aopen i945GTt-VFA
authorMichael Cousin <mika.cousin@gmail.com>
Fri, 5 Jun 2009 19:16:22 +0000 (21:16 +0200)
committerEric Anholt <eric@anholt.net>
Tue, 9 Jun 2009 18:56:12 +0000 (11:56 -0700)
Signed-off-by: Michael Cousin <mika.cousin@gmail.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_lvds.c

index e4ca6a3..a7ae9f4 100644 (file)
@@ -493,6 +493,13 @@ static const struct dmi_system_id __initdata intel_no_lvds[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "i965GMx-IF"),
                },
        },
+       {
+               .callback = intel_no_lvds_dmi_callback,
+               .ident = "Aopen i945GTt-VFA",
+               .matches = {
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "AO00001JW"),
+               },
+       },
 
        { }     /* terminating entry */
 };