[Intel-gfx] [PATCH igt] igt/core_suspend: Exercise igt_system_suspend_autoresume()

2017-12-08 Thread Chris Wilson
We have various basic suspend and debug modes, so iterate over them to check they each work without test interference. This should help work out the cause of any suspend bugs by isolating those that are independent of the drivers. v2: Smelling fixes. Signed-off-by: Chris Wilson

Re: [Intel-gfx] [PATCH igt] igt/core_suspend: Exercise igt_system_suspend_autoresume()

2017-10-16 Thread Petri Latvala
On Sun, Oct 15, 2017 at 03:01:28PM +0100, Chris Wilson wrote: > We have various basic suspend and debug modes, so iterate over them to > check they each work without test interference. This help work out the > cause of any suspend bugs. > > Signed-off-by: Chris Wilson >

Re: [Intel-gfx] [PATCH igt] igt/core_suspend: Exercise igt_system_suspend_autoresume()

2017-10-16 Thread Chris Wilson
Quoting Michał Winiarski (2017-10-16 08:47:08) > On Sun, Oct 15, 2017 at 02:01:28PM +, Chris Wilson wrote: > > We have various basic suspend and debug modes, so iterate over them to > > check they each work without test interference. This help work out the > > cause of any suspend bugs. > > >

Re: [Intel-gfx] [PATCH igt] igt/core_suspend: Exercise igt_system_suspend_autoresume()

2017-10-16 Thread Michał Winiarski
On Sun, Oct 15, 2017 at 02:01:28PM +, Chris Wilson wrote: > We have various basic suspend and debug modes, so iterate over them to > check they each work without test interference. This help work out the > cause of any suspend bugs. > > Signed-off-by: Chris Wilson >

[Intel-gfx] [PATCH igt] igt/core_suspend: Exercise igt_system_suspend_autoresume()

2017-10-15 Thread Chris Wilson
We have various basic suspend and debug modes, so iterate over them to check they each work without test interference. This help work out the cause of any suspend bugs. Signed-off-by: Chris Wilson --- tests/Makefile.sources | 1 + tests/core_suspend.c | 60