Mesa (main): pan/decode: Flush the dump stream after decoding

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 1 13:45:43 UTC 2021


Module: Mesa
Branch: main
Commit: 5109f4e507c0cef7de85de2bdf1182714fd8f819
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5109f4e507c0cef7de85de2bdf1182714fd8f819

Author: Icecream95 <ixn at disroot.org>
Date:   Mon May 31 23:18:48 2021 +1200

pan/decode: Flush the dump stream after decoding

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11104>

---

 src/panfrost/lib/decode.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/panfrost/lib/decode.c b/src/panfrost/lib/decode.c
index 8857beba0f0..65932804545 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();
 }
 



More information about the mesa-commit mailing list