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:
ff049b6
)
drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13
author
Sjoerd Simons
<
[email protected]
>
Fri, 22 Jun 2012 07:43:07 +0000
(09:43 +0200)
committer
Daniel Vetter
<
[email protected]
>
Fri, 22 Jun 2012 08:41:17 +0000
(10:41 +0200)
This box claims to have an LVDS interface but doesn't
actually have one.
Signed-off-by: Sjoerd Simons <
[email protected]
>
Signed-off-by: Daniel Vetter <
[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 ab4d6479261681b46fe1c5c8c15b60566d3aea36..05fcadbeac66f6e27de87ac9ca8c1b0be92a8f76 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_lvds.c
+++ b/
drivers/gpu/drm/i915/intel_lvds.c
@@
-778,6
+778,14
@@
static const struct dmi_system_id intel_no_lvds[] = {
DMI_MATCH(DMI_BOARD_NAME, "MS-7469"),
},
},
+ {
+ .callback = intel_no_lvds_dmi_callback,
+ .ident = "ZOTAC ZBOXSD-ID12/ID13",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "ZOTAC"),
+ DMI_MATCH(DMI_BOARD_NAME, "ZBOXSD-ID12/ID13"),
+ },
+ },
{ } /* terminating entry */
};