From: Chris Wilson Date: Fri, 12 Nov 2010 16:02:21 +0000 (+0000) Subject: drm/i915: Remove inactive LRU tracking from set_domain_ioctl X-Git-Tag: v2.6.38-rc1~419^2~23^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6748e09eed072be077fe583976516b76daf42ec;p=pandora-kernel.git 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: Chris Wilson --- Reading git-diff-tree failed