Re: [Mesa-dev] [PATCH 1/4] radeonsi: implement partial DMA copies v2

2014-08-06 Thread Christian König
Am 06.08.2014 um 13:42 schrieb Marek Olšák: For patch 1 & 2: Reviewed-by: Marek Olšák How was the DMA code tested? I think the best thing would be to switch resource_copy_region to dma_copy just for testing and run piglit. (you also probably want to avoid recursion between dma_copy and resourc

Re: [Mesa-dev] [PATCH 1/4] radeonsi: implement partial DMA copies v2

2014-08-06 Thread Marek Olšák
For patch 1 & 2: Reviewed-by: Marek Olšák How was the DMA code tested? I think the best thing would be to switch resource_copy_region to dma_copy just for testing and run piglit. (you also probably want to avoid recursion between dma_copy and resource_copy_region) Marek On Tue, Aug 5, 2014 at

[Mesa-dev] [PATCH 1/4] radeonsi: implement partial DMA copies v2

2014-08-05 Thread Christian König
From: Christian König v2: fix a couple of typos and bugs Signed-off-by: Christian König --- src/gallium/drivers/radeonsi/si_dma.c | 85 +++ src/gallium/drivers/radeonsi/sid.h| 1 + 2 files changed, 68 insertions(+), 18 deletions(-) diff --git a/src/gallium