projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58bd926
)
r600g: enable CP DMA on 6xx
author
Alex Deucher
<alexander.deucher@amd.com>
Fri, 1 Mar 2013 17:11:31 +0000
(12:11 -0500)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_pipe.c
b/src/gallium/drivers/r600/r600_pipe.c
index e81856c5f3340fa8f288f9bb3c2752c55f459b92..78002ae400064279b1db3214e351146fbedaf1a1 100644
(file)
--- 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);