v3dv: drop unused variable on handle_set_event_cpu_job
authorMelissa Wen <mwen@igalia.com>
Wed, 13 Oct 2021 09:33:15 +0000 (10:33 +0100)
committerMelissa Wen <mwen@igalia.com>
Fri, 21 Jan 2022 10:59:17 +0000 (10:59 +0000)
commit09991fc47bf2588dbb89a9e54644aa19a9170163
tree48902a393dad3c3e72411fb55c4874a7e3b52502
parent3b4d4c7d8418c40000e25ecbda99f6a10d089b8c
v3dv: drop unused variable on handle_set_event_cpu_job

is_wait_thread is passed, but not actually used; and cpu_queue_handle_idle
is in charge to handle wait threads spawned before this one.

Signed-off-by: Melissa Wen <mwen@igalia.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13178>
src/broadcom/vulkan/v3dv_queue.c