emit_copy_buffer   76 drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h 	void (*emit_copy_buffer)(struct amdgpu_ib *ib,
emit_copy_buffer  100 drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h #define amdgpu_emit_copy_buffer(adev, ib, s, d, b) (adev)->mman.buffer_funcs->emit_copy_buffer((ib),  (s), (d), (b))
emit_copy_buffer 1352 drivers/gpu/drm/amd/amdgpu/cik_sdma.c 	.emit_copy_buffer = cik_sdma_emit_copy_buffer,
emit_copy_buffer 1240 drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c 	.emit_copy_buffer = sdma_v2_4_emit_copy_buffer,
emit_copy_buffer 1678 drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c 	.emit_copy_buffer = sdma_v3_0_emit_copy_buffer,
emit_copy_buffer 2500 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 	.emit_copy_buffer = sdma_v4_0_emit_copy_buffer,
emit_copy_buffer 1719 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c 	.emit_copy_buffer = sdma_v5_0_emit_copy_buffer,
emit_copy_buffer  814 drivers/gpu/drm/amd/amdgpu/si_dma.c 	.emit_copy_buffer = si_dma_emit_copy_buffer,