freedreno/a6xx: Move resolve blits to an IB
[mesa.git] / src / gallium / drivers / freedreno / freedreno_batch.c
index 9a35f145d19b94722de1311e9d8fc58efd6ee492..de4c8198c201478dfaba4fc362a994714ff77479 100644 (file)
@@ -155,6 +155,11 @@ batch_fini(struct fd_batch *batch)
                batch->tile_setup = NULL;
        }
 
+       if (batch->tile_fini) {
+               fd_ringbuffer_del(batch->tile_fini);
+               batch->tile_fini = NULL;
+       }
+
        fd_submit_del(batch->submit);
 
        util_dynarray_fini(&batch->draw_patches);