diff --git a/src/gallium/drivers/freedreno/a6xx/fd6_query.cc b/src/gallium/drivers/freedreno/a6xx/fd6_query.cc index 9f6a7c77db1..0e5d1f8357d 100644 --- a/src/gallium/drivers/freedreno/a6xx/fd6_query.cc +++ b/src/gallium/drivers/freedreno/a6xx/fd6_query.cc @@ -313,6 +313,7 @@ template static void record_timestamp(struct fd_ringbuffer *ring, struct fd_bo *bo, unsigned offset) { + fd_ringbuffer_attach_bo(ring, bo); fd6_record_ts(ring, bo, offset, 0, 0); }