mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8974-common: Add vsync phase offsets
* Kanged values from hammerhead * Reference: http://stackoverflow.com/questions/27947848/understanding-necessity-of-android-vsync-signals Change-Id: I687a306ca1a3bc8f23174a1a8b8a799baad7a3b3 Signed-off-by: Paul Keith <javelinanddart@gmail.com>
This commit is contained in:
parent
c7466dda27
commit
603779b03a
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ BOARD_CHARGING_CMDLINE_VALUE := "true"
|
|||
# Display
|
||||
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
|
||||
OVERRIDE_RS_DRIVER:= libRSDriver_adreno.so
|
||||
SF_VSYNC_EVENT_PHASE_OFFSET_NS := 5000000
|
||||
VSYNC_EVENT_PHASE_OFFSET_NS := 7500000
|
||||
|
||||
# Shader cache config options
|
||||
# Maximum size of the GLES Shaders that can be cached for reuse.
|
||||
|
|
Loading…
Reference in a new issue