aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_cp_dma.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-1/+1
* radeonsi: don't use the CP DMA workaround on Fiji and newerMarek Olšák2015-12-111-16/+20
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-131-5/+5
* radeonsi: rename cache flushing flags once moreMarek Olšák2015-11-131-3/+3
* radeonsi: set the DISABLE_WR_CONFIRM flag on CI-VI as wellMarek Olšák2015-11-131-2/+2
* radeonsi: fix unaligned clear_buffer fallbackMarek Olšák2015-11-131-6/+8
* radeonsi: add workarounds for CP DMA to stay on the fast pathMarek Olšák2015-11-071-5/+88
* radeonsi: unify CP DMA preparation logicMarek Olšák2015-11-071-37/+34
* radeonsi: unify CP DMA code determining various flagsMarek Olšák2015-11-071-28/+23
* radeonsi: only enable write confirmation on the last CP DMA packetMarek Olšák2015-11-071-2/+4
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-3/+3
* radeonsi: don't send IB dword usage to si_need_cs_spaceMarek Olšák2015-09-011-3/+2
* gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_listMarek Olšák2015-09-011-3/+3
* radeonsi: call si_init_atom for remaining radeonsi atomsMarek Olšák2015-09-011-2/+2
* radeonsi: add IB parser support for CP DMA packetsMarek Olšák2015-08-261-8/+9
* radeonsi: move CP DMA functions to their own fileMarek Olšák2015-07-311-0/+265