aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_gpu_load.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: remove r600_common_screenMarek Olšák2017-11-291-56/+56
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-021-3/+0
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-4/+4
* radeonsi: remove Constant Engine supportMarek Olšák2017-08-221-4/+0
* gallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busyMarek Olšák2017-08-071-3/+3
* radeonsi/gfx9: don't read back non-existent register SRBM_STATUS2Marek Olšák2017-07-171-1/+1
* gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri2017-03-121-1/+1
* gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri2017-03-071-1/+2
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-1/+1
* gallium/radeon: don't monitor SDMA busyness on EG/Cayman/SIMarek Olšák2017-03-061-1/+1
* gallium/radeon: include SDMA in the GPU load queryMarek Olšák2017-02-141-1/+9
* gallium/radeon: add new HUD queries for monitoring the CPSamuel Pitoiset2017-01-301-0/+36
* gallium/radeon: add new GPU-sdma-busy HUD querySamuel Pitoiset2017-01-301-0/+13
* gallium/radeon: rename grbm to mmio in the gpu load pathSamuel Pitoiset2017-01-301-15/+15
* gallium/radeon: undef the very specific UPDATE_COUNTER macroSamuel Pitoiset2017-01-241-5/+9
* gallium/radeon: add HUD queries for monitoring some hw blocksSamuel Pitoiset2017-01-231-0/+48
* gallium/radeon: refactor the GRBM counters pathSamuel Pitoiset2017-01-231-26/+32
* gallium/radeon: add GPU-shaders-busy HUD queryMarek Olšák2017-01-161-0/+16
* gallium/radeon: make the GPU load / GRBM_STATUS monitoring extensibleMarek Olšák2017-01-161-25/+39
* r600g,radeonsi: add a driver query returning GPU loadMarek Olšák2015-04-281-0/+141