summaryrefslogtreecommitdiff
path: root/system.prop
diff options
context:
space:
mode:
authorPrasanth Kamuju <pkamuju@codeaurora.org>2017-08-31 16:26:30 +0530
committerPrasanth Kamuju <pkamuju@codeaurora.org>2017-09-01 17:59:05 +0530
commit144a6e63dacde5c08e9cc6cc48a8fff993556023 (patch)
treecf1160714110bbcf9f45e08a8823af4f3b35a54d /system.prop
parent59b1a97e8747dcc23348e05c4709ac66fb36a229 (diff)
sdm660_64: Modify the text_large_cache_height value from 1024 to 2048
Change the ro.hwui.text_large_cache_height to 2048 to make it similar to Andorid-N. Change name of ro.core_ctl props to ro.vendor.qti.core_ctl. Change-Id: Ie1449723dd00db8c9a70b83c5453aca370e0d789
Diffstat (limited to 'system.prop')
-rw-r--r--system.prop6
1 files changed, 3 insertions, 3 deletions
diff --git a/system.prop b/system.prop
index 43a202c..f98b18d 100644
--- a/system.prop
+++ b/system.prop
@@ -128,8 +128,8 @@ ro.nfc.port=I2C
ro.vendor.at_library=libqti-at.so
#min/max cpu in core control
-ro.core_ctl_min_cpu=2
-ro.core_ctl_max_cpu=4
+ro.vendor.qti.core_ctl_min_cpu=2
+ro.vendor.qti.core_ctl_max_cpu=4
#hwui properties
ro.hwui.texture_cache_size=72
@@ -142,7 +142,7 @@ ro.hwui.texture_cache_flushrate=0.4
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
-ro.hwui.text_large_cache_height=1024
+ro.hwui.text_large_cache_height=2048
#property to enable VDS WFD solution
persist.hwc.enable_vds=1