Commit c95c5f41 authored by Ondrej Zary's avatar Ondrej Zary Committed by Greg Kroah-Hartman
Browse files

drm/i915: Disable LVDS on Radiant P845

parent 72571f26
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -845,6 +845,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 */
};