Re: [Mesa-dev] [PATCH 4/5] i965: perf: add support for userspace configurations

2017-08-29 Thread Lionel Landwerlin
On 29/08/17 12:15, Chris Wilson wrote: Quoting Lionel Landwerlin (2017-08-29 11:58:57) This allows us to deploy new configurations without touching the kernel. Signed-off-by: Lionel Landwerlin --- src/mesa/drivers/dri/i965/brw_performance_query.c | 97 ++- 1 file changed

Re: [Mesa-dev] [PATCH 4/5] i965: perf: add support for userspace configurations

2017-08-29 Thread Chris Wilson
Quoting Lionel Landwerlin (2017-08-29 11:58:57) > This allows us to deploy new configurations without touching the > kernel. > > Signed-off-by: Lionel Landwerlin > --- > src/mesa/drivers/dri/i965/brw_performance_query.c | 97 > ++- > 1 file changed, 96 insertions(+), 1 delet

[Mesa-dev] [PATCH 4/5] i965: perf: add support for userspace configurations

2017-08-29 Thread Lionel Landwerlin
This allows us to deploy new configurations without touching the kernel. Signed-off-by: Lionel Landwerlin --- src/mesa/drivers/dri/i965/brw_performance_query.c | 97 ++- 1 file changed, 96 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_performance_qu