config: set the late App phase-offset for high fps for all products

SurfaceFlinger sets the default value of late app phase-offset to
2 ms for the high fps configurations. Set the offset to 1 ms to
keep SF and App aligned for all products.

Change-Id: Iccd3113beae5922c3eeb1d10ad1959844a3a3b18
CRs-Fixed: 2576660
diff --git a/config/display-product.mk b/config/display-product.mk
index 1ba5f53..792e4dc 100644
--- a/config/display-product.mk
+++ b/config/display-product.mk
@@ -63,6 +63,7 @@
     debug.sf.hw=0 \
     debug.egl.hw=0 \
     debug.sf.latch_unsignaled=1 \
+    debug.sf.high_fps_late_app_phase_offset_ns=1000000 \
     debug.mdpcomp.logs=0 \
     vendor.gralloc.disable_ubwc=0 \
     vendor.display.disable_scaler=0 \
@@ -82,7 +83,6 @@
     debug.sf.early_gl_app_phase_offset_ns=15000000 \
     debug.sf.high_fps_early_phase_offset_ns=6100000 \
     debug.sf.high_fps_early_gl_phase_offset_ns=6500000 \
-    debug.sf.high_fps_late_app_phase_offset_ns=1000000 \
     debug.sf.phase_offset_threshold_for_next_vsync_ns=6100000
 endif