pvr: Rename global_queue_job_count to global_cmd_buffer_submit_count

This makes the name more accurate, since submits which require multiple
job submissions behind the scenes do not additionally increment this
counter.

Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20932>
This commit is contained in:
Matt Coster
2023-01-17 13:48:11 +00:00
committed by Marge Bot
parent 187a95e617
commit 8cc474cd87
5 changed files with 5 additions and 5 deletions

View File

@@ -865,7 +865,7 @@ static VkResult pvr_process_cmd_buffer(
if (result != VK_SUCCESS)
return result;
p_atomic_inc(&device->global_queue_job_count);
p_atomic_inc(&device->global_cmd_buffer_submit_count);
}
pvr_update_syncobjs(device, per_cmd_buffer_syncobjs, per_submit_syncobjs);