[Bug 77436] KDE Konsole very slow scrolling with TearFree and QT graphics system native

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 25 02:37:40 PDT 2014


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

--- Comment #128 from Chris Wilson <chris at chris-wilson.co.uk> ---
It's a balance between render lag and input lag. If we forgo throttling, we can
build long streams of render commands on the GPU, and the display lags behind.
If we wait for the GPU for too long, we stop sending clients updates.

I have two problems here:

1. The throttling should already exist to prevent the huge +2s stalls. Unless
it is just a single massive batch constructed within one throttle period that
generates the massive stall. trace-cmd should help identify if that is the
case.

2. There is no way that we should be able to queue more than the GPU can handle
in the first place, certainly not +2s! So something is not quite right with the
command stream. This is why I have been trying to spot likely culprits such as
using large untiled buffers.

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


More information about the intel-gfx-bugs mailing list