commit | cf303626748e0a5c059e453d025539583d870116 | [log] [tgz] |
---|---|---|
author | Michel Thierry <michel.thierry@intel.com> | Tue Sep 09 13:04:43 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Sep 19 14:41:16 2014 +0200 |
tree | 377e1c45d9ba381b44d70bb3b81adea0686b9447 | |
parent | a1e470d421f68d69bf35c1ed316a861625010eab [diff] |
drm/i915: fix another use-after-free in i915_gem_evict_everything Also here, i915_gem_evict_vm causes an unbind, which can end up dropping the last ref to the ppgtt. Triggered by igt gem_evict_everything test. Testcase: igt/gem_evict_everything Signed-off-by: Michel Thierry <michel.thierry@intel.com> Reviewed-by: Chris Wilson <chris@cris-wilsonc.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>