<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [SNB+] clflush before pageflip causes jitter"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=57937">bug 57937</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;">Assignee</td>
           <td>chris@chris-wilson.co.uk
           </td>
           <td>intel-gfx-bugs@lists.freedesktop.org
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>i915 SNA choppy graphics
           </td>
           <td>[SNB+] clflush before pageflip causes jitter
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Product</td>
           <td>xorg
           </td>
           <td>DRI
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Version</td>
           <td>7.7 (2011)
           </td>
           <td>unspecified
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Component</td>
           <td>Driver/intel
           </td>
           <td>DRM/Intel
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [SNB+] clflush before pageflip causes jitter"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=57937#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [SNB+] clflush before pageflip causes jitter"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=57937">bug 57937</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>Try a more recent kernel. The issue is that you do not have a working
set-caching ioctl and you end up polluting the bo cache with uncached buffers,
which are comparatively slow and in the worst case cause render corruption.

'sudo perf top' should say that most of your cpu overhead is spent clflushing
buffers as they expire, or worse that the clflush occurs just before the
pageflip.</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 the assignee for the bug.</li>
      </ul>
    </body>
</html>