From e08b798f7796256c1cb8b15513c2aac53cbd5a22 Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Thu, 27 Oct 2016 10:34:28 -0700 Subject: [PATCH] msm8956: Add VSYNC offsets Change-Id: Ib58a21d25c05e7c33e936296134089e8651bc815 --- BoardConfigCommon.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ff8fb8a..6ee4acd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -110,12 +110,14 @@ TARGET_LDPRELOAD := libNimsWrap.so # Display BOARD_USES_ADRENO := true NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3 +SF_VSYNC_EVENT_PHASE_OFFSET_NS := 2000000 TARGET_CONTINUOUS_SPLASH_ENABLED := true TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true TARGET_USES_C2D_COMPOSITION := true TARGET_USES_ION := true TARGET_USES_OVERLAY := true USE_OPENGL_RENDERER := true +VSYNC_EVENT_PHASE_OFFSET_NS := 6000000 MAX_EGL_CACHE_KEY_SIZE := 12*1024 MAX_EGL_CACHE_SIZE := 2048*1024