Mesa (master): r600g: enable CP DMA on 6xx

Alex Deucher agd5f at kemper.freedesktop.org
Fri Mar 1 17:13:31 UTC 2013


Module: Mesa
Branch: master
Commit: a40ba43d78fe8e6ee145785df54b50dd7c7f929a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a40ba43d78fe8e6ee145785df54b50dd7c7f929a

Author: Alex Deucher <alexander.deucher at amd.com>
Date:   Fri Mar  1 12:11:31 2013 -0500

r600g: enable CP DMA on 6xx

Tested across several 6xx parts, no piglit regressions.

Signed-off-by: Alex Deucher <alexander.deucher at amd.com>

---

 src/gallium/drivers/r600/r600_pipe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index e81856c..78002ae 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -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);




More information about the mesa-commit mailing list