[PATCH i-g-t] [intel-gfx][igt-dev] tests/pm_backlight.c : This patch tries to fix the faliure occuring during subtest "fade_with_suspend". Failure is occuring because, brightness value is being checked before driver initializes fully after resume.

Jyoti Yadav jyoti.r.yadav at intel.com
Mon Oct 1 07:33:00 UTC 2018


Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107847
Signed-off-by: Jyoti Yadav <jyoti.r.yadav at intel.com>
---
 tests/pm_backlight.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/pm_backlight.c b/tests/pm_backlight.c
index 32808cd..ec047b3 100644
--- a/tests/pm_backlight.c
+++ b/tests/pm_backlight.c
@@ -183,6 +183,7 @@ test_fade_with_suspend(struct context *context, igt_output_t *output)
 	igt_require(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
 
 	igt_system_suspend_autoresume(SUSPEND_STATE_MEM, SUSPEND_TEST_NONE);
+	igt_require(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_ACTIVE));
 
 	test_fade(context);
 }
-- 
1.9.1



More information about the Intel-gfx-trybot mailing list