From: Ben Widawsky Date: Fri, 6 Dec 2013 22:10:51 +0000 (-0800) Subject: drm/i915: Handle inactivating objects for all VMAs X-Git-Tag: v3.15-rc1~51^2~62^2~80^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb822cfc2540c2d2df7827f40991aa2f86f1130;p=pandora-kernel.git drm/i915: Handle inactivating objects for all VMAs This came from a patch called, "drm/i915: Move active to vma" When moving an object to the inactive list, we do it for all VMs for which the object is bound. The primary difference from that patch is this time around we don't not track 'active' per vma, but rather by object. Therefore, we only need one unref. Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed