From: Ben Widawsky Date: Wed, 14 Aug 2013 09:38:34 +0000 (+0200) Subject: drm/i915: Switch eviction code to use vmas X-Git-Tag: v3.12-rc1~136^2~14^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82a55ad1a0585e4e01a47f72fe81fb5a2d2c0fb1;p=pandora-kernel.git drm/i915: Switch eviction code to use vmas The execbuf wants to do relocations usings vmas, so we need a vma->exec_list. The eviction code also uses the old obj execbuf list for it's own book-keeping, but would really prefer to deal in vmas only. So switch it over to the new list. Again this is just a prep patch for the big execbuf vma conversion. Signed-off-by: Ben Widawsky [danvet: Split out from Ben's big execbuf vma patch.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed