[Intel-gfx] [PATCH i-g-t] igt/pm_rpm: Test incomplete(debug) suspends vs rpm

2018-08-07 Thread Chris Wilson
Check that we restore runtime pm around debug suspends and hibernates. v2: Differentiate between external test setup failure and one of interest Signed-off-by: Chris Wilson --- tests/pm_rpm.c | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/tests/pm_rpm.c

[Intel-gfx] [PATCH i-g-t] igt/pm_rpm: Test incomplete(debug) suspends vs rpm

2018-08-07 Thread Chris Wilson
Check that we restore runtime pm around debug suspends and hibernates. Signed-off-by: Chris Wilson --- tests/pm_rpm.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c index 4268bb19a..9bf718d63 100644 --- a/tests/pm_rpm.c +++ b/te