Commit 60d9c087 authored by Christian König's avatar Christian König Committed by Kamal Mostafa

drm/radeon: use the CP DMA on CIK

commit 91b0275c upstream.

The SDMA sometimes doesn't seem to work reliable.
Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent 8a4f8b94
......@@ -2025,8 +2025,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_dma,
.copy_ring_index = R600_RING_TYPE_DMA_INDEX,
.copy = &cik_copy_cpdma,
.copy_ring_index = RADEON_RING_TYPE_GFX_INDEX,
},
.surface = {
.set_reg = r600_set_surface_reg,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment