diff options
author | Marek Olšák <[email protected]> | 2018-04-01 13:29:04 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-04-05 15:34:58 -0400 |
commit | 5c125ab1ba030174e59e4e31f27a267571f224e1 (patch) | |
tree | f81633056d980828c28880f6e2d2fffa05e4cf21 /src/gallium/drivers/radeonsi | |
parent | 17e8f1608ec78568e2815f07661ff93646ad1b16 (diff) |
radeonsi: remove r600_pipe_common::check_vm_faults
Acked-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_debug.c b/src/gallium/drivers/radeonsi/si_debug.c index 1f25f4ebbeb..30b45eeac7b 100644 --- a/src/gallium/drivers/radeonsi/si_debug.c +++ b/src/gallium/drivers/radeonsi/si_debug.c @@ -1109,7 +1109,6 @@ void si_check_vm_faults(struct r600_common_context *ctx, void si_init_debug_functions(struct si_context *sctx) { sctx->b.b.dump_debug_state = si_dump_debug_state; - sctx->b.check_vm_faults = si_check_vm_faults; /* Set the initial dmesg timestamp for this context, so that * only new messages will be checked for VM faults. |