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

Janusz Krzysztofik janusz.krzysztofik at linux.intel.com
Thu Aug 27 06:48:14 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 47aa1e6cd..368aa2484 100644
--- a/tests/core_hotunplug.c
+++ b/tests/core_hotunplug.c
@@ -481,6 +481,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