Re: [Intel-gfx] [PATCH i-g-t 5/5] tests/perf_pmu: Tests for i915 PMU API

2017-09-19 Thread Chris Wilson
Quoting Tvrtko Ursulin (2017-09-19 09:37:35) > > On 18/09/2017 14:17, Chris Wilson wrote: > > Quoting Tvrtko Ursulin (2017-09-18 12:38:40) > >> From: Tvrtko Ursulin > >> > >> A bunch of tests for the new i915 PMU feature. > >> > >> Parts of the code were initialy sketched by Dmitry Rogozhkin. > >

Re: [Intel-gfx] [PATCH i-g-t 5/5] tests/perf_pmu: Tests for i915 PMU API

2017-09-19 Thread Tvrtko Ursulin
On 18/09/2017 14:17, Chris Wilson wrote: Quoting Tvrtko Ursulin (2017-09-18 12:38:40) From: Tvrtko Ursulin A bunch of tests for the new i915 PMU feature. Parts of the code were initialy sketched by Dmitry Rogozhkin. Signed-off-by: Tvrtko Ursulin Cc: Chris Wilson Cc: Dmitry Rogozhkin ---

Re: [Intel-gfx] [PATCH i-g-t 5/5] tests/perf_pmu: Tests for i915 PMU API

2017-09-19 Thread Tvrtko Ursulin
On 18/09/2017 22:18, Rogozhkin, Dmitry V wrote: Did you try tests on the system with 2 VDBOX engines? On my side 2 tests are failing on SKL GT4e NUC: Nope. (perf_pmu:5414) CRITICAL: Test assertion failure function busy_check_all, file perf_pmu.c:164: (perf_pmu:5414) CRITICAL: Failed assertio

Re: [Intel-gfx] [PATCH i-g-t 5/5] tests/perf_pmu: Tests for i915 PMU API

2017-09-18 Thread Rogozhkin, Dmitry V
Did you try tests on the system with 2 VDBOX engines? On my side 2 tests are failing on SKL GT4e NUC: (perf_pmu:5414) CRITICAL: Test assertion failure function busy_check_all, file perf_pmu.c:164: (perf_pmu:5414) CRITICAL: Failed assertion: (double)(val[i]) <= (1.0 + tolerance) * (double)0.0f && (

Re: [Intel-gfx] [PATCH i-g-t 5/5] tests/perf_pmu: Tests for i915 PMU API

2017-09-18 Thread Chris Wilson
Quoting Tvrtko Ursulin (2017-09-18 12:38:40) > From: Tvrtko Ursulin > > A bunch of tests for the new i915 PMU feature. > > Parts of the code were initialy sketched by Dmitry Rogozhkin. > > Signed-off-by: Tvrtko Ursulin > Cc: Chris Wilson > Cc: Dmitry Rogozhkin > --- > lib/igt_gt.c

[Intel-gfx] [PATCH i-g-t 5/5] tests/perf_pmu: Tests for i915 PMU API

2017-09-18 Thread Tvrtko Ursulin
From: Tvrtko Ursulin A bunch of tests for the new i915 PMU feature. Parts of the code were initialy sketched by Dmitry Rogozhkin. Signed-off-by: Tvrtko Ursulin Cc: Chris Wilson Cc: Dmitry Rogozhkin --- lib/igt_gt.c | 23 +- lib/igt_gt.h | 8 + tests/Makefile.sources |