[Intel-gfx] [PATCH 06/48] drm/i915: Handle inactivating objects for all VMAs

2013-12-06 Thread Ben Widawsky
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 ne

[Intel-gfx] [PATCH 06/48] drm/i915: Handle inactivating objects for all VMAs

2013-12-06 Thread Ben Widawsky
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 ne