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