From: Chris Wilson Date: Sat, 21 Apr 2012 15:23:24 +0000 (+0100) Subject: drm/i915: Only the zap the VMA after updating the tiling parameters X-Git-Tag: v3.5-rc1~83^2~8^2~78 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1869b620d27a0e353bd6558015713fad2d0cc09b;p=pandora-kernel.git drm/i915: Only the zap the VMA after updating the tiling parameters If we fail to unbind and so abort the change in tiling, we will have removed the VMA for the object for no reason. The likelihood of unbind failing is slim (other than ERESTARTSYS which will cause userspace to try again), so the change is mostly for the principle. Also improve the slightly stale comment. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed