radeonsi: rename si_need_cs_space -> si_need_gfx_cs_space
[mesa.git] / src / gallium / drivers / radeonsi / si_pipe.h
index 098d1e4f90929ba2927375ef4f9aab2d9e71ab8a..2c40866d90fa89d043a1fa1156740de02f05036f 100644 (file)
@@ -732,7 +732,7 @@ void si_destroy_saved_cs(struct si_saved_cs *scs);
 void si_flush_gfx_cs(void *context, unsigned flags,
                     struct pipe_fence_handle **fence);
 void si_begin_new_cs(struct si_context *ctx);
-void si_need_cs_space(struct si_context *ctx);
+void si_need_gfx_cs_space(struct si_context *ctx);
 
 /* si_compute.c */
 void si_init_compute_functions(struct si_context *sctx);