[Bug 57937] [SNB+] clflush before pageflip causes jitter

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 6 01:49:12 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=57937

Chris Wilson <chris at chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|chris at chris-wilson.co.uk    |intel-gfx-bugs at lists.freede
                   |                            |sktop.org
            Summary|i915 SNA choppy graphics    |[SNB+] clflush before
                   |                            |pageflip causes jitter
            Product|xorg                        |DRI
            Version|7.7 (2011)                  |unspecified
          Component|Driver/intel                |DRM/Intel

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20121206/07aefce1/attachment-0001.html>


More information about the intel-gfx-bugs mailing list