]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: use vma->node directly and rewrap map&fence in bind
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 14 Aug 2013 08:21:23 +0000 (10:21 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 15 Aug 2013 13:40:43 +0000 (15:40 +0200)
commiteee7a7ae2242be442a0d63cf82b79c1100d77b66
treec0bc58075ec8652eeae0b217b0eb685b781fd58d
parentb056c8a100fadd456dcaaea00db74d644d4a3bee
drm/i915: use vma->node directly and rewrap map&fence in bind

Use () to make for neater alignment of the split lines, too. With this
we ditch another jump through the obj_gtt_size/offset indirection
maze.

Cc: Ben Widawsky <benjamin.widawsky@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c