[Bug 104975] Delay in skl_disable_plane() causes a system freeze
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 10 07:54:46 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=104975
--- Comment #47 from Maarten Lankhorst <bugs at mblankhorst.nl> ---
Because there's no way to do so. Everything between intel_pipe_update_begin and
intel_pipe_update_end must complete within 100/250 us, or we end up with
flickering on the screen. The only thing we can alter is to take all locks in
advance, to make the update itself limited to writing out a list of registers.
But even then we need to complete within 250 us, or we risk running into an
underrun.
But it seems the underlying hangs were fixed by enabling IPC support on BXT+.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20180410/798c6685/attachment.html>
More information about the intel-gfx-bugs
mailing list