summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_dma.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: remove unnecessary #includesMarek Olšák2016-10-041-1/+0
* gallium/radeon: use radeon_emitNicolai Hähnle2016-05-171-16/+16
* radeonsi: consolidate radeon_add_to_buffer_list calls for DMAMarek Olšák2016-05-101-10/+0
* gallium/radeon: flush if DMA IB memory usage is too highMarek Olšák2016-05-101-2/+2
* gallium/radeon: fix (S)DMA read-after-write hazardsMarek Olšák2016-05-101-0/+2
* radeonsi: only expose *_init_*dma_functions from (S)DMA filesMarek Olšák2016-05-101-7/+12
* gallium/radeon: use a common function for DMA blit preparationMarek Olšák2016-05-101-10/+3
* radeonsi: just read tile mode arrays in SI DMA setupMarek Olšák2016-05-021-33/+21
* gallium/radeon: drop support for LINEAR_GENERAL layoutMarek Olšák2016-04-281-7/+1
* radeonsi: allocate DCC in the same backing buffer as the textureMarek Olšák2016-03-091-1/+1
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-131-7/+7
* radeonsi: properly check if DCC is enabled and allocatedMarek Olšák2015-10-271-1/+1
* radeonsi: Disable operations that do not work with DCC.Bas Nieuwenhuizen2015-10-241-1/+2
* gallium/radeon: add separate stencil level dirty flagsMarek Olšák2015-10-031-2/+2
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-4/+4
* gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_listMarek Olšák2015-09-011-4/+4
* radeonsi: remove no-op 32-bit maskingMarek Olšák2015-08-291-2/+2
* radeonsi: Add CIK SDMA supportMichel Dänzer2015-06-081-20/+0
* 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