From: Alyssa Rosenzweig Date: Sat, 8 Apr 2023 00:11:16 +0000 (-0400) Subject: pan/decode: Move comment out of designated initializer X-Git-Tag: upstream/23.3.3~10216 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a67386b4019ab48ac539bb8fe05e11cf67a00b5;p=platform%2Fupstream%2Fmesa.git pan/decode: Move comment out of designated initializer clang-format chokes on this. Signed-off-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/panfrost/lib/genxml/decode_csf.c b/src/panfrost/lib/genxml/decode_csf.c index b3a2719..99d0f95 100644 --- a/src/panfrost/lib/genxml/decode_csf.c +++ b/src/panfrost/lib/genxml/decode_csf.c @@ -740,10 +740,10 @@ GENX(pandecode_cs)(mali_ptr queue, uint32_t size, unsigned gpu_id, uint64_t *cs = pandecode_fetch_gpu_mem(queue, size); + /* Mali-G610 has 96 registers. Other devices not yet supported, we can make + * this configurable later when we encounter new Malis. + */ struct queue_ctx ctx = { - /* Mali-G610 has 96 registers. Other devices not yet supported, we can - * make this configurable later when we encounter new Malis. - */ .nr_regs = 96, .regs = regs, .ip = cs,