| commit | a8a4597ed4b4a4670625fb04c162fb36c3d4c86c | [log] [tgz] |
|---|---|---|
| author | Matt Buckley <mattbuckley@google.com> | Wed Jul 27 22:01:27 2022 +0000 |
| committer | Matt Buckley <mattbuckley@google.com> | Wed Jul 27 22:11:41 2022 +0000 |
| tree | b747ed0ce1ac0e434b69865a4967923f3098a0a5 | |
| parent | 2c9b01917d0d8782ee4883ba682eb149d81c7975 [diff] |
Account for refresh rate in sf adpf hint session rate limiter Currently, the SurfaceFlinger hint session rate limiter will send hints after 80ms of inactivity regardless of refresh rate, which can lead to issues at lower rates (eg: 30fps) where we skip the window that we should send the hint in and go stale. This patch addresses that oversight. Bug: b/240473968 Test: manual Change-Id: I27ce9229537e445f202e948ab201cc0242882667