From: Ander Conselvan de Oliveira Date: Tue, 21 Apr 2015 14:13:23 +0000 (+0300) Subject: drm/i915: Swap atomic state in legacy modeset X-Git-Tag: omap-for-v4.3/legacy-v2-signed~46^2~54^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a821fc46bc7bb6d4cf9a5f8d2787fd70231c2c10;p=pandora-kernel.git drm/i915: Swap atomic state in legacy modeset Replace the commit output state function with a simple swap of states. Note that we still need to reconcile the legacy state after the swap, since there are still code that relies on those. Also note that even though changes to the state of a crtc different than the one passed as an argument to __intel_set_mode() will be saved, the modeset logic still deals with only one crtc. Signed-off-by: Ander Conselvan de Oliveira Reviewed-by: Maarten Lankhorst Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed