Revert "radeonsi: enable SDMA on CIK"

This reverts commit 0241d8300f.

It doesn't work with mobile Bonaire. It looks like the programming of
tiling parameters is wrong on some chips.
This commit is contained in:
Marek Olšák
2016-09-08 18:21:04 +02:00
parent 7b414bc512
commit 93f3d8e10d
+4
View File
@@ -165,6 +165,10 @@ 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;