Re: [Intel-gfx] [PATCH i-g-t 1/2] i915/gem_eio: Check average reset times

2019-02-15 Thread Mika Kuoppala
Chris Wilson writes: > Quoting Mika Kuoppala (2019-02-15 14:40:30) >> Chris Wilson writes: >> >> > As we have moved to rcu/srcu to serialise the resets, individual resets >> > are subject to small variations in system grace periods. Allow for this >> > by only expecting the median reset time to

Re: [Intel-gfx] [PATCH i-g-t 1/2] i915/gem_eio: Check average reset times

2019-02-15 Thread Chris Wilson
Quoting Mika Kuoppala (2019-02-15 14:40:30) > Chris Wilson writes: > > > As we have moved to rcu/srcu to serialise the resets, individual resets > > are subject to small variations in system grace periods. Allow for this > > by only expecting the median reset time to be within our target, thereby

Re: [Intel-gfx] [PATCH i-g-t 1/2] i915/gem_eio: Check average reset times

2019-02-15 Thread Mika Kuoppala
Chris Wilson writes: > As we have moved to rcu/srcu to serialise the resets, individual resets > are subject to small variations in system grace periods. Allow for this > by only expecting the median reset time to be within our target, thereby > excluding noisy outliers from perturbing our result

[Intel-gfx] [PATCH i-g-t 1/2] i915/gem_eio: Check average reset times

2019-02-12 Thread Chris Wilson
As we have moved to rcu/srcu to serialise the resets, individual resets are subject to small variations in system grace periods. Allow for this by only expecting the median reset time to be within our target, thereby excluding noisy outliers from perturbing our results (but keep the maximum capped