mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 21:08:14 +02:00
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:
parent
1fc7575cc1
commit
7327b2b7b4
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue