From bd18ea5fcbaa08f1310ec05ebe667bae138241f7 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 16 Sep 2024 15:07:29 +0200 Subject: [PATCH] panvk: remove out-of-date detail This is no longer r62, it's r90. But we don't need to be explicit about it, so let's be a bit more vague in the comment here. Reviewed-by: Boris Brezillon Part-of: --- src/panfrost/vulkan/csf/panvk_vX_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/vulkan/csf/panvk_vX_queue.c b/src/panfrost/vulkan/csf/panvk_vX_queue.c index 7e6f587b5e0..9db31531c9a 100644 --- a/src/panfrost/vulkan/csf/panvk_vX_queue.c +++ b/src/panfrost/vulkan/csf/panvk_vX_queue.c @@ -202,7 +202,7 @@ init_subqueue(struct panvk_queue *queue, enum panvk_subqueue_id subqueue) assert(panvk_priv_mem_dev_addr(queue->tiler_heap.desc) != 0); cs_builder_init(&b, &conf, root_cs); - /* Pass the context to through r62. */ + /* Pass the context. */ cs_move64_to(&b, cs_subqueue_ctx_reg(&b), panvk_priv_mem_dev_addr(subq->context));