commit | 8392b504bdf63ac7820c79c7217a89f2b2411bd0 | [log] [tgz] |
---|---|---|
author | Antti Hatala <ahatala@nvidia.com> | Wed Sep 08 06:37:14 2010 -0700 |
committer | Erik Gilling <konkers@android.com> | Thu Sep 09 12:06:18 2010 -0700 |
tree | e19f84103c313a18fd8482cf1b90a5caab83ef97 | |
parent | b34cd448333cee0a2b8d732385edd729f5185a96 [diff] [blame] |
surfaceflinger: unlock clients only after flip Change-Id: I039291a36f05bbaa02b29325d4012114abd784b9
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index a78d9b9..83f96a6 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -383,10 +383,10 @@ // inform the h/w that we're done compositing hw.compositionComplete(); - // release the clients before we flip ('cause flip might block) + postFramebuffer(); + unlockClients(); - postFramebuffer(); } else { // pretend we did the post unlockClients();