mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
panfrost: Print the right zero field
Copy paste error. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reported-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
401d7221ed
commit
94e6d17043
1 changed files with 1 additions and 1 deletions
|
|
@ -765,7 +765,7 @@ pandecode_sfbd(uint64_t gpu_va, int job_no, bool is_fragment)
|
|||
pandecode_prop("zero1 = 0x%" PRIx64, s->zero1);
|
||||
pandecode_prop("zero2 = 0x%" PRIx32, s->zero2);
|
||||
pandecode_prop("zero4 = 0x%" PRIx32, s->zero4);
|
||||
pandecode_prop("zero5 = 0x%" PRIx32, s->zero4);
|
||||
pandecode_prop("zero5 = 0x%" PRIx32, s->zero5);
|
||||
|
||||
printf(".zero3 = {");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue