drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13
From: Joseph Salisbury <joseph.salisbury@canonical.com>
BugLink: http://bugs.launchpad.net/bugs/1064924 == Quantal SRU Justification == Adds lvds quirk for Zotac ZDBOX SD ID12/ID13. == Fix == commit 9756fe38d10b2bf90c81dc4d2f17d5632e135364 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Date: Fri Jun 22 09:43:07 2012 +0200 drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13 == Impact == Without this patch, X gests confused for this hardware. == Test Case == A test kernel was built with this patch and tested by the original bug reporter. Sjoerd Simons (1): drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13 drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++ 1 file changed, 8 insertions(+) -- 1.7.9.5 -- kernel-team mailing list kernel-team@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kernel-team |
drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13
From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
BugLink: https://bugs.launchpad.net/bugs/1064924 This box claims to have an LVDS interface but doesn't actually have one. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> (cherry picked from commit 9756fe38d10b2bf90c81dc4d2f17d5632e135364) Signed-off-by: Joseph Salisbury <joseph.salisbury@canonical.com> --- drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c index 08eb04c..9393860 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -777,6 +777,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 */ }; -- 1.7.9.5 -- kernel-team mailing list kernel-team@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kernel-team |
| All times are GMT. The time now is 01:20 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.