[Bug 30444] Keyboard input lag with xf86-video-ati-6.13.2

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 29 02:34:47 PDT 2010


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

--- Comment #4 from Octoploid <cryptooctoploid at gmail.com> 2010-09-29 02:34:48 PDT ---
OK I've bisected the problem to:

9f13049ddf06f6f2138851a548cfb82f12a52f42 is the first bad commit
commit 9f13049ddf06f6f2138851a548cfb82f12a52f42
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Aug 25 08:56:37 2010 +1000

    radeon: add correct flushing for direct rendered

    this is a port of 69d65f9184006eac790efcff78a0e425160e95aa from the Intel
    driver.

        Submit batch buffers from flush callback chain

        There are a few cases where the server will flush client output buffers
        but our block handler only catches the most common (before going into
select
        If the server flushes client buffers before we submit our batch buffer,
        the client may receive a damage event for rendering that hasn't
happened yet

        Instead, we can hook into the flush callback chain, which the server
will
        invoke just before flushing output.  This lets us submit batch buffers
        before sending out events, preserving ordering.

        Fixes 28438: [bisected] incorrect character in gnome-terminal under
compiz
        https://bugs.freedesktop.org/show_bug.cgi?id=28438

        Signed-off-by: Kristian Høgsberg <krh at bitplanet.net>

    Signed-off-by: Dave Airlie <airlied at redhat.com>


Reverting the commit fixes the problem.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list