From: Daniel Vetter Date: Tue, 26 Mar 2013 23:44:51 +0000 (+0100) Subject: drm/i915: compute pipe_config earlier X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~51^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=460da91617d870972a7ae300fad3e13731b67757;p=pandora-kernel.git drm/i915: compute pipe_config earlier To make decent modeset state checking possible (e.g. for the check mode with atomic modesetting) we want to have the full pipe configuration and state checks done before we touch the hw. To ensure that all the little bits&pieces that are now moved to the pipe_config handle this correctly, move its computation to the right spot now, before we touch the hw in the disable_pipes step. Reviewed-by: Paulo Zanoni Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed