Re: [Mesa-dev] [PATCH 1/2] gallium/radeon: refactor the GRBM counters path

2017-01-24 Thread Samuel Pitoiset
On 01/24/2017 10:16 AM, Nicolai Hähnle wrote: On 20.01.2017 20:19, Samuel Pitoiset wrote: This will allow to expose more queries in order to know which blocks are busy/idle. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/radeon/r600_gpu_load.c| 55 ++- sr

Re: [Mesa-dev] [PATCH 1/2] gallium/radeon: refactor the GRBM counters path

2017-01-24 Thread Nicolai Hähnle
On 20.01.2017 20:19, Samuel Pitoiset wrote: This will allow to expose more queries in order to know which blocks are busy/idle. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/radeon/r600_gpu_load.c| 55 ++- src/gallium/drivers/radeon/r600_pipe_common.h | 18

Re: [Mesa-dev] [PATCH 1/2] gallium/radeon: refactor the GRBM counters path

2017-01-23 Thread Marek Olšák
On Fri, Jan 20, 2017 at 8:19 PM, Samuel Pitoiset wrote: > This will allow to expose more queries in order to know which > blocks are busy/idle. > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/radeon/r600_gpu_load.c| 55 > ++- > src/gallium/drivers/rade

[Mesa-dev] [PATCH 1/2] gallium/radeon: refactor the GRBM counters path

2017-01-20 Thread Samuel Pitoiset
This will allow to expose more queries in order to know which blocks are busy/idle. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/radeon/r600_gpu_load.c| 55 ++- src/gallium/drivers/radeon/r600_pipe_common.h | 18 + src/gallium/drivers/radeon/r600_que