drm/radeon: use the SDMA on for buffer moves on CIK again
authorChristian König <christian.koenig@amd.com>
Wed, 4 Jun 2014 13:29:58 +0000 (15:29 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Jun 2014 02:06:52 +0000 (22:06 -0400)
The underlying reason for the crashes seems to be fixed now.

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_asic.c

index 34ea53d980a1c920593cde3820f05ed389c95464..34b9aa9e3c0603d52589ffc89f8885c9af9a733d 100644 (file)
@@ -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,
This page took 0.025888 seconds and 5 git commands to generate.