Skip to content
Snippets Groups Projects
Commit 5290062a authored by Caio Oliveira's avatar Caio Oliveira Committed by Dylan Baker
Browse files

anv: Fix output of INTEL_DEBUG=bat for chained batches


The anv_batch_bo contents are linked one to another, and when printing
we have to start with the first of those.  Since in `u_vector` new
elements are added to the head, to get the first element we need the
vector's tail.

Fixes: 32ffd900 ("anv: add support for INTEL_DEBUG=bat")
Reviewed-by: default avatarLionel Landwerlin <lionel.g.landwerlin@intel.com>
(cherry picked from commit e2155158)
parent 7affc43e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment