]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit49987099e2cfce4eda5d428e2618fd4e93aba597
treed0d76cf679b91aeb6ddd59d17926521a8a7fa0cd
parent4bd561b3e8d7d2407cf465cb79c51a1ff1264343
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