OSDN Git Service

sf: Fix incorrect state reporting in dumpsys
authorManoj Kumar AVM <manojavm@codeaurora.org>
Thu, 11 Jun 2015 21:18:14 +0000 (14:18 -0700)
committerNaseer Ahmed <naseer@codeaurora.org>
Thu, 11 Jun 2015 22:21:18 +0000 (18:21 -0400)
commite54506b81a3b81683056ad48294e37d6b4b4e36b
treee8245742744aca2c92c58fde7ba7529425991c23
parent85e271d051770fdd5bb1bb017255f735cbd45459
sf: Fix incorrect state reporting in dumpsys

Dumpsys utility accesses layer compositionType variable
with out proper protection. These variables are modified
during hwc_prepare call. Existing HAL lock protection is not
sufficient to address this issue. Failure to do this will
result in incorrect state reporting in dumpsys.

A new displayLock mutex in HWComposer will be used in both
dumpsys and draw calls to ensure correct state is accessed.

Change-Id: I8a57de59525adc0e089b3bed95c067c01e42b666
services/surfaceflinger/DisplayHardware/HWComposer.cpp
services/surfaceflinger/DisplayHardware/HWComposer.h