Commit fa0864b2 authored by Michael Cousin's avatar Michael Cousin Committed by Eric Anholt
Browse files

drm/i915: Skip lvds with Aopen i945GTt-VFA

parent 80a538e4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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 */
};