mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 03:20:33 +01:00
v3d: add missing line break for performance debug message
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
bc79e5c437
commit
b69f51a5ef
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ v3d_read_and_accumulate_primitive_counters(struct v3d_context *v3d)
|
|||
{
|
||||
assert(v3d->prim_counts);
|
||||
|
||||
perf_debug("stalling on TF counts readback");
|
||||
perf_debug("stalling on TF counts readback\n");
|
||||
struct v3d_resource *rsc = v3d_resource(v3d->prim_counts);
|
||||
if (v3d_bo_wait(rsc->bo, PIPE_TIMEOUT_INFINITE, "prim-counts")) {
|
||||
uint32_t *map = v3d_bo_map(rsc->bo);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue