<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:imre.deak@gmail.com" title="Imre Deak <imre.deak@gmail.com>"> <span class="fn">Imre Deak</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO --- - [BDW bisected]igt/pm_pc8 subcases cause system hang"
href="https://bugs.freedesktop.org/show_bug.cgi?id=77565">bug 77565</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>ASSIGNED
</td>
<td>NEEDINFO
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO --- - [BDW bisected]igt/pm_pc8 subcases cause system hang"
href="https://bugs.freedesktop.org/show_bug.cgi?id=77565#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO --- - [BDW bisected]igt/pm_pc8 subcases cause system hang"
href="https://bugs.freedesktop.org/show_bug.cgi?id=77565">bug 77565</a>
from <span class="vcard"><a class="email" href="mailto:imre.deak@gmail.com" title="Imre Deak <imre.deak@gmail.com>"> <span class="fn">Imre Deak</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=77565#c6">comment #6</a>)
<span class="quote">> >
> > Please try the following branch:
> > <a href="https://github.com/ideak/linux/commits/bdw-rc6-rpm-fix">https://github.com/ideak/linux/commits/bdw-rc6-rpm-fix</a>
>
> Apply this patch fail, test the patch as below:</span >
Please test the whole branch. You can get it with:
$ git clone -b bdw-rc6-rpm-fix git://github.com/ideak/linux
Also, please apply the following igt patch too, it should just make the pm_pc8
skip if runtime PM is disabled:
diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c
index 010af44..9a95326 100644
--- a/tests/pm_pc8.c
+++ b/tests/pm_pc8.c
@@ -769,7 +769,7 @@ static void setup_environment(void)
printf("Runtime PM support: %d\n", has_runtime_pm);
printf("PC8 residency support: %d\n", has_pc8);
- igt_require(has_runtime_pm || has_pc8);
+ igt_require(has_runtime_pm);
}
static void teardown_environment(void)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>