Re: [Intel-gfx] [i-g-t] igt/gem_reset_stats: Fix pending batches status expectation

2017-06-20 Thread Arkadiusz Hiler
On Tue, Jun 20, 2017 at 08:01:37AM -0700, Antonio Argenziano wrote: > > > On 20/06/17 04:45, Arkadiusz Hiler wrote: > > On Fri, Jun 09, 2017 at 10:54:13AM -0700, Michel Thierry wrote: > > > On 6/9/2017 10:02 AM, Antonio Argenziano wrote: > > > > Test expects pending batches to be discarded after

Re: [Intel-gfx] [i-g-t] igt/gem_reset_stats: Fix pending batches status expectation

2017-06-20 Thread Antonio Argenziano
On 20/06/17 04:45, Arkadiusz Hiler wrote: On Fri, Jun 09, 2017 at 10:54:13AM -0700, Michel Thierry wrote: On 6/9/2017 10:02 AM, Antonio Argenziano wrote: Test expects pending batches to be discarded after a reset. That is no longer the case. Fixed to expect a normal execution. You could exp

Re: [Intel-gfx] [i-g-t] igt/gem_reset_stats: Fix pending batches status expectation

2017-06-20 Thread Arkadiusz Hiler
On Fri, Jun 09, 2017 at 10:54:13AM -0700, Michel Thierry wrote: > On 6/9/2017 10:02 AM, Antonio Argenziano wrote: > > Test expects pending batches to be discarded after a reset. That is no > > longer the case. Fixed to expect a normal execution. > > You could expand this to say: > after commit 821

Re: [Intel-gfx] [i-g-t] igt/gem_reset_stats: Fix pending batches status expectation

2017-06-09 Thread Michel Thierry
On 6/9/2017 10:02 AM, Antonio Argenziano wrote: Test expects pending batches to be discarded after a reset. That is no longer the case. Fixed to expect a normal execution. You could expand this to say: after commit 821ed7df6e2a ("drm/i915: Update reset path to fix incomplete requests"), that i

[Intel-gfx] [i-g-t] igt/gem_reset_stats: Fix pending batches status expectation

2017-06-09 Thread Antonio Argenziano
Test expects pending batches to be discarded after a reset. That is no longer the case. Fixed to expect a normal execution. Cc: Michel Thierry Signed-off-by: Antonio Argenziano --- tests/gem_reset_stats.c | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-) diff --g