From: Icecream95 Date: Mon, 31 May 2021 11:18:48 +0000 (+1200) Subject: pan/decode: Flush the dump stream after decoding X-Git-Tag: upstream/21.2.3~2658 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5109f4e507c0cef7de85de2bdf1182714fd8f819;p=platform%2Fupstream%2Fmesa.git pan/decode: Flush the dump stream after decoding Part-of: --- diff --git a/src/panfrost/lib/decode.c b/src/panfrost/lib/decode.c index 8857beb..6593280 100644 --- a/src/panfrost/lib/decode.c +++ b/src/panfrost/lib/decode.c @@ -1130,6 +1130,7 @@ pandecode_jc(mali_ptr jc_gpu_va, bool bifrost, unsigned gpu_id) } } while ((jc_gpu_va = next_job)); + fflush(pandecode_dump_stream); pandecode_map_read_write(); }