Re: [Intel-gfx] [PATCH i-g-t v4 2/3] chamelium: Remove init reset duplicate in favor of per-test reset

2017-07-06 Thread Lyude Paul
RB'd and pushed On Tue, 2017-07-04 at 16:33 +0300, Paul Kocialkowski wrote: > Since most tests are already doing a reset, there is no need to > duplicate it at init time. This removes that duplicate reset and adds > a call to reset_state where in-test resets where not done previously. > > Signed-

[Intel-gfx] [PATCH i-g-t v4 2/3] chamelium: Remove init reset duplicate in favor of per-test reset

2017-07-04 Thread Paul Kocialkowski
Since most tests are already doing a reset, there is no need to duplicate it at init time. This removes that duplicate reset and adds a call to reset_state where in-test resets where not done previously. Signed-off-by: Paul Kocialkowski --- lib/igt_chamelium.c | 2 -- tests/chamelium.c | 6 +++