[Bug 91579] [HSW] kms_flip atomic warnings

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 10 08:39:01 PDT 2015


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

--- Comment #13 from Jesse Barnes <jbarnes at virtuousgeek.org> ---
Update from yesterday's experiments.  I confirmed that the frame counter is
incrementing correctly and at the right rate, but the scanline register read
returns 0 when read around the start of vblank.  A sequence of reads might
return:
  0
  0
  0
  <delay 1us>
  1600

This happens right around the time the frame counter increments, so when this
happens we trigger the warning in the atomic update end function.  I posted a
patch to workaround this by ignoring scanline read results for the first couple
of lines in the display; that should be safe everywhere and lets us schedule
things correctly when we hit this case.

-- 
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: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20150910/bb7f599f/attachment.html>


More information about the intel-gfx-bugs mailing list