| Summary: | [BYT]igt/drv_missed_irq_hang fails | ||
|---|---|---|---|
| Product: | DRI | Reporter: | lu hua <huax.lu> |
| Component: | DRM/Intel | Assignee: | Chris Wilson <chris> |
| Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
| Severity: | normal | ||
| Priority: | medium | CC: | intel-gfx-bugs |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
lu hua
2015-01-05 06:24:38 UTC
Dunno what this test is doing, but it doesn't hang: [root@jbarnes-byt tests]$ ./drv_missed_irq_hang Interrupts masked gem_exec_blt: igt_core.c:443: common_exit_handler: Assertion `sig != 0 || igt_exit_called' failed. ./drv_missed_irq_hang: line 13: 30877 Aborted $SOURCE_DIR/gem_exec_blt 16384 gem_exec_blt: igt_core.c:443: common_exit_handler: Assertion `sig != 0 || igt_exit_called' failed. ./drv_missed_irq_hang: line 13: 30880 Aborted $SOURCE_DIR/gem_exec_blt 65536 gem_exec_blt: igt_core.c:443: common_exit_handler: Assertion `sig != 0 || igt_exit_called' failed. ./drv_missed_irq_hang: line 13: 30882 Aborted $SOURCE_DIR/gem_exec_blt 262144 gem_exec_blt: igt_core.c:443: common_exit_handler: Assertion `sig != 0 || igt_exit_called' failed. ./drv_missed_irq_hang: line 13: 30887 Aborted $SOURCE_DIR/gem_exec_blt 16384 gem_exec_blt: igt_core.c:443: common_exit_handler: Assertion `sig != 0 || igt_exit_called' failed. ./drv_missed_irq_hang: line 13: 30889 Aborted $SOURCE_DIR/gem_exec_blt 65536 gem_exec_blt: igt_core.c:443: common_exit_handler: Assertion `sig != 0 || igt_exit_called' failed. ./drv_missed_irq_hang: line 13: 30891 Aborted $SOURCE_DIR/gem_exec_blt 262144 Interrupts unmasked gem_exec_blt: igt_core.c:443: common_exit_handler: Assertion `sig != 0 || igt_exit_called' failed. ./drv_missed_irq_hang: line 13: 30896 Aborted $SOURCE_DIR/gem_exec_blt 16384 gem_exec_blt: igt_core.c:443: common_exit_handler: Assertion `sig != 0 || igt_exit_called' failed. ./drv_missed_irq_hang: line 13: 30898 Aborted $SOURCE_DIR/gem_exec_blt 65536 gem_exec_blt: igt_core.c:443: common_exit_handler: Assertion `sig != 0 || igt_exit_called' failed. ./drv_missed_irq_hang: line 13: 30901 Aborted $SOURCE_DIR/gem_exec_blt 262144 Cleared missed interrupts Looks like gem_exec_blt needs fixes to be run under drv_missed_interrupt these days. commit e8457edba6c41c4d44758e28adabf864be764c00 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Apr 2 20:14:07 2015 +0100 igt/gem_exec_blt: Prevent assertion failure when running as a test load gem_exec_blt is used by other scripts to provide a background load, for example by drv_missed_irq. This mode doesn't act like a normal test and igt complains bitterly about it. Let's just ignore igt here. References: https://bugs.freedesktop.org/show_bug.cgi?id=88041 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Verfied it on the latest nightly kernel(333cf6) and igt(e8457e). Closing old verified. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.