Skip to content

Commit e57b688

Browse files
danvetkeith-packard
authored andcommitted
drm/i915: no lvds quirk for AOpen MP45
According to a bug report, it doesn't have one. Cc: [email protected] Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44263 Acked-by: Chris Wilson <[email protected]> Signed-Off-by: Daniel Vetter <[email protected]> Signed-off-by: Keith Packard <[email protected]>
1 parent c898261 commit e57b688

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/gpu/drm/i915/intel_lvds.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
692692
DMI_MATCH(DMI_BOARD_NAME, "i915GMm-HFS"),
693693
},
694694
},
695+
{
696+
.callback = intel_no_lvds_dmi_callback,
697+
.ident = "AOpen i45GMx-I",
698+
.matches = {
699+
DMI_MATCH(DMI_BOARD_VENDOR, "AOpen"),
700+
DMI_MATCH(DMI_BOARD_NAME, "i45GMx-I"),
701+
},
702+
},
695703
{
696704
.callback = intel_no_lvds_dmi_callback,
697705
.ident = "Aopen i945GTt-VFA",

0 commit comments

Comments
 (0)