From: Ben Widawsky Date: Fri, 6 Dec 2013 22:10:57 +0000 (-0800) Subject: drm/i915: Remove vm arg from relocate entry X-Git-Tag: v3.15-rc1~51^2~62^2~80^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e7a032295f178d1db4e4b9ac25b6d6bc6d5826e;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed