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

Commit b3fb2273 authored by Ondrej Zary's avatar Ondrej Zary Committed by Joonas Lahtinen
Browse files

drm/i915: Disable LVDS on Radiant P845

parent 771c577c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -827,6 +827,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
			DMI_EXACT_MATCH(DMI_BOARD_NAME, "D525MW"),
		},
	},
	{
		.callback = intel_no_lvds_dmi_callback,
		.ident = "Radiant P845",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Radiant Systems Inc"),
			DMI_MATCH(DMI_PRODUCT_NAME, "P845"),
		},
	},

	{ }	/* terminating entry */
};