All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/pm_backlight.c: Fix brightness failure with system suspend
@ 2018-11-08 11:20 Jyoti Yadav
  2018-11-08 11:59 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/pm_backlight.c: Fix brightness failure with system suspend (rev2) Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jyoti Yadav @ 2018-11-08 11:20 UTC (permalink / raw)
  To: igt-dev; +Cc: Jyoti Yadav, Jani Nikula

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.

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

diff --git a/tests/pm_backlight.c b/tests/pm_backlight.c
index 32808cd..159366c 100644
--- a/tests/pm_backlight.c
+++ b/tests/pm_backlight.c
@@ -177,12 +177,8 @@ test_fade_with_suspend(struct context *context, igt_output_t *output)
 {
 	igt_require(igt_setup_runtime_pm());
 
-	kmstest_set_connector_dpms(output->display->drm_fd,
-				   output->config.connector,
-				   DRM_MODE_DPMS_OFF);
-	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

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-13 11:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-08 11:20 [igt-dev] [PATCH i-g-t] tests/pm_backlight.c: Fix brightness failure with system suspend Jyoti Yadav
2018-11-08 11:59 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/pm_backlight.c: Fix brightness failure with system suspend (rev2) Patchwork
2018-11-08 13:01 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2018-11-08 20:19 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-11-13 11:57 ` [igt-dev] [PATCH i-g-t] tests/pm_backlight.c: Fix brightness failure with system suspend Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.