From: Chris Wilson Date: Sun, 10 Aug 2014 05:29:11 +0000 (+0100) Subject: drm/i915: Simplify relocate_entry_gtt() and make 64-bit safe X-Git-Tag: fixes-against-v3.18-rc2~73^2~73^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=906843c3a1acc36407e500a073679c4207d307cd;p=pandora-kernel.git drm/i915: Simplify relocate_entry_gtt() and make 64-bit safe Even though we should not try to use 4+GiB GTTs on 32-bit systems, by using a local variable we can future proof the code whilst making it easier to read. Signed-off-by: Chris Wilson [danvet: Appease checkpatch a bit.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed