]> 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)
commitd1db334be8fab908d1906982d84132ed04b30dbc
treed0d76cf679b91aeb6ddd59d17926521a8a7fa0cd
parent074c1d0e6b129a9af8feef0b591326afafcdcaa9
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