]> Git Repo - linux.git/commitdiff
drm/i915/lvds: Add AOpen i915GMm-HFS to the list of false-positive LVDS
authorKnut Petersen <[email protected]>
Fri, 14 Jan 2011 15:38:10 +0000 (15:38 +0000)
committerChris Wilson <[email protected]>
Fri, 14 Jan 2011 16:36:20 +0000 (16:36 +0000)
Signed-off-by: Knut Petersen <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Cc: [email protected]
drivers/gpu/drm/i915/intel_lvds.c

index 8f4f6bd33ee9ec99684eeafd7d6a778f50df9bff..ace8d5d30dd21b25b3f0390cdd2b8d13659f666e 100644 (file)
@@ -702,6 +702,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "i915GMx-F"),
                },
        },
+       {
+               .callback = intel_no_lvds_dmi_callback,
+               .ident = "AOpen i915GMm-HFS",
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "AOpen"),
+                       DMI_MATCH(DMI_BOARD_NAME, "i915GMm-HFS"),
+               },
+       },
        {
                .callback = intel_no_lvds_dmi_callback,
                .ident = "Aopen i945GTt-VFA",
This page took 0.049817 seconds and 4 git commands to generate.