radeonsi: call the reset callback if get_device_reset_status returns a failure
[mesa.git] / src / gallium / drivers / radeonsi / si_pipe.h
index 8c805ce10e803343bfb1b9b55d17ef87e9402f69..1a65c309e255eb994e13d54c3eb929df934c7be5 100644 (file)
@@ -1430,9 +1430,6 @@ void si_initialize_prim_discard_tunables(struct si_context *sctx);
 void si_init_perfcounters(struct si_screen *screen);
 void si_destroy_perfcounters(struct si_screen *screen);
 
-/* si_pipe.c */
-bool si_check_device_reset(struct si_context *sctx);
-
 /* si_query.c */
 void si_init_screen_query_functions(struct si_screen *sscreen);
 void si_init_query_functions(struct si_context *sctx);