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>
This commit is contained in:
parent
80a538e49d
commit
fa0864b26b
1 changed files with 7 additions and 0 deletions
|
@ -493,6 +493,13 @@ static const struct dmi_system_id __initdata intel_no_lvds[] = {
|
||||||
DMI_MATCH(DMI_PRODUCT_NAME, "i965GMx-IF"),
|
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 */
|
{ } /* terminating entry */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue