aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_perfcounter.c
Commit message (Expand)AuthorAgeFilesLines
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-7/+7
* gallium/radeon: clean up EOP_DATA_SEL magic numbersMarek Olšák2017-08-221-1/+2
* radeonsi/gfx9: set 'not a query' for r600_gfx_write_event_eop correctlyMarek Olšák2017-08-221-1/+1
* radeonsi/gfx9: add performance countersNicolai Hähnle2017-08-221-1/+28
* gallium/radeon: remove old_fence parameter from r600_gfx_write_event_eopMarek Olšák2017-08-181-1/+1
* radeonsi/gfx9: prevent a GPU hang after a timestamp eventMarek Olšák2017-08-181-1/+1
* Revert "radeonsi: constify a bunch of the perfcounter structs."Marek Olšák2017-05-061-43/+49
* Revert "radeonsi: fix build with GCC 4.8"Marek Olšák2017-05-061-1/+1
* radeonsi: fix build with GCC 4.8Samuel Pitoiset2017-05-051-1/+1
* radeonsi: constify a bunch of the perfcounter structs.Dave Airlie2017-05-041-49/+43
* radeonsi/gfx9: handle GFX9 in a few placesMarek Olšák2017-03-301-0/+1
* gallium/radeon: make r600_gfx_write_fence more genericMarek Olšák2016-10-261-1/+2
* radeonsi: remove unnecessary #includesMarek Olšák2016-10-041-1/+0
* gallium/radeon: emit relocations for query fencesNicolai Hähnle2016-09-301-1/+1
* gallium/radeon: add r600_gfx_{write,wait}_fenceNicolai Hähnle2016-09-291-38/+3
* radeonsi: really wait for the second EOP event and not the first oneMarek Olšák2016-07-191-1/+5
* radeonsi: expose performance counters as 64 bitNicolai Hähnle2016-05-091-5/+8
* radeonsi: don't flush CB/DB caches for performance countersMarek Olšák2016-04-181-3/+6
* radeonsi: add placeholder MC and SRBM performance counter groupsNicolai Hähnle2016-02-051-16/+54
* radeonsi: re-order the SQ_xx performance counter blocksNicolai Hähnle2016-02-051-0/+21
* radeonsi: re-order the perfcounter hardware blocksNicolai Hähnle2016-02-051-12/+18
* radeonsi: fix perfcounter selection for SI_PC_MULTI_BLOCK layoutsNicolai Hähnle2015-12-151-1/+1
* radeon: delay the generation of driver query names until first useNicolai Hähnle2015-11-261-8/+7
* radeonsi: implement AMD_performance_monitor for CIK+Nicolai Hähnle2015-11-251-0/+695