Copy vsync phase offsets from marlin

2ms/6ms is a better starting value than 1ms/1ms.

Bug: 62039896
Test: boots
Change-Id: I189d34d4204854980044546aa5c45498b979e2f9
(cherry picked from commit 14467ef106)
This commit is contained in:
Chia-I Wu
2017-06-02 14:17:13 -07:00
committed by Ajay Dudani
parent 30faf26836
commit 0e086ad976

View File

@@ -150,6 +150,9 @@ USES_DEVICE_GOOGLE_WAHOO := true
TARGET_USES_GRALLOC1 := true
TARGET_USES_HWC2 := true
VSYNC_EVENT_PHASE_OFFSET_NS := 2000000
SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000
# Display
TARGET_HAS_WIDE_COLOR_DISPLAY := true
TARGET_HAS_HDR_DISPLAY := false