From: Ander Conselvan de Oliveira Date: Fri, 20 Mar 2015 14:18:08 +0000 (+0200) Subject: drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config() X-Git-Tag: omap-for-v4.2/o2_dc~72^2~20^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b9018793939970aad49e4e0ed21f0fd0db74e4a;p=pandora-kernel.git drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config() Move towards atomic by using the legacy modeset's drm_atomic_state instead. v2: Move call to drm_atomic_add_affected_connectors() to intel_modeset_compute_config(). (Daniel) Signed-off-by: Ander Conselvan de Oliveira [danvet: Resurrect the ret local variable which I've dropped from an earlier patch and which is now needed.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed