[Bug 75146] [SNB]igt/pm_rps/min-max-config-loaded fails
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Mar 3 06:37:06 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=75146
--- Comment #1 from Daniel Vetter <daniel at ffwll.ch> ---
Does the below igt patch help? Please attach the new output if it still fails
...
diff --git a/tests/pm_rps.c b/tests/pm_rps.c
index a652cf580dc7..fd72ecad735d 100644
--- a/tests/pm_rps.c
+++ b/tests/pm_rps.c
@@ -439,7 +439,7 @@ static void idle_check(void)
}
#define LOADED_WAIT_TIMESTEP_MSEC 100
-#define LOADED_WAIT_TIMEOUT_MSEC 3000
+#define LOADED_WAIT_TIMEOUT_MSEC 10000
static void loaded_check(void)
{
int freqs[NUMFREQ];
@@ -457,7 +457,7 @@ static void loaded_check(void)
wait += LOADED_WAIT_TIMESTEP_MSEC;
} while (wait < LOADED_WAIT_TIMEOUT_MSEC);
- igt_assert(freqs[CUR] == freqs[MAX]);
+ igt_assert_f(freqs[CUR] == freqs[MAX], "cur: %i, max: %i\n",
freqs[CUR], freqs[MAX]);
igt_debug("Required %d msec to reach cur=max\n", wait);
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140303/a850086f/attachment.html>
More information about the intel-gfx-bugs
mailing list