mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
r600g: enable CP DMA on 6xx
Tested across several 6xx parts, no piglit regressions. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
58bd926d9e
commit
a40ba43d78
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue