]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit606340d9398c7eb4c4a2df055e711237717fab91
tree3b7c5a7e5b3ddedc58ce6588f434a33958ff1d38
parent86df70fce2e3175bd28874c3918f08d04ad5c3bd
drm/i915: disable cloning on sdvo

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

commit 0b72f6ad8a6459b52fa45a773abf68ecaf155a78
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