Skip to content

core/renderloop: improve frame scheduling heuristics with VRR

Xaver Hugl requested to merge work/zamundaaa/more-useful-vrr-trigger into master

Instead of checking for fullscreen windows and deciding whether or not to schedule repaints based on that, check if the active window is refreshing fast enough to be reasonable for vrr. For automatic mode, vrr is also enabled with the active window instead of the direct scanout candidate.

cc #194 #85 (closed)

BUG: 478680 BUG: 477199

Merge request reports