summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2019-09-25 18:42:24 +0200
committerMichael Bestas <mkbestas@lineageos.org>2020-04-30 00:49:34 +0300
commita99b3178f378a9dde8a5b12519747d76403c38a8 (patch)
treec8d72d4afa6763a1c78af6564a50fc66fdc6f23e
parent5285251b311fc879409981ec15c77670e43f61fd (diff)
sdm660-common: Convert remaining configstore settings to props
Change-Id: Iadefa31bc863b7ab70239874bed82bef240cbba5 Signed-off-by: Volodymyr Zhdanov <wight554@gmail.com>
-rw-r--r--BoardConfigCommon.mk3
-rw-r--r--properties.mk2
2 files changed, 2 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index f0b2195..b232d67 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -104,7 +104,6 @@ BOARD_USES_QCNE := true
TARGET_HW_DISK_ENCRYPTION := true
# Display
-TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true
TARGET_USES_HWC2 := true
TARGET_USES_GRALLOC1 := true
TARGET_USES_ION := true
@@ -115,8 +114,6 @@ USE_OPENGL_RENDERER := true
MAX_EGL_CACHE_KEY_SIZE := 12*1024
MAX_EGL_CACHE_SIZE := 2048*1024
-MAX_VIRTUAL_DISPLAY_DIMENSION := 4096
-
OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
# DRM
diff --git a/properties.mk b/properties.mk
index 198b94d..997ba87 100644
--- a/properties.mk
+++ b/properties.mk
@@ -111,6 +111,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
debug.sf.hw=1 \
debug.sf.latch_unsignaled=1 \
ro.opengles.version=196610 \
+ ro.surface_flinger.force_hwc_copy_for_virtual_displays=true \
+ ro.surface_flinger.max_virtual_display_dimension=4096 \
ro.surface_flinger.protected_contents=true \
ro.surface_flinger.vsync_event_phase_offset_ns=2000000 \
ro.surface_flinger.vsync_sf_event_phase_offset_ns=6000000 \