Re: [Intel-gfx] [PATCH v2 5/9] drm/i915/perf: enable perf support on CNL

2017-11-10 Thread Matthew Auld
On 2 November 2017 at 16:29, Lionel Landwerlin wrote: > This adds new registers to the whitelist to configs emitted from userspace. > > Signed-off-by: Lionel Landwerlin > --- > drivers/gpu/drm/i915/Makefile | 3 +- > drivers/gpu/drm/i915/i915_oa_cnl.c | 121 >

[Intel-gfx] [PATCH v2 5/9] drm/i915/perf: enable perf support on CNL

2017-11-02 Thread Lionel Landwerlin
This adds new registers to the whitelist to configs emitted from userspace. Signed-off-by: Lionel Landwerlin --- drivers/gpu/drm/i915/Makefile | 3 +- drivers/gpu/drm/i915/i915_oa_cnl.c | 121 + drivers/gpu/drm/i915/i915_oa_cnl.h | 34 +++ driv