From: Alyssa Rosenzweig Date: Wed, 10 Aug 2022 01:53:59 +0000 (-0400) Subject: asahi: Relax assert in decoder X-Git-Tag: upstream/22.3.5~3558 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e66a901bc84f17bd40998cb4f25348ee6dfbc9dd;p=platform%2Fupstream%2Fmesa.git asahi: Relax assert in decoder Seen == 0x8 with >4 render targets. Signed-off-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/asahi/lib/decode.c b/src/asahi/lib/decode.c index 80a35e2..a31a27b 100644 --- a/src/asahi/lib/decode.c +++ b/src/asahi/lib/decode.c @@ -544,7 +544,7 @@ agxdecode_cmdstream(unsigned cmdbuf_handle, unsigned map_handle, bool verbose) agxdecode_stateful(*encoder, "Encoder", agxdecode_cmd, verbose); if (pip.clear_pipeline_unk) { - assert(pip.clear_pipeline_unk == 0x4); + fprintf(agxdecode_dump_stream, "Unk: %X\n", pip.clear_pipeline_unk); agxdecode_stateful(pip.clear_pipeline, "Clear pipeline", agxdecode_pipeline, verbose); }