am 8c76d2a1: am 5c65efe2: Merge "Wake up disp sync thread when setting display period" into klp-dev

* commit '8c76d2a16ede579fd2069647ff73591bb6d6a235':
  Wake up disp sync thread when setting display period
This commit is contained in:
Jesse Hall 2013-10-10 16:08:22 -07:00 committed by Android Git Automerger
commit 19cd5bc78c
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ void DispSync::setPeriod(nsecs_t period) {
Mutex::Autolock lock(mMutex);
mPeriod = period;
mPhase = 0;
mThread->updateModel(mPeriod, mPhase);
}
void DispSync::updateModelLocked() {