[Bug 106086] [CI] igt@*(suspend|hibernate)* | igt at kms_cursor_crc@* - vblank wait timed out on crtc 0

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 30 11:25:12 UTC 2018


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

--- Comment #11 from Stanislav Lisovskiy <stanislav.lisovskiy at intel.com> ---
Looks drm_wait_one_vblank fails because it is being called from
intel_display_suspend/resume, when vblank interrupts are not going to happen
because system is in the suspended state. This causes a time out if were
unlucky not to have any vblank events accumulated in the queue. 
I guess the fix should be that we check if we are not in suspended state in
intel_pre_plane_update, otherwise it makes no sense to wait for it.

I have done a small fix, so I just need to verify it now.

-- 
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: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20180830/2018c9af/attachment.html>


More information about the intel-gfx-bugs mailing list