From: Ville Syrjälä Date: Fri, 10 Jan 2014 09:28:07 +0000 (+0200) Subject: drm/i915: Prepare to track new pipe config per pipe X-Git-Tag: v3.15-rc1~51^2~62^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50741abcd1b022c6555925837601624ca5a238cd;p=pandora-kernel.git drm/i915: Prepare to track new pipe config per pipe Add a new_config pointer to intel_crtc which will point to the new pipe config for said crtc while intel_crtc.config will still contain the old config during first parts of the modeset operation. This is a step towards having the entire new state available during the compute phase, so that we can make accurate decisions about global resource usage. Signed-off-by: Ville Syrjälä Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed