Re: [Intel-gfx] [PATCH] DRM/i915: Don't clone SDVO LVDS with analog.

2012-10-16 Thread Daniel Vetter
On Sat, Oct 13, 2012 at 02:30:15PM +0200, Egbert Eich wrote: > SDVO LVDS are not clonable as the input mode gets adjusted by > the LVDS encoder. > > Signed-off-by: Egbert Eich Imo cloning should simply die outright. Patch applied, thanks. -Daniel -- Daniel Vetter Software Engineer, Intel Corpor

[Intel-gfx] [PATCH] DRM/i915: Don't clone SDVO LVDS with analog.

2012-10-13 Thread Egbert Eich
SDVO LVDS are not clonable as the input mode gets adjusted by the LVDS encoder. Signed-off-by: Egbert Eich --- drivers/gpu/drm/i915/intel_sdvo.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_sdvo.c b/drivers/gpu/drm/i915/intel_sdvo.c in