mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
radeonsi: enable SDMA on CIK
It passes R600_DEBUG=testdma on Bonaire/radeon. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
bcfd49e511
commit
0241d8300f
1 changed files with 0 additions and 4 deletions
|
|
@ -165,10 +165,6 @@ static bool cik_sdma_copy_texture(struct si_context *sctx,
|
|||
src_slice_pitch * bpp * (srcz + src_box->depth) <=
|
||||
rsrc->resource.buf->size);
|
||||
|
||||
/* Test CIK with radeon and amdgpu before enabling this. */
|
||||
if (sctx->b.chip_class == CIK)
|
||||
return false;
|
||||
|
||||
if (!r600_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty,
|
||||
dstz, rsrc, src_level, src_box))
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue