commit | befedbb7e24935e149640ddfc2b82dab42985e3c | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Jan 19 19:26:55 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sat Jan 21 10:31:44 2017 +0000 |
tree | 796d7d471a9d7bf8beb3a53fef80ce38b7913e31 | |
parent | d65415df0708700e306fcbcaece23369de4cb74e [diff] |
drm/i915: Use common LRU inactive vma bumping for unpin_from_display Now that i915_gem_object_bump_inactive_ggtt() exists, also make use of it for the LRU bumping from i915_gem_object_unpin_from_display() Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170119192659.31789-2-chris@chris-wilson.co.uk Reviewed-by: Jonas Lahtinen <joonas.lahtinen@linux.intel.com>