radeonsi: move CP DMA functions to their own file
[mesa.git] / src / gallium / drivers / radeonsi / si_state.h
index e6bacdf22fb81a030eb4797e027be86a4269e948..b8f63c5dd364e0c7efbe1e1d49fa36b04f56c2ae 100644 (file)
@@ -244,9 +244,6 @@ void si_init_all_descriptors(struct si_context *sctx);
 bool si_upload_shader_descriptors(struct si_context *sctx);
 void si_release_all_descriptors(struct si_context *sctx);
 void si_all_descriptors_begin_new_cs(struct si_context *sctx);
-void si_copy_buffer(struct si_context *sctx,
-                   struct pipe_resource *dst, struct pipe_resource *src,
-                   uint64_t dst_offset, uint64_t src_offset, unsigned size, bool is_framebuffer);
 void si_upload_const_buffer(struct si_context *sctx, struct r600_resource **rbuffer,
                            const uint8_t *ptr, unsigned size, uint32_t *const_offset);
 void si_shader_change_notify(struct si_context *sctx);