Summary: | [CI][BAT] igt@kms_chamelium@common-hpd-after-suspend - fail - previous timer already enabled | ||
---|---|---|---|
Product: | DRI | Reporter: | Martin Peres <martin.peres> |
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Status: | RESOLVED MOVED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | minor | ||
Priority: | low | CC: | intel-gfx-bugs |
Version: | XOrg git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | ReadyForDev | ||
i915 platform: | SKL | i915 features: | display/Other |
Description
Martin Peres
2019-07-22 12:56:09 UTC
The CI Bug Log issue associated to this bug has been updated. ### New filters associated * SKL: igt@kms_chamelium@common-hpd-after-suspend - fail - previous timer already enabled - https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5106/fi-skl-6700k2/igt@kms_chamelium@common-hpd-after-suspend.html - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4645/fi-skl-6700k2/igt@kms_chamelium@common-hpd-after-suspend.html Priority/severity is set to default. This issue occurred only once on IGT_5106 (1 month, 2 weeks old). Seems like ther is another active thread that is waiting to toggle the port: def ScheduleHpdToggle(self, port_id, delay_ms, rising_edge): """Schedules one HPD Toggle, with a delay between the toggle. Args: port_id: The ID of the video input port. delay_ms: Delay in milli-second before the toggle takes place. rising_edge: Whether the toggle should be a rising edge or a falling edge. """ if self._timer and self._timer.isAlive(): raise InputFlowError('previous timer already enabled') self._timer = threading.Timer(delay_ms / 1000.0, self._RunHpdToggle, [port_id, rising_edge]) self._timer.start() if rising_edge: self.Unplug() else: self.Plug() It may be a leftover from a previous test but we do not have logs / testlist for any of the registered failures to do a popper assessment. Anyway this is a test's/chamelium issue, so user impact is none. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/intel/issues/346. |
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.