Skip to content
Commit c6748e09 authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915: Remove inactive LRU tracking from set_domain_ioctl



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: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent d9e86c0e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment