diff options
-rw-r--r-- | drivers/gpu/drm/i915/intel_lvds.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c index ab4d64792616..05fcadbeac66 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c | |||
@@ -778,6 +778,14 @@ static const struct dmi_system_id intel_no_lvds[] = { | |||
778 | DMI_MATCH(DMI_BOARD_NAME, "MS-7469"), | 778 | DMI_MATCH(DMI_BOARD_NAME, "MS-7469"), |
779 | }, | 779 | }, |
780 | }, | 780 | }, |
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 | }, | ||
781 | 789 | ||
782 | { } /* terminating entry */ | 790 | { } /* terminating entry */ |
783 | }; | 791 | }; |