mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
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:
parent
47dee97329
commit
d227b91d2e
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue