Re: [Mesa-dev] [PATCH 1/3] gallium/radeon: rename grbm to mmio in the gpu load path

2017-01-30 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, Jan 26, 2017 at 8:54 PM, Samuel Pitoiset wrote: > We also want to monitor other MMIO counters like SRBM_STATUS2 in > order to know if SDMA is busy. > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/radeon/r600_gpu_load.c| 30 +++-

[Mesa-dev] [PATCH 1/3] gallium/radeon: rename grbm to mmio in the gpu load path

2017-01-26 Thread Samuel Pitoiset
We also want to monitor other MMIO counters like SRBM_STATUS2 in order to know if SDMA is busy. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/radeon/r600_gpu_load.c| 30 +++ src/gallium/drivers/radeon/r600_pipe_common.h | 35 ++- 2 files c