drm/i915: Remove vm arg from relocate entry
authorBen Widawsky <benjamin.widawsky@intel.com>
Fri, 6 Dec 2013 22:10:57 +0000 (14:10 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Dec 2013 14:27:50 +0000 (15:27 +0100)
commit3e7a032295f178d1db4e4b9ac25b6d6bc6d5826e
tree93dc8fc7e08e516a3a0b29899ea5669258022889
parent6f65e29acad7499920cf1e49b675fac7cde24166
drm/i915: Remove vm arg from relocate entry

The only place we were using it was for GEN6, which won't have PPGTT
support anyway (ie. the VM is always the same). To clear things up,
(it only added confusion for me since it doesn't allow us to assert
vma->vm is what we always want, when just looking at the code).

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_execbuffer.c
This page took 0.031381 seconds and 5 git commands to generate.