aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-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};