Re: [Intel-gfx] [PATCH igt] igt/pm_rpm: Wait for PCI D3

2016-03-07 Thread Chris Wilson
On Mon, Mar 07, 2016 at 04:41:55PM +0100, Patrik Jakobsson wrote: > On Mon, Mar 07, 2016 at 02:19:10PM +, Chris Wilson wrote: > > The transition to PCI device state D3 is not instantaneous and only > > started when runtime suspended. Allow the driver/hardware a little bit > > of time to complet

Re: [Intel-gfx] [PATCH igt] igt/pm_rpm: Wait for PCI D3

2016-03-07 Thread Patrik Jakobsson
On Mon, Mar 07, 2016 at 02:19:10PM +, Chris Wilson wrote: > The transition to PCI device state D3 is not instantaneous and only > started when runtime suspended. Allow the driver/hardware a little bit > of time to complete the transition before declaring a test failure. > > References: https:/

[Intel-gfx] [PATCH igt] igt/pm_rpm: Wait for PCI D3

2016-03-07 Thread Chris Wilson
The transition to PCI device state D3 is not instantaneous and only started when runtime suspended. Allow the driver/hardware a little bit of time to complete the transition before declaring a test failure. References: https://bugs.freedesktop.org/show_bug.cgi?id=93123 Signed-off-by: Chris Wilson