<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [i915] Mouse movement jitter after 'drm/i915: Use atomic commits for legacy page_flips'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96593#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [i915] Mouse movement jitter after 'drm/i915: Use atomic commits for legacy page_flips'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96593">bug 96593</a>
              from <span class="vcard"><a class="email" href="mailto:daniel@ffwll.ch" title="Daniel Vetter <daniel@ffwll.ch>"> <span class="fn">Daniel Vetter</span></a>
</span></b>
        <pre>Write a bunch of quick hacks which all blew up in testing (just wanted to
confirm that my hunch about the stalls was right).

Proper fix I think needs the following bits:
- address the FIXME in intel_atomic_commit_tail about when commit_hw_done()
should be called. We need to make sure that this is before any of the expensive
vblank waits, which needs the separate worker as described in the comments.

- in wait_for_depencies don't stall for flip_done for legacy cursor updates

This essentially gets us halfway there to faster-than-vrefresh updates. The
other bits needed would just be the correct flip_done signalling, and switching
the wait_for_vblank (before cleanup_planes) over to wait_for_flip.

Typing this down since I'm going on vacation soon and probably won't be able to
fix this all up.</pre>
        </div>
      </p>


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

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