commit | fbdda6fb5ee5da401af42226878880069a6b8615 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Nov 20 10:45:16 2012 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Nov 21 17:45:04 2012 +0100 |
tree | ac3d3d7036c3bb386145ff4306665a1f7b88f5c5 | |
parent | be7cb6347e0c3aa1956748a860a2465a7ea128c4 [diff] |
drm/i915: Guard pages being reaped by OOM whilst binding-to-GTT In the circumstances that the shrinker is allowed to steal the mutex in order to reap pages, we need to be careful to prevent it operating on the current object and shooting ourselves in the foot. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>