[Bug 104918] [SKL] enable_psr=1 on 4.15 causes rapid hangs

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Feb 3 05:15:12 UTC 2018


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

--- Comment #2 from Andy Lutomirski <luto at kernel.org> ---
Created attachment 137145
  --> https://bugs.freedesktop.org/attachment.cgi?id=137145&action=edit
Non-working fix attempt

I wrote up the attached patch.  It makes the sequence of flushes and PSR
activations make a lot more sense to me, although it's rather hacky.  It
doesn't fix the hang, though.  It might fix the latency issue I was seeing,
though, but it's very hard to tell when the system hangs so quickly.


(Part of the hackiness is that I'm not sure that schedule_delayed_work()
actually promises to wait as long as it's asked to.  I suspect that a better
solution would be to use timers or even to use the vblank interrupt to trigger
PSR activation.  mod_timer() is actually intended for this type of usage.)

-- 
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: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20180203/05d00080/attachment.html>


More information about the intel-gfx-bugs mailing list