index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
surfaceflinger
/
Scheduler
/
VSyncPredictor.h
Age
Commit message (
Expand
)
Author
2024-08-06
SF: kernel idle timer is not applicable for VRR
Ady Abraham
2024-07-26
Merge "SF: Avoid adjusting Vsync Timeline when minFramePeriod isn't violated"...
Ram Indani
2024-07-24
SF: Avoid adjusting Vsync Timeline when minFramePeriod isn't violated
ramindani
2024-07-23
Merge "SF: Avoid adjusting the frame time when last frame is presented early"...
Ram Indani
2024-07-23
SF: Avoid adjusting the frame time when last frame is presented early
ramindani
2024-07-12
SF: Move isWithin into implementation
ramindani
2024-06-17
SF: Update vsync timeline validUntil to be exact vsync time.
ramindani
2024-04-01
[SF] Check mode in VSyncPredictor to complete the mode transition
ramindani
2024-03-23
SF: keep a reference vsync point before clearing timestamps
Ady Abraham
2024-03-07
SF: change the render rate directly instead of starting a new VsyncTimeline
Ady Abraham
2024-03-07
SF: don't use minFramePeriod if it is same as vsync
Ady Abraham
2024-03-07
SF: flush setRenderRate when changing mode
Ady Abraham
2024-03-07
SF: reduce latency when switching low to high render rate
Ady Abraham
2024-03-06
Revert^2 "SF: Introduce VsyncTimeline to VsyncPredictor"
Ady Abraham
2024-03-04
Revert "SF: Introduce VsyncTimeline to VsyncPredictor"
Ady Abraham
2024-02-27
SF: Introduce VsyncTimeline to VsyncPredictor
Ady Abraham
2024-01-30
[SF] Updates to not send hints without a present being followed
ramindani
2023-12-19
SF: pass last vsync to VsyncPredictor
Ady Abraham
2023-11-22
SF: recover from sub-frame jank V2
Ady Abraham
2023-11-21
SF: use peak refresh rate for HWC backpressure
Ady Abraham
2023-11-21
SF: pass DisplayMode to VsyncTracker
Ady Abraham
2023-11-02
[SF] Adds callback from the VsyncPredictor
ramindani
2023-02-22
Reland "Create a VsyncSchedule per display"
Leon Scroggins III
2023-02-17
Revert "Revert "SF: pass a render rate to VsyncTracker instead of a divisor""
Ady Abraham
2023-02-17
Revert "SF: pass a render rate to VsyncTracker instead of a divisor"
Adam Wright
2023-02-15
SF: pass a render rate to VsyncTracker instead of a divisor
Ady Abraham
2023-02-15
SF: vsync divisors should use the same reference point
Ady Abraham
2023-02-06
Revert "Create a VsyncSchedule per display"
Leon Scroggins III
2023-02-01
Create a VsyncSchedule per display
Leon Scroggins III
2023-01-18
SF: cleanup VSP traces
Ady Abraham
2022-11-28
SF: add render frame rate to the scheduler
Ady Abraham
2022-02-23
SF: use the right terminology for divisor
Ady Abraham
2022-01-08
SF: Delete SchedulerUtils.{h,cpp}
Dominik Laskowski
2021-03-29
SurfaceFlinger: fix refresh rate override when changing refresh rate
Ady Abraham
2020-11-03
SurfaceFlinger: throttle applications based on uid
Ady Abraham
2020-08-24
SurfaceFlinger: use duration instead of offset
Ady Abraham
2020-07-13
SF: hwvsync on for more samples on recalibration
Kevin DuBois
2020-03-24
SurfaceFlinger: add debug information when vsync is not generated
Ady Abraham
2020-02-12
SurfaceFlinger: make sure VsyncPredictor always maintains a valid slope
Ady Abraham
2020-01-28
SF: VSR: VSyncTracker can reorients itself
Kevin DuBois
2020-01-23
Merge "SF: add trace points for dispatcher system"
TreeHugger Robot
2020-01-21
SF: add trace points for dispatcher system
Kevin DuBois
2020-01-14
SF: VSyncTracker, clear timestamps on beginResync
Kevin DuBois
2019-11-26
SF: VSyncReactor add timestamp querying functions
Kevin DuBois
2019-11-19
SF: add VSyncPredictor implementation
Kevin DuBois