Mesa (master): v3dv: remove obsolete comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 24 06:52:01 UTC 2020


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

Author: Iago Toral Quiroga <itoral at igalia.com>
Date:   Mon Nov 23 11:22:09 2020 +0100

v3dv: remove obsolete comment

We already check that the feature is present in our kernel when we
initialize the physical device.

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

---

 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 88e9881f499..838eb9ba2b8 100644
--- a/src/broadcom/vulkan/v3dv_queue.c
+++ b/src/broadcom/vulkan/v3dv_queue.c
@@ -588,9 +588,6 @@ handle_cl_job(struct v3dv_queue *queue,
    submit.qms = job->tile_alloc->size;
    submit.qts = job->tile_state->offset;
 
-   /* FIXME: we already know that we support cache flush, as we only support
-    * hw that supports that, but would be better to just DRM-ask it
-    */
    submit.flags = 0;
    if (job->tmu_dirty_rcl)
       submit.flags |= DRM_V3D_SUBMIT_CL_FLUSH_CACHE;



More information about the mesa-commit mailing list