diff options
| author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-01-10 13:32:38 +0800 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-15 17:46:56 +0800 |
| commit | dec1bf19c451d2883d01929017b938dc8413b796 (patch) | |
| tree | 7bbb77059952856ce505b575d4144202a74bd18f | |
| parent | e58f4212e59a11ed67a5d32d03cfee55fcb8c62e (diff) | |
flo: Force triple framebuffers
This improves jank throughout the system, and there is no
observable input latency.
Change-Id: I702b8a6e0b4f420e2f6244a91b1fef6787b1a7c4
| -rwxr-xr-x | BoardConfigCommon.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d17bb5a..8204fa0 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -60,8 +60,10 @@ WIFI_DRIVER_FW_PATH_AP := "ap" BOARD_EGL_CFG := device/asus/flo/egl.cfg +# Display #BOARD_USES_HGL := true #BOARD_USES_OVERLAY := true +NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3 USE_OPENGL_RENDERER := true PRESENT_TIME_OFFSET_FROM_VSYNC_NS := 3200000 TARGET_USES_ION := true |
