summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Salido <salidoa@google.com>2017-06-09 13:19:58 -0700
committerAdrian Salido <salidoa@google.com>2017-08-01 23:39:23 +0000
commit9a79c17aa378eacd3d03448e15c3e18dd70a606f (patch)
tree47a6ffe7becdd3968bb1deb9fec3469bb4954ea0
parent1148a857dce7c77cebcf83af59d735524c1efa02 (diff)
downloaddragon-9a79c17aa378eacd3d03448e15c3e18dd70a606f.tar.gz
Revert "dragon: update vsync phase numbers"
This reverts commit f64b35b9af25e0b7bfa7ef7d7cb7eec0285f5818. This is causing regressions in Jank and other use cases. Bug: 62343272 Bug: 62269614 Test: run cts -m CtsViewTestCases -t android.view.cts.DisplayRefreshRateTest#testRefreshRate Change-Id: I002dd8d0ff7c8e512fd0395d396c2d6c0076858d
-rw-r--r--BoardConfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 2c78166..416542c 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -49,8 +49,8 @@ BOARD_USES_LIBDRM := true
TARGET_RECOVERY_PIXEL_FORMAT := BGRA_8888
PRESENT_TIME_OFFSET_FROM_VSYNC_NS := 0
-VSYNC_EVENT_PHASE_OFFSET_NS := 1000000
-SF_VSYNC_EVENT_PHASE_OFFSET_NS := 1000000
+VSYNC_EVENT_PHASE_OFFSET_NS := 7500000
+SF_VSYNC_EVENT_PHASE_OFFSET_NS := 5000000
TARGET_USES_HWC2 := true
TARGET_USERIMAGES_USE_EXT4 := true