Skip to content

Commit

Permalink
drm/i915: Skip lvds with Aopen i945GTt-VFA
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Cousin <mika.cousin@gmail.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
  • Loading branch information
Michael Cousin authored and Eric Anholt committed Jun 9, 2009
1 parent 80a538e commit fa0864b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/gpu/drm/i915/intel_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};
Expand Down

0 comments on commit fa0864b

Please sign in to comment.