Re: [Mesa-dev] [PATCH v2 0/5] i965: add support for loadable OA configs

2017-10-12 Thread Lionel Landwerlin

On 10/10/17 05:28, Kenneth Graunke wrote:

On Tuesday, August 29, 2017 6:05:00 AM PDT Lionel Landwerlin wrote:

Hi again,

Improvement on detection of loadable configs as suggested by Chris.
Change is in patch 4.

Patches 1-3 are:
Reviewed-by: Kenneth Graunke 

I'm still not sure about this whole loadable configs thing...


What's bothering you about it?
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH v2 0/5] i965: add support for loadable OA configs

2017-10-09 Thread Kenneth Graunke
On Tuesday, August 29, 2017 6:05:00 AM PDT Lionel Landwerlin wrote:
> Hi again,
> 
> Improvement on detection of loadable configs as suggested by Chris.
> Change is in patch 4.

Patches 1-3 are:
Reviewed-by: Kenneth Graunke 

I'm still not sure about this whole loadable configs thing...


signature.asc
Description: This is a digitally signed message part.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH v2 0/5] i965: add support for loadable OA configs

2017-08-29 Thread Lionel Landwerlin
Hi again,

Improvement on detection of loadable configs as suggested by Chris.
Change is in patch 4.

Cheers,

Lionel Landwerlin (5):
  i965: perf: make revision variable available
  i965: perf: factorize code for availability
  i965: perf: list registers to program for queries
  i965: perf: add support for userspace configurations
  i965: add a debug option to disable oa config loading

 src/intel/common/gen_debug.c  |   1 +
 src/intel/common/gen_debug.h  |   2 +-
 src/mesa/drivers/dri/i965/brw_context.h   |  16 
 src/mesa/drivers/dri/i965/brw_oa.py   |  80 ++---
 src/mesa/drivers/dri/i965/brw_performance_query.c | 103 +-
 src/mesa/drivers/dri/i965/intel_screen.c  |   9 +-
 src/mesa/drivers/dri/i965/intel_screen.h  |   3 +
 7 files changed, 190 insertions(+), 24 deletions(-)

--
2.14.1
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev