summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-04-01 18:51:44 -0400
committerMarek Olšák <[email protected]>2018-04-05 15:34:58 -0400
commitd58080b318ebb360e3ed8c2dc479f348345c0799 (patch)
treebe0fc86a857f0bf54529337b6eb1f3d7b14e2094 /src/gallium/drivers/radeonsi/si_pipe.h
parentf7f4ba5306d4de04606c106725fb25ee1e79275c (diff)
radeonsi: move r600_gpu_load.c to si_gpu_load.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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h
index 8e00861ae3a..7c1214542bd 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -831,6 +831,12 @@ void si_flush_gfx_cs(struct si_context *ctx, unsigned flags,
void si_begin_new_gfx_cs(struct si_context *ctx);
void si_need_gfx_cs_space(struct si_context *ctx);
+/* r600_gpu_load.c */
+void si_gpu_load_kill_thread(struct si_screen *sscreen);
+uint64_t si_begin_counter(struct si_screen *sscreen, unsigned type);
+unsigned si_end_counter(struct si_screen *sscreen, unsigned type,
+ uint64_t begin);
+
/* si_compute.c */
void si_init_compute_functions(struct si_context *sctx);