OSDN Git Service

r600g: enable CP DMA on 6xx
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 1 Mar 2013 17:11:31 +0000 (12:11 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 1 Mar 2013 17:11:31 +0000 (12:11 -0500)
Tested across several 6xx parts, no piglit regressions.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/drivers/r600/r600_pipe.c

index e81856c..78002ae 100644 (file)
@@ -1123,7 +1123,7 @@ struct pipe_screen *r600_screen_create(struct radeon_winsys *ws)
                break;
        }
 
-       rscreen->has_cp_dma = rscreen->info.drm_minor >= 27 && rscreen->chip_class >= R700;
+       rscreen->has_cp_dma = rscreen->info.drm_minor >= 27;
 
        if (r600_init_tiling(rscreen)) {
                FREE(rscreen);