Commit abbea1a8 authored by Anisse Astier's avatar Anisse Astier Committed by Greg Kroah-Hartman

drm/i915: no-lvds quirk on MSI DC500

commit 97effadb upstream.

This hardware doesn't have an LVDS, it's a desktop box. Fix incorrect
LVDS detection.
Signed-off-by: default avatarAnisse Astier <anisse@astier.eu>
Acked-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 125b1ef2
...@@ -731,6 +731,14 @@ static const struct dmi_system_id intel_no_lvds[] = { ...@@ -731,6 +731,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
DMI_MATCH(DMI_BOARD_NAME, "AT5NM10T-I"), DMI_MATCH(DMI_BOARD_NAME, "AT5NM10T-I"),
}, },
}, },
{
.callback = intel_no_lvds_dmi_callback,
.ident = "MSI Wind Box DC500",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR INTERNATIONAL CO., LTD"),
DMI_MATCH(DMI_BOARD_NAME, "MS-7469"),
},
},
{ } /* terminating entry */ { } /* terminating entry */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment