drm/i915: Remove inactive LRU tracking from set_domain_ioctl
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 12 Nov 2010 16:02:21 +0000 (16:02 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 2 Dec 2010 10:16:30 +0000 (10:16 +0000)
As the userspace mappings are torn down on every GPU write, we prefer to
track when the buffer is activated (via a fresh i915_gem_fault). This
makes the LRU conceptually simpler. With coherent mappings, the
remaining use-case for set_domain_ioctl is GPU synchronisation.

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

No differences found