aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_dma.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: Disable asynchronous DMA except for PIPE_BUFFERMichel Dänzer2014-11-171-0/+15
* radeonsi: Pass the slice size to si_dma_copy_bufferMichel Dänzer2014-09-301-4/+4
* radeonsi: Catch more cases that can't be handled by si_dma_copy_buffer/tileMichel Dänzer2014-09-301-3/+11
* radeonsi: Fix si_dma_copy(_tile) for compressed formatsMichel Dänzer2014-09-301-2/+2
* radeonsi: Fix tiling mode index for stencil resourcesMichel Dänzer2014-09-301-2/+3
* r600g,radeonsi: add debug option which forces DMA for copy_region and blitMarek Olšák2014-09-121-2/+2
* radeonsi: Simplify si_dma_copy_tile functionMichel Dänzer2014-09-111-62/+41
* gallium/radeon: cleanup header inclusionEmil Velikov2014-08-281-1/+1
* radeonsi: simplify si_num_banks functionMarek Olšák2014-08-191-4/+2
* radeonsi: use gpu_address from r600_resourceMarek Olšák2014-08-091-6/+6
* radeonsi: fix order of r600_need_dma_space and r600_context_bo_relocChristian König2014-07-091-1/+2
* radeonsi: Fix calculation of number of banks for SIMichel Dänzer2014-04-221-2/+4
* radeonsi: fix num banks selection on SI for dma setup (v2)Alex Deucher2014-04-181-16/+2
* radeonsi: Implement DMA blitNiels Ole Salscheider2014-03-201-0/+349