drm/i915: Do not mis-classify clean objects as purgeable
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 20 Sep 2009 22:03:54 +0000 (23:03 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 23 Sep 2009 00:10:36 +0000 (01:10 +0100)
Whilst cleaning up the patches for submission, I mis-classified non-dirty
objects as purgeable. This was causing the backing pages for those
objects to be evicted under memory-pressure, discarding valid and
unreplaceable texture data.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found