From: Greg Kroah-Hartman Date: Tue, 15 Jan 2013 17:54:57 +0000 (-0800) Subject: 3.0-stable patches X-Git-Tag: v3.7.3~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1806d78002d7332f6959958c875068e0f6c8ff95;p=thirdparty%2Fkernel%2Fstable-queue.git 3.0-stable patches added patches: revert-drm-i915-no-lvds-quirk-for-zotac-zdbox-sd-id12-id13.patch --- diff --git a/queue-3.0/revert-drm-i915-no-lvds-quirk-for-zotac-zdbox-sd-id12-id13.patch b/queue-3.0/revert-drm-i915-no-lvds-quirk-for-zotac-zdbox-sd-id12-id13.patch new file mode 100644 index 00000000000..3554b802d59 --- /dev/null +++ b/queue-3.0/revert-drm-i915-no-lvds-quirk-for-zotac-zdbox-sd-id12-id13.patch @@ -0,0 +1,43 @@ +From 48e858340dae43189a4e55647f6eac736766f828 Mon Sep 17 00:00:00 2001 +From: Daniel Vetter +Date: Mon, 7 Jan 2013 10:27:13 +0100 +Subject: Revert "drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13" + +From: Daniel Vetter + +commit 48e858340dae43189a4e55647f6eac736766f828 upstream. + +This reverts commit 9756fe38d10b2bf90c81dc4d2f17d5632e135364. + +The bogus lvds output is actually a lvds->hdmi bridge, which we don't +really support. But unconditionally disabling it breaks some existing +setups. + +Reported-by: John Tapsell +References: http://permalink.gmane.org/gmane.comp.freedesktop.xorg.drivers.intel/17237 +Signed-off-by: Daniel Vetter +Cc: Luis Henriques +Signed-off-by: Greg Kroah-Hartman + + +--- + drivers/gpu/drm/i915/intel_lvds.c | 8 -------- + 1 file changed, 8 deletions(-) + +--- a/drivers/gpu/drm/i915/intel_lvds.c ++++ b/drivers/gpu/drm/i915/intel_lvds.c +@@ -753,14 +753,6 @@ static const struct dmi_system_id intel_ + }, + { + .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"), +- }, +- }, +- { +- .callback = intel_no_lvds_dmi_callback, + .ident = "Gigabyte GA-D525TUD", + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "Gigabyte Technology Co., Ltd."), diff --git a/queue-3.0/series b/queue-3.0/series index 8165cf14f83..0c4c22ac326 100644 --- a/queue-3.0/series +++ b/queue-3.0/series @@ -66,3 +66,4 @@ xhci-handle-hs-bulk-ctrl-endpoints-that-don-t-nak.patch gfs2-test-bufdata-with-buffer-locked-and-gfs2_log_lock-held.patch intel-iommu-free-old-page-tables-before-creating-superpage.patch kvm-ppc-44x-fix-dcr-read-write.patch +revert-drm-i915-no-lvds-quirk-for-zotac-zdbox-sd-id12-id13.patch