OSDN Git Service

DispSync: don't compensate for wakeup latency
authorJamie Gennis <jgennis@google.com>
Thu, 10 Oct 2013 00:49:37 +0000 (17:49 -0700)
committerJamie Gennis <jgennis@google.com>
Thu, 10 Oct 2013 00:56:42 +0000 (17:56 -0700)
commit0d5c60edf11fdded738acf3f78a0c667599cd60d
tree1505be73365a9d0a8bca96e682f33a08020afcf7
parent98c197d826f95a82de41e16350f58a70a7ad23c6
DispSync: don't compensate for wakeup latency

This change removes the wakeup latency compensation from the software-generated
vsync events.  Choreographer can't handle timestamps in the future, so don't
aim for early wake-ups with the expectation that the actual wake-up will be
late.

Bug: 11153576
services/surfaceflinger/DispSync.cpp