aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-02-08 10:42:52 -0500
committerLuis Henriques <luis.henriques@canonical.com>2012-03-08 07:23:32 -0500
commitdc19069c0b8f8b5d3d7289266097a859462867b1 (patch)
tree652aaa721ae5bd20f626d11eb1b106cac1d7c7b4 /drivers/gpu/drm
parent07c3ae18cac4dc96bb87ddc7bf9ad93999890146 (diff)
drm/i915: no lvds quirk for AOpen MP45
BugLink: http://bugs.launchpad.net/bugs/937915 commit e57b6886f555ab57f40a01713304e2053efe51ec upstream. According to a bug report, it doesn't have one. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44263 Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Brad Figg <brad.figg@canonical.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/i915/intel_lvds.c8
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 91044960201..76b28923dc1 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -716,6 +716,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
716 }, 716 },
717 { 717 {
718 .callback = intel_no_lvds_dmi_callback, 718 .callback = intel_no_lvds_dmi_callback,
719 .ident = "AOpen i45GMx-I",
720 .matches = {
721 DMI_MATCH(DMI_BOARD_VENDOR, "AOpen"),
722 DMI_MATCH(DMI_BOARD_NAME, "i45GMx-I"),
723 },
724 },
725 {
726 .callback = intel_no_lvds_dmi_callback,
719 .ident = "Aopen i945GTt-VFA", 727 .ident = "Aopen i945GTt-VFA",
720 .matches = { 728 .matches = {
721 DMI_MATCH(DMI_PRODUCT_VERSION, "AO00001JW"), 729 DMI_MATCH(DMI_PRODUCT_VERSION, "AO00001JW"),