mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
radeonsi: print the buffer list for CHECK_VM
Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
010214b403
commit
ba59064409
1 changed files with 1 additions and 0 deletions
|
|
@ -1076,6 +1076,7 @@ void si_check_vm_faults(struct r600_common_context *ctx,
|
|||
|
||||
si_log_draw_state(sctx, &log);
|
||||
si_log_compute_state(sctx, &log);
|
||||
si_log_cs(sctx, &log, true);
|
||||
|
||||
u_log_new_page_print(&log, f);
|
||||
u_log_context_destroy(&log);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue