Commit f144bc21 authored by Mario Limonciello (AMD)'s avatar Mario Limonciello (AMD) Committed by Rafael J. Wysocki
Browse files

ACPI: video: force native for Lenovo 82K8

parent 1b237f19
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -948,6 +948,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
		DMI_MATCH(DMI_PRODUCT_NAME, "Mipad2"),
		},
	},
	/* https://gitlab.freedesktop.org/drm/amd/-/issues/4512 */
	{
	 .callback = video_detect_force_native,
	 .matches = {
		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
		DMI_MATCH(DMI_PRODUCT_NAME, "82K8"),
		},
	},
	{ },
};