commit | feb822cfc2540c2d2df7827f40991aa2f86f1130 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <benjamin.widawsky@intel.com> | Fri Dec 06 14:10:51 2013 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Dec 18 15:27:46 2013 +0100 |
tree | 74f62ba3906c4774ae06133b4930fc719622aca1 | |
parent | c39538a88dcfdbb905e60f9168d6d49460cabe57 [diff] |
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 <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>