]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/i915/intel_lvds.c
drm/i915: Add no-lvds quirk for Supermicro X7SPA-H
[karo-tx-linux.git] / drivers / gpu / drm / i915 / intel_lvds.c
index 40d72bd64e11a869a8fe01eb0b4d36e9f50b719e..224ae5fab0f6c519d47c63538f4b7f9eb36162d6 100644 (file)
@@ -778,6 +778,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "D525TUD"),
                },
        },
+       {
+               .callback = intel_no_lvds_dmi_callback,
+               .ident = "Supermicro X7SPA-H",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Supermicro"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "X7SPA-H"),
+               },
+       },
 
        { }     /* terminating entry */
 };