summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_cp_dma.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: clean up CP DMA emit codeMarek Olšák2016-09-131-84/+60
* radeonsi: remove the cache_flush atomMarek Olšák2016-09-091-1/+1
* radeonsi: check IB memory usage of CP DMA operationsMarek Olšák2016-08-061-0/+5
* radeonsi: fix CP DMA hazard with index buffer fetchesMarek Olšák2016-05-311-2/+20
* radeonsi: rework clear_buffer flagsMarek Olšák2016-04-281-16/+22
* radeonsi: remove needless cache flushes at the end of CP DMA operationsMarek Olšák2016-04-281-8/+0
* radeonsi: do not do two full flushes on every compute dispatchBas Nieuwenhuizen2016-04-191-2/+4
* radeonsi: allow clearing buffers >= 4 GBMarek Olšák2016-04-121-3/+3
* 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