From: Chris Wilson <[email protected]> Reported-and-tested-by: Francois Tigeot <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55375 Signed-off-by: Chris Wilson <[email protected]> Signed-off-by: Daniel Vetter <[email protected]>
Cc: <[email protected]> # 3.6.x Cc: <[email protected]> # 3.4.x: a51d4ed01e5b: i915: Quirk no_lvds on Gigabyte Cc: <[email protected]> # 3.4.x Cc: <[email protected]> # 3.2.x: a51d4ed01e5b: i915: Quirk no_lvds on Gigabyte Cc: <[email protected]> # 3.2.x Cc: <[email protected]> # 3.0.x: a51d4ed01e5b: i915: Quirk no_lvds on Gigabyte Cc: <[email protected]> # 3.0.x Upstream-ID: c31407a3672aaebb4acddf90944a114fa5c8af7b Stable-Trees: 3.6 3.4 3.2 3.0 Signed-off-by: Peter Huewe <[email protected]> --- 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 3f64179..645f8aa 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -767,6 +767,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 */ }; -- 1.7.8.6 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
