]> git.baikalelectronics.ru Git - kernel.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, 22 Aug 2013 11:31:45 +0000 (13:31 +0200)
commitc5ea1e5daf2b1d9aab064f493c000b09bbe6266e
treed0d76cf679b91aeb6ddd59d17926521a8a7fa0cd
parent8bd70b16744dd07884195a3dc8c62fb39fcea0a2
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