diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-11-14 14:14:52 +0100 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-11-14 14:14:52 +0100 |
commit | 6d00a59a5460ce7a67cc49b14a1cc5965a6400b3 (patch) | |
tree | acc06cc3614b024b5367a84e10f214639e9ecc70 /BoardConfigCommon.mk | |
parent | 76bac8b8555ae90881bee6d101f32e12c12d5396 (diff) |
msm8996-common: Reorder display properties
* Also disable triple framebuffer
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5629bae..88cf736 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -123,20 +123,19 @@ TARGET_HW_DISK_ENCRYPTION := true BOARD_USES_ADRENO := true TARGET_CONTINUOUS_SPLASH_ENABLED := true TARGET_USES_C2D_COMPOSITION := true -MAX_VIRTUAL_DISPLAY_DIMENSION := 4096 -TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true TARGET_USES_ION := true TARGET_USES_NEW_ION_API :=true TARGET_USES_GRALLOC1 := true TARGET_USES_HWC2 := true TARGET_USES_OVERLAY := true +USE_OPENGL_RENDERER := true MAX_EGL_CACHE_KEY_SIZE := 12*1024 MAX_EGL_CACHE_SIZE := 2048*1024 -NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3 -SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000 -VSYNC_EVENT_PHASE_OFFSET_NS := 2000000 OVERRIDE_RS_DRIVER:= libRSDriver_adreno.so -USE_OPENGL_RENDERER := true +MAX_VIRTUAL_DISPLAY_DIMENSION := 4096 +TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true +VSYNC_EVENT_PHASE_OFFSET_NS := 2000000 +SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000 # Filesystem TARGET_FS_CONFIG_GEN := $(VENDOR_PATH)/config.fs |