<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI] igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic - fail - Test assertion failure function two_screens_flip_vs_cursor - Failed assertion: vblank_matches"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105454#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI] igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic - fail - Test assertion failure function two_screens_flip_vs_cursor - Failed assertion: vblank_matches"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105454">bug 105454</a>
              from <span class="vcard"><a class="email" href="mailto:nischala.yelchuri@intel.com" title="Nischala Yelchuri <nischala.yelchuri@intel.com>"> <span class="fn">Nischala Yelchuri</span></a>
</span></b>
        <pre>This change fixes the failure:

--- a/tests/kms_cursor_legacy.c
+++ b/tests/kms_cursor_legacy.c
@@ -976,7 +976,7 @@ static void two_screens_flip_vs_cursor(igt_display_t
*display, int nloops, bool
                if (!modeset)
                        igt_assert_eq(vbl.sequence, vblank_start + 1);

-               if (vblank_start && vbl.sequence == vblank_start + 1)
+               if (vblank_start && vbl.sequence >= vblank_start + 1)
                        vblank_matches = true;

The test says: "During modeset at least 1 page flip needs to match!" I am not
sure if this is the right fix.</pre>
        </div>
      </p>


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

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