From: Chris Wilson Date: Fri, 24 Aug 2012 08:35:08 +0000 (+0100) Subject: drm/i915: Juggle code order to ease flow of the next patch X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~30^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b361237bcc7cea1d99f770490120d8bc2aed7777;p=pandora-kernel.git drm/i915: Juggle code order to ease flow of the next patch Move the wait-for-rendering logic around in the file so that we can group it together with the subsequent variations. The general goal is to have the lower level routines clustered together and then the higher level logic building upon those low level routines that came before. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed