Re: [Intel-gfx] [PATCH i-g-t] tests/kms_vblank: Test if we have functional rpm before testing

2018-08-31 Thread Imre Deak
On Fri, Aug 31, 2018 at 02:08:13PM +0100, Chris Wilson wrote: > We want to test that provoking a vblank interrupt works correctly after > waking up from runtime-pm. First though, we must wait for the device to > enter runtime-suspend. If the device cannot, e.g. we haven't enabled the > DMC

[Intel-gfx] [PATCH i-g-t] tests/kms_vblank: Test if we have functional rpm before testing

2018-08-31 Thread Chris Wilson
We want to test that provoking a vblank interrupt works correctly after waking up from runtime-pm. First though, we must wait for the device to enter runtime-suspend. If the device cannot, e.g. we haven't enabled the DMC firmware, the test should skip because our external requirements are not met.