freedreno/a6xx: Fix timestamp emit

I guess this worked accidentially before due to suballocation.  But we
can't rely on that.

Fixes: 8609d62e4d ("freedreno/a6xx: Drop "hardpin" support")
Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32908>
This commit is contained in:
Rob Clark
2025-01-06 08:51:41 -08:00
committed by Marge Bot
parent 3800f0af41
commit 64d76bbab2
@@ -313,6 +313,7 @@ template <chip CHIP>
static void
record_timestamp(struct fd_ringbuffer *ring, struct fd_bo *bo, unsigned offset)
{
fd_ringbuffer_attach_bo(ring, bo);
fd6_record_ts<CHIP>(ring, bo, offset, 0, 0);
}