radeonsi/gfx10: enable SDMA
no changes since gfx9 for buffers Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
@@ -446,8 +446,6 @@ static struct pipe_context *si_create_context(struct pipe_screen *screen,
|
||||
if (!sctx->ctx)
|
||||
goto fail;
|
||||
|
||||
if (sscreen->info.chip_class == GFX10)
|
||||
sscreen->debug_flags |= DBG(NO_ASYNC_DMA); /* TODO-GFX10: implement this */
|
||||
if (sscreen->info.num_sdma_rings && !(sscreen->debug_flags & DBG(NO_ASYNC_DMA))) {
|
||||
sctx->dma_cs = sctx->ws->cs_create(sctx->ctx, RING_DMA,
|
||||
(void*)si_flush_dma_cs,
|
||||
|
||||
Reference in New Issue
Block a user