Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70f07572 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

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

* commit 'c5b58166':
  don't automatically unblank external displays
parents 98e52bdb c5b58166
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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);
                        }
                    }
                }
            }