[Bug 111032] Need to set gt_min_freq_mhz to max value to avoid sync issues on Gemini Lake N5000/J5005
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jul 1 08:53:46 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111032
--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
The GPU bases its decision on throughput, it it is saturated it will signal it
needs a higher frequency. Video decode is usually efficiently by the GPU and
can quite happily run with low clocks.
However, users are latency sensitive! For latency, we look at pageflips and if
the GPU is still busy when we expected to flip, we boost the clocks. The idea
being that with one missed frame, we then put ourselves in a regime where the
next sequence of frames do not miss.
As always, make sure you have the latest kernel (drm-tip is preferable if you
want to help test patches), and you can watch the decision process via
/sys/kernel/debug/dri/0/i915_rps_boost_info. To ensure that there is frame info
being provided, make sure you are either running the video fullscreen (with
flipping enabled) or under a compositor that flips.
--
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/20190701/2d370971/attachment-0001.html>
More information about the intel-gfx-bugs
mailing list