summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeonsi/si_perfcounter.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-06Revert "radeonsi: constify a bunch of the perfcounter structs."Marek Olšák1-43/+49
2017-05-06Revert "radeonsi: fix build with GCC 4.8"Marek Olšák1-1/+1
2017-05-05radeonsi: fix build with GCC 4.8Samuel Pitoiset1-1/+1
2017-05-04radeonsi: constify a bunch of the perfcounter structs.Dave Airlie1-49/+43
2017-03-30radeonsi/gfx9: handle GFX9 in a few placesMarek Olšák1-0/+1
2016-10-26gallium/radeon: make r600_gfx_write_fence more genericMarek Olšák1-1/+2
2016-10-04radeonsi: remove unnecessary #includesMarek Olšák1-1/+0
2016-09-30gallium/radeon: emit relocations for query fencesNicolai Hähnle1-1/+1
2016-09-29gallium/radeon: add r600_gfx_{write,wait}_fenceNicolai Hähnle1-38/+3
2016-07-19radeonsi: really wait for the second EOP event and not the first oneMarek Olšák1-1/+5
2016-05-09radeonsi: expose performance counters as 64 bitNicolai Hähnle1-5/+8
2016-04-18radeonsi: don't flush CB/DB caches for performance countersMarek Olšák1-3/+6
2016-02-05radeonsi: add placeholder MC and SRBM performance counter groupsNicolai Hähnle1-16/+54
2016-02-05radeonsi: re-order the SQ_xx performance counter blocksNicolai Hähnle1-0/+21
2016-02-05radeonsi: re-order the perfcounter hardware blocksNicolai Hähnle1-12/+18
2015-12-15radeonsi: fix perfcounter selection for SI_PC_MULTI_BLOCK layoutsNicolai Hähnle1-1/+1
2015-11-26radeon: delay the generation of driver query names until first useNicolai Hähnle1-8/+7
2015-11-25radeonsi: implement AMD_performance_monitor for CIK+Nicolai Hähnle1-0/+695