summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-04-01 18:12:34 -0400
committerMarek Olšák <[email protected]>2018-04-05 15:34:58 -0400
commita67ee02388db727a165fd14af313043789f43ad3 (patch)
treef50b9ff6ea3f74f3b8022c9113aa0832b033c5e9 /src/gallium/drivers/radeonsi/si_pipe.h
parent90d12f1d776f41ab3d72cea5b2bc39bf9ee28b25 (diff)
radeonsi: move functions out of and remove r600_pipe_common.c
Acked-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_pipe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h
index 3d489eeb720..952a7a2a373 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -761,6 +761,9 @@ void si_init_compute_functions(struct si_context *sctx);
/* si_perfcounters.c */
void si_init_perfcounters(struct si_screen *screen);
+/* si_pipe.c */
+bool si_check_device_reset(struct si_context *sctx);
+
/* si_test_dma.c */
void si_test_dma(struct si_screen *sscreen);