summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_dma.c
Commit message (Expand)AuthorAgeFilesLines
* 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