[Bug 90508] login screen and desktop wayland session are jerking on Intel® Sandybridge

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 19 06:12:47 PDT 2015


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

Ander Conselvan de Oliveira <conselvan2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #6 from Ander Conselvan de Oliveira <conselvan2 at gmail.com> ---
It seems that when wayland starts the CRTC is active but the primary plane
doesn't have an FB. A call to drmModeCursor() is done before any mode set, and
that causes the watermarks to be updated, but the update considers the CRTC is
inactive because of the lack of a primary fb. The drmModeSetCrtc() call that
follows is short circuited to a flip, so that also doesn't update the
watermarks, causing the system to run with watermarks set for a disabled CRTC.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list 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/20150519/2c64555b/attachment-0001.html>


More information about the intel-gfx-bugs mailing list