summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-12-04 23:02:54 +0100
committerMarek Olšák <[email protected]>2017-12-06 15:19:02 +0100
commitba5906440996dd477f9358d90f2998d217258c83 (patch)
tree203d3045bf059e7deb7a77e63a938b5d737b088a /src
parent010214b403de1b5e25a549372ba6192b89e05d06 (diff)
radeonsi: print the buffer list for CHECK_VM
Tested-by: Dieter Nützel <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/radeonsi/si_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_debug.c b/src/gallium/drivers/radeonsi/si_debug.c
index 22609b7e57f..385ce3906db 100644
--- a/src/gallium/drivers/radeonsi/si_debug.c
+++ b/src/gallium/drivers/radeonsi/si_debug.c
@@ -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);