Skip to content

v3dv: fix debug dump on BO free

Iago Toral requested to merge itoral/mesa:v3dv_bo_cache_log_fix into main

We were resetting the BO struct right before dumping the data. Fix this by logging the info before the reset.

Merge request reports