From: Chris Wilson Date: Mon, 3 Dec 2012 11:49:00 +0000 (+0000) Subject: drm/i915: Decouple the object from the unbound list before freeing pages X-Git-Tag: v3.8-rc1~82^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2165e312381f35b8abd7dcb8a8ab955bc60d867;p=pandora-kernel.git drm/i915: Decouple the object from the unbound list before freeing pages As we may actually allocate in order to save the physical swizzling bits during the free, we have to be careful not to trigger the shrinker on the same object. Signed-off-by: Chris Wilson [danvet: Added a small comment in the code to really drive the scariness of this patch home.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed