[Bug 88540] [All - Bisected] slow cursor movements with atomic plane helpers

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jan 19 08:51:00 PST 2015


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

--- Comment #2 from Matt Roper <matthew.d.roper at intel.com> ---
I believe this patch:
  http://lists.freedesktop.org/archives/dri-devel/2015-January/075670.html

will solve the immediate problem being reported here, at least for the existing
Intel userspace I'm aware of.

The problem here is that the display server wants to update the cursor faster
than the display refresh rate and we were throttling the updates to vblank. 
The patch here removes that throttling for the case where the cursor is only
being moved to a new position, but doesn't address the case where the cursor
image changes.  If there are any userspace display servers that also try to
update the cursor image to a new framebuffer while reprogramming the cursor
faster than the refresh rate, they'll still see the throttling.  I'm not sure
if there are any existing userspace display servers that work that way today.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20150119/dc64e724/attachment.html>


More information about the intel-gfx-bugs mailing list