hk: fix increment CS invs
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33682>
This commit is contained in:
committed by
Marge Bot
parent
27d27e08ea
commit
4559cdb94b
@@ -103,7 +103,7 @@ dispatch(struct hk_cmd_buffer *cmd, struct agx_grid grid)
|
||||
perf_debug(dev, "CS invocation statistic");
|
||||
uint64_t grid = cmd->state.cs.descriptors.root.cs.group_count_addr;
|
||||
|
||||
libagx_increment_cs_invocations(cs, agx_1d(1), grid, AGX_BARRIER_ALL,
|
||||
libagx_increment_cs_invocations(cs, agx_1d(1), AGX_BARRIER_ALL, grid,
|
||||
stat, agx_workgroup_threads(local_size));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user