projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df36251
)
drm/i915/lvds: Add AOpen i915GMm-HFS to the list of false-positive LVDS
author
Knut Petersen
<knut_petersen@t-online.de>
Fri, 14 Jan 2011 15:38:10 +0000
(15:38 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 17 Feb 2011 23:37:17 +0000
(15:37 -0800)
commit
22ab70d3262ddb6e69b3c246a34e2967ba5eb1e8
upstream.
Signed-off-by: Knut Petersen <knut_petersen@t-online.de>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/intel_lvds.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_lvds.c
b/drivers/gpu/drm/i915/intel_lvds.c
index d5b736104fd8b8286ea9290bf6241a4424aa6205..44626bc7b012fd4b5e2c9dd36d327cdfde0998bc 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_lvds.c
+++ b/
drivers/gpu/drm/i915/intel_lvds.c
@@
-882,6
+882,14
@@
static const struct dmi_system_id intel_no_lvds[] = {
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,
.ident = "Aopen i945GTt-VFA",