Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed8c754b authored by Tormod Volden's avatar Tormod Volden Committed by Eric Anholt
Browse files

drm/i915: ignore lvds on AOpen Mini PC MP-915



This motherboard thinks it has an LVDS connected, so without this
patch the screen goes blank on the connected VGA monitor. More
information (for the non-KMS case) in fd.o bug #18004.

Signed-off-by: default avatarTormod Volden <debian.tormod@gmail.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 5e4d6fa7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -778,6 +778,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "i965GMx-IF"),
		},
	},
	{
		.callback = intel_no_lvds_dmi_callback,
		.ident = "AOpen Mini PC MP915",
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "AOpen"),
			DMI_MATCH(DMI_BOARD_NAME, "i915GMx-F"),
		},
	},
	{
		.callback = intel_no_lvds_dmi_callback,
		.ident = "Aopen i945GTt-VFA",