[Intel-gfx] Tracking VMA
Chris Wilson
chris at chris-wilson.co.uk
Fri Jun 3 16:55:15 UTC 2016
One issue with the current VMA api is that callers do not take ownership
of the VMA they pin for their use, and corresponding never explicitly
unpin it. Being able to track the VMA they are using, imo, allows for
simpler code that is more easily verified (and is faster and more
accurate - less guessing over state).
However, at the start are patches to take advantage of lockless request
lookups.
-Chris
More information about the Intel-gfx
mailing list