From: Chris Wilson Date: Thu, 22 Mar 2012 15:10:00 +0000 (+0000) Subject: drm/i915: Reorganise rules for get_fence/put_fence X-Git-Tag: v3.5-rc1~83^2~81^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a5a53b3923d6e8cc4d3b352301059ac6b5c8f68;p=pandora-kernel.git drm/i915: Reorganise rules for get_fence/put_fence By simplifying the rules to calling get_fence when writing to the through the GTT in a tiled manner, and calling put_fence before writing to the object through the GTT in a linear manner, the code becomes clearer and there is less chance of making a mistake. Signed-off-by: Chris Wilson Reviewed-by: Daniel Vetter [danvet: fixed up conflict with ppgtt code and spelling in a new comment.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed