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

Commit 9756fe38 authored by Sjoerd Simons's avatar Sjoerd Simons Committed by Daniel Vetter
Browse files

drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13



This box claims to have an LVDS interface but doesn't
actually have one.

Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent ff049b6c
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_BOARD_NAME, "MS-7469"),
		},
	},
	{
		.callback = intel_no_lvds_dmi_callback,
		.ident = "ZOTAC ZBOXSD-ID12/ID13",
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "ZOTAC"),
			DMI_MATCH(DMI_BOARD_NAME, "ZBOXSD-ID12/ID13"),
		},
	},

	{ }	/* terminating entry */
};