OSDN Git Service

SurfaceFlinger_hwc1: fix timed out waiting for hw vsync
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 20 Dec 2017 13:09:39 +0000 (21:09 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 20 Dec 2017 13:09:39 +0000 (21:09 +0800)
commit5bb7ac1b837574b607f0bf6cefb0c3f70f8c5357
tree8aef18c4fc8a22f893d8249313686d2e7f91a4fe
parent7aa8a5872291ffd762bcdd4ccbf47e7530bf0f82
SurfaceFlinger_hwc1: fix timed out waiting for hw vsync

The commit f4174530 changed DispSync initialization to an init method.
However, the hwc1 version of SurfaceFlinger is not updated to call
this method. As a result, DispSync is not initialized.
services/surfaceflinger/SurfaceFlinger_hwc1.cpp