mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 04:04:23 +08: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
@ -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…
Reference in New Issue
Block a user