Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5be1a83 authored by Christian König's avatar Christian König Committed by Alex Deucher
Browse files

drm/radeon: use the SDMA on for buffer moves on CIK again



The underlying reason for the crashes seems to be fixed now.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7f90fc96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2029,8 +2029,8 @@ static struct radeon_asic ci_asic = {
		.blit_ring_index = RADEON_RING_TYPE_GFX_INDEX,
		.dma = &cik_copy_dma,
		.dma_ring_index = R600_RING_TYPE_DMA_INDEX,
		.copy = &cik_copy_cpdma,
		.copy_ring_index = RADEON_RING_TYPE_GFX_INDEX,
		.copy = &cik_copy_dma,
		.copy_ring_index = R600_RING_TYPE_DMA_INDEX,
	},
	.surface = {
		.set_reg = r600_set_surface_reg,