]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/gpu/drm/i915/intel_sdvo.c
drm/i915: disable cloning on sdvo
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 13 Nov 2012 16:24:43 +0000 (17:24 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 20 Nov 2012 15:40:34 +0000 (16:40 +0100)
commite506d6fde50e0a737234892eda31708692bdda29
tree3b7c5a7e5b3ddedc58ce6588f434a33958ff1d38
parentf4a75d2eb7b1e2206094b901be09adb31ba63681
drm/i915: disable cloning on sdvo

After the recent pile of disable-cloning patches, e.g.

commit e3b86d6941c7e5f90be05d986fce1fcb40c68d6b
Author: Egbert Eich <eich@suse.de>
Date:   Sat Oct 13 14:30:15 2012 +0200

    DRM/i915: Don't clone SDVO LVDS with analog

and a bug report from Chris Wilson indicating that cloning doesn't
even work for DVI-SDVO and native VGA, let's just disable cloning on
sdvo encoders completely.

v2: Update the comment in the code as discussed with Paulo Zanoni.

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=29259
Tested-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_sdvo.c