From: Ben Widawsky Date: Tue, 24 Sep 2013 16:57:58 +0000 (-0700) Subject: drm/i915: Convert active API to VMA X-Git-Tag: v3.13-rc1~76^2~80^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2d05a8b1e4a7f6feae89a59543b1edbece1bda3;p=pandora-kernel.git drm/i915: Convert active API to VMA Even though we track object activity and not VMA, because we have the active_list be based on the VM, it makes the most sense to use VMAs in the APIs. NOTE: Daniel intends to eventually rip out active/inactive LRUs, but for now, leave them be. v2: Remove leftover hunk from the previous patch which didn't keep i915_gem_object_move_to_active. That patch had to rely on the ring to get the dev instead of the obj. (Chris) Reviewed-by: Chris Wilson Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed