https://bugs.freedesktop.org/show_bug.cgi?id=112086
Lakshmi lakshminarayana.vudum@intel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|intel-gfx-bugs@lists.freede |dri-devel@lists.freedesktop |sktop.org |.org Component|DRM/Intel |IGT QA Contact|intel-gfx-bugs@lists.freede | |sktop.org |
--- Comment #7 from Lakshmi lakshminarayana.vudum@intel.com --- (In reply to Don Hiatt from comment #6)
setup_environment() (tests/i915/i915_pm_rpm.c) requires that the DUT suspends, otherwise tests are skipped (as gem-mmap-cpu in the latest run).
I recently added some logging to IGT (see below) and it is showing that the DUT's pm_status is active but we are expecting it to be suspended. The test only allows 10 seconds to suspend before giving up. This appears to be just a race in the IGT where occasionally DUTs take longer that 10 seconds, hence the reason we only see this occasionally.
Since this is an IGT issue, I think the severity is medium. We should probably add some additional retries to close this race condition.
(i915_pm_rpm:910) igt_pm-WARNING: timeout: pm_status expected:suspended, got:active Subtest gem-mmap-cpu: SKIP
Changing the component to IGT.
dri-devel@lists.freedesktop.org