diff options
author | Michael Cousin <mika.cousin@gmail.com> | 2009-06-05 21:16:22 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-06-09 11:56:12 -0700 |
commit | fa0864b26b4bfa1dd4bb78eeffbc1f398cb56425 (patch) | |
tree | e44939a9c408759baf7c005bcf6b37b349b44e76 /drivers/gpu/drm | |
parent | 80a538e49daddbf3bf783f3464e91bd3181957b2 (diff) | |
download | op-kernel-dev-fa0864b26b4bfa1dd4bb78eeffbc1f398cb56425.zip op-kernel-dev-fa0864b26b4bfa1dd4bb78eeffbc1f398cb56425.tar.gz |
drm/i915: Skip lvds with Aopen i945GTt-VFA
Signed-off-by: Michael Cousin <mika.cousin@gmail.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/i915/intel_lvds.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c index e4ca6a3..a7ae9f4 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -493,6 +493,13 @@ static const struct dmi_system_id __initdata intel_no_lvds[] = { DMI_MATCH(DMI_PRODUCT_NAME, "i965GMx-IF"), }, }, + { + .callback = intel_no_lvds_dmi_callback, + .ident = "Aopen i945GTt-VFA", + .matches = { + DMI_MATCH(DMI_PRODUCT_VERSION, "AO00001JW"), + }, + }, { } /* terminating entry */ }; |