drm/i915/lvds: Add AOpen i915GMm-HFS to the list of false-positive LVDS
Signed-off-by: Knut Petersen <knut_petersen@t-online.de> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: stable@kernel.org
This commit is contained in:
parent
53371edaef
commit
22ab70d326
1 changed files with 8 additions and 0 deletions
|
@ -702,6 +702,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
|
||||||
DMI_MATCH(DMI_BOARD_NAME, "i915GMx-F"),
|
DMI_MATCH(DMI_BOARD_NAME, "i915GMx-F"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.callback = intel_no_lvds_dmi_callback,
|
||||||
|
.ident = "AOpen i915GMm-HFS",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_BOARD_VENDOR, "AOpen"),
|
||||||
|
DMI_MATCH(DMI_BOARD_NAME, "i915GMm-HFS"),
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.callback = intel_no_lvds_dmi_callback,
|
.callback = intel_no_lvds_dmi_callback,
|
||||||
.ident = "Aopen i945GTt-VFA",
|
.ident = "Aopen i945GTt-VFA",
|
||||||
|
|
Loading…
Add table
Reference in a new issue