Re: [Intel-gfx] [PATCH] drm/i915/perf: ensure selftests select valid format

2019-10-29 Thread Chris Wilson
Quoting Lionel Landwerlin (2019-10-29 14:28:26) > Gen12 only support a single report format : > I915_OA_FORMAT_A32u40_A4u32_B8_C8 > > Signed-off-by: Lionel Landwerlin > Fixes: 00a7f0d7155c ("drm/i915/tgl: Add perf support on TGL") > --- > drivers/gpu/drm/i915/selftests/i915_perf.c | 3 ++- > 1 f

[Intel-gfx] [PATCH] drm/i915/perf: ensure selftests select valid format

2019-10-29 Thread Lionel Landwerlin
Gen12 only support a single report format : I915_OA_FORMAT_A32u40_A4u32_B8_C8 Signed-off-by: Lionel Landwerlin Fixes: 00a7f0d7155c ("drm/i915/tgl: Add perf support on TGL") --- drivers/gpu/drm/i915/selftests/i915_perf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/driver