mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
pan/decode: Fix flags_hi printing
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4944>
This commit is contained in:
parent
a4d41a1510
commit
7e53cce3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -1209,7 +1209,7 @@ pandecode_mfbd_bfr(uint64_t gpu_va, int job_no, bool is_fragment, bool is_comput
|
|||
pandecode_prop("checksum_stride = %d", fbx->checksum_stride);
|
||||
|
||||
pandecode_log(".flags_hi = ");
|
||||
pandecode_log_decoded_flags(mfbd_extra_flag_hi_info, fbx->flags_lo);
|
||||
pandecode_log_decoded_flags(mfbd_extra_flag_hi_info, fbx->flags_hi);
|
||||
pandecode_log_cont(",\n");
|
||||
|
||||
pandecode_log(".flags_lo = ");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue