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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user