<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:arkadiusz.hiler@intel.com" title="Arek Hiler <arkadiusz.hiler@intel.com>"> <span class="fn">Arek Hiler</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI][BAT] igt@kms_chamelium@common-hpd-after-suspend - fail - previous timer already enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111191">bug 111191</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;">Priority</td>
           <td>not set
           </td>
           <td>low
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Severity</td>
           <td>not set
           </td>
           <td>minor
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI][BAT] igt@kms_chamelium@common-hpd-after-suspend - fail - previous timer already enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111191#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI][BAT] igt@kms_chamelium@common-hpd-after-suspend - fail - previous timer already enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111191">bug 111191</a>
              from <span class="vcard"><a class="email" href="mailto:arkadiusz.hiler@intel.com" title="Arek Hiler <arkadiusz.hiler@intel.com>"> <span class="fn">Arek Hiler</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>