i915: add Dell OptiPlex FX170 to intel_no_lvds
authorPieterjan Camerlynck <pieterjan.camerlynck@gmail.com>
Tue, 26 Jul 2011 14:23:54 +0000 (16:23 +0200)
committerKeith Packard <keithp@keithp.com>
Fri, 29 Jul 2011 22:08:49 +0000 (15:08 -0700)
The Dell OptiPlex FX170 claims to have LVDS, but doesn't.

Signed-off-by: Pieterjan Camerlynck <pieterjan.camerlynck@gmail.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_lvds.c

index b28f7bd..2e8ddfc 100644 (file)
@@ -690,6 +690,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
        },
        {
                .callback = intel_no_lvds_dmi_callback,
+               .ident = "Dell OptiPlex FX170",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex FX170"),
+               },
+       },
+       {
+               .callback = intel_no_lvds_dmi_callback,
                .ident = "AOpen Mini PC",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "AOpen"),