am 70f07572: am c5b58166: Merge "don\'t automatically unblank external displays" into jb-mr1-dev

* commit '70f07572f8ce6b83b167170eea9d500e51549395':
  don't automatically unblank external displays
This commit is contained in:
Jeff Brown 2012-10-09 16:58:27 -07:00 committed by Android Git Automerger
commit e8fae277fa
1 changed files with 0 additions and 6 deletions

View File

@ -1212,12 +1212,6 @@ void SurfaceFlinger::handleTransactionLocked(uint32_t transactionFlags)
state.viewport, state.frame);
hw->setDisplayName(state.displayName);
mDisplays.add(display, hw);
if (hw->getDisplayType() < DisplayDevice::NUM_DISPLAY_TYPES) {
// notify the system that this display is now up
// (note onScreenAcquired() is safe to call from
// here because we're in the main thread)
onScreenAcquired(hw);
}
}
}
}