pan/decode: Flush the dump stream after decoding

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11104>
This commit is contained in:
Icecream95
2021-05-31 23:18:48 +12:00
committed by Marge Bot
parent 08dba3a76b
commit 5109f4e507
+1
View File
@@ -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();
}