commit | 637efacf8fcf112a188dd005c816e2b0f39894f0 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <ben@bwidawsk.net> | Mon Aug 05 09:46:44 2013 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Aug 05 19:12:25 2013 +0200 |
tree | d9eb50c11980d5adbd24fe768e22e29854203e3e | |
parent | 37126462a4feadeb3ff08c4b308a28e4db8c83a7 [diff] |
drm/i915: eliminate dead domain clearing on reset The code itself is no longer accurate without updating once we have multiple address space since clearing the domains of every object requires scanning the inactive list for all VMs. "This code is dead. Just remove it rather than port it to vma." - Chris Wilson Recommended-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>