mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
radeonsi: also dump shaders on a VM fault
Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
18df72b50b
commit
69a8e435ce
1 changed files with 1 additions and 2 deletions
|
|
@ -781,8 +781,7 @@ void si_check_vm_faults(struct si_context *sctx)
|
|||
fprintf(f, "Device name: %s\n\n", screen->get_name(screen));
|
||||
fprintf(f, "Failing VM page: 0x%08x\n\n", addr);
|
||||
|
||||
si_dump_last_bo_list(sctx, f);
|
||||
si_dump_last_ib(sctx, f);
|
||||
si_dump_debug_state(&sctx->b.b, f, 0);
|
||||
fclose(f);
|
||||
|
||||
fprintf(stderr, "Detected a VM fault, exiting...\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue