commit | 906843c3a1acc36407e500a073679c4207d307cd | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Aug 10 06:29:11 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Aug 11 14:16:04 2014 +0200 |
tree | 23d6d6803783f4f5525b2dd033dc881787a309c6 | |
parent | 060e82c6f4ccf678decffb28ba8301ca9220a995 [diff] |
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 <chris@chris-wilson.co.uk> [danvet: Appease checkpatch a bit.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>