[PATCH i-g-t v5 21/22] tests/core_hotunplug: HSW audio issue workaround

Janusz Krzysztofik janusz.krzysztofik at linux.intel.com
Tue Aug 25 10:58:15 UTC 2020


An attempt to softly work around the HSW audio power management issue.

Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik at linux.intel.com>
---
 tests/core_hotunplug.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/core_hotunplug.c b/tests/core_hotunplug.c
index ae7fe18ad..828d259ae 100644
--- a/tests/core_hotunplug.c
+++ b/tests/core_hotunplug.c
@@ -478,6 +478,8 @@ igt_main
 		igt_assert_eq(close_device(fd_drm), -1);
 
 		prepare(&priv);
+
+		igt_pm_enable_audio_runtime_pm();
 	}
 
 	igt_subtest_group {
-- 
2.21.1



More information about the Intel-gfx-trybot mailing list