From: Ben Widawsky Date: Mon, 5 Aug 2013 16:46:44 +0000 (-0700) Subject: drm/i915: eliminate dead domain clearing on reset X-Git-Tag: v3.12-rc1~136^2~59^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=637efacf8fcf112a188dd005c816e2b0f39894f0;p=pandora-kernel.git 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 Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed