lima: add reload command to the command dump

This was not being included in the command stream and may be
useful to debug further issues.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10791>
This commit is contained in:
Erico Nunes 2021-05-13 21:02:44 +02:00
parent 1fc7575cc1
commit 7327b2b7b4

View file

@ -440,6 +440,9 @@ lima_pack_reload_plbu_cmd(struct lima_job *job, struct pipe_surface *psurf)
PLBU_CMD_DRAW_ELEMENTS(0xf, 0, 3);
PLBU_CMD_END();
lima_dump_command_stream_print(job->dump, cpu, lima_reload_buffer_size,
false, "reload plbu cmd at va %x\n", va);
}
static void