[Bug 92638] [bsw] i915_gem_context_free WARN_ON(!list_empty(&ppgtt->base.active_list))
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Aug 10 07:59:07 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=92638
Chris Wilson <chris at chris-wilson.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> ---
commit b0decaf75bd902a11c932005c88924947ac00b8c
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Thu Aug 4 07:52:44 2016 +0100
drm/i915: Track active vma requests
Hook the vma itself into the i915_gem_request_retire() so that we can
accurately track when a solitary vma is inactive (as opposed to having
to wait for the entire object to be idle). This improves the interaction
when using multiple contexts (with full-ppgtt) and eliminates some
frequent list walking when retiring objects after a completed request.
A side-effect is that we get an active vma reference for free. The
consequence of this is shown in the next patch...
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160810/d5f52e3d/attachment.html>
More information about the intel-gfx-bugs
mailing list