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

Commit c31407a3 authored by Chris Wilson's avatar Chris Wilson Committed by Daniel Vetter
Browse files

drm/i915: Add no-lvds quirk for Supermicro X7SPA-H

parent 0a3af268
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, "D525TUD"),
		},
	},
	{
		.callback = intel_no_lvds_dmi_callback,
		.ident = "Supermicro X7SPA-H",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Supermicro"),
			DMI_MATCH(DMI_PRODUCT_NAME, "X7SPA-H"),
		},
	},

	{ }	/* terminating entry */
};