Hi all,
I am experiencing a pretty strange issue when compiling the AOSP from any android-8.1.0_rX branches.
I looks like the video driver has some issues since:
- the display is extermely slow (even the boot animation is sluggish)
- the logcat is full of messages like the following
===
01-01 00:01:01.044 1909 1984 W SurfaceFlinger: Timed out waiting for hw vsync; faking it
01-01 00:01:02.058 1909 1986 W SurfaceFlinger: Timed out waiting for hw vsync; faking it
01-01 00:01:02.081 1909 1984 W SurfaceFlinger: Timed out waiting for hw vsync; faking it
01-01 00:01:03.092 1909 1986 W SurfaceFlinger: Timed out waiting for hw vsync; faking it
===
This issue did not occured on previous android-8.0.0_rx branches, and is also not happening when I use the master branch…
Does anyone has any idea what could cause this, and how to patch the android-8.1.0 branches?
(For my development purposes, I cannot switch to the master branch at all…)
Kind Regards,
Mathieu