Mesa (main): v3dv: drop obsolete comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon May 2 06:27:20 UTC 2022


Module: Mesa
Branch: main
Commit: de0d4d671a4a57656d5d04db06d0da689badb905
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=de0d4d671a4a57656d5d04db06d0da689badb905

Author: Iago Toral Quiroga <itoral at igalia.com>
Date:   Tue Apr 19 08:45:22 2022 +0200

v3dv: drop obsolete comment

Reviewed-by: Alejandro Piñeiro <apinheiro at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16235>

---

 src/broadcom/vulkan/v3dv_queue.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/broadcom/vulkan/v3dv_queue.c b/src/broadcom/vulkan/v3dv_queue.c
index 244f0166f02..32cd6eb43f7 100644
--- a/src/broadcom/vulkan/v3dv_queue.c
+++ b/src/broadcom/vulkan/v3dv_queue.c
@@ -203,9 +203,6 @@ handle_set_event_cpu_job(struct v3dv_queue *queue, struct v3dv_job *job,
     * So we should wait for all prior work to be completed before signaling
     * the event, this includes all active CPU wait threads spawned for any
     * command buffer submitted *before* this.
-    *
-    * FIXME: we could avoid blocking the main thread for this if we use a
-    *        submission thread.
     */
 
    VkResult result = queue_wait_idle(queue, sync_info);



More information about the mesa-commit mailing list