projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c898261
)
drm/i915: no lvds quirk for AOpen MP45
author
Daniel Vetter
<
[email protected]
>
Wed, 8 Feb 2012 15:42:52 +0000
(16:42 +0100)
committer
Keith Packard
<
[email protected]
>
Wed, 8 Feb 2012 17:20:49 +0000
(09:20 -0800)
According to a bug report, it doesn't have one.
Cc:
[email protected]
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44263
Acked-by: Chris Wilson <
[email protected]
>
Signed-Off-by: Daniel Vetter <
[email protected]
>
Signed-off-by: Keith Packard <
[email protected]
>
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 798f6e1aa544fc8f43883fdfe1632e48d4a7adcc..aa84832b0e1ad1a06c2ded9766fff0e261278272 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_lvds.c
+++ b/
drivers/gpu/drm/i915/intel_lvds.c
@@
-692,6
+692,14
@@
static const struct dmi_system_id intel_no_lvds[] = {
DMI_MATCH(DMI_BOARD_NAME, "i915GMm-HFS"),
},
},
+ {
+ .callback = intel_no_lvds_dmi_callback,
+ .ident = "AOpen i45GMx-I",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "AOpen"),
+ DMI_MATCH(DMI_BOARD_NAME, "i45GMx-I"),
+ },
+ },
{
.callback = intel_no_lvds_dmi_callback,
.ident = "Aopen i945GTt-VFA",