[Intel-gfx] [PATCH 12/48] drm/i915: Remove vm arg from relocate entry

2013-12-06 Thread Ben Widawsky
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

[Intel-gfx] [PATCH 12/48] drm/i915: Remove vm arg from relocate entry

2013-12-06 Thread Ben Widawsky
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