Skip to content

Commit 9756fe3

Browse files
sjoerdsimonsdanvet
authored andcommitted
drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13
This box claims to have an LVDS interface but doesn't actually have one. Signed-off-by: Sjoerd Simons <[email protected]> Signed-off-by: Daniel Vetter <[email protected]>
1 parent ff049b6 commit 9756fe3

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
@@ -778,6 +778,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
778778
DMI_MATCH(DMI_BOARD_NAME, "MS-7469"),
779779
},
780780
},
781+
{
782+
.callback = intel_no_lvds_dmi_callback,
783+
.ident = "ZOTAC ZBOXSD-ID12/ID13",
784+
.matches = {
785+
DMI_MATCH(DMI_BOARD_VENDOR, "ZOTAC"),
786+
DMI_MATCH(DMI_BOARD_NAME, "ZBOXSD-ID12/ID13"),
787+
},
788+
},
781789

782790
{ } /* terminating entry */
783791
};

0 commit comments

Comments
 (0)