Skip to content

anv: dynamically allocate utrace batch buffers

What does this MR do and why?

anv: dynamically allocate utrace batch buffers

Estimating the batch space required can be tricky because of all the workarounds. So implement chaining of batches like we do for command buffers.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com

Merge request reports