sdm660-common: enable level 1(core) Multi-Gen LRU
* we don't support 0x0004(nonleaf_young) feature as it's a x86 only function * we don't support 0x0002(mm_walk) feature as it requires Armv8.1 hardware * ref: [1] https://android.googlesource.com/platform/system/core/+/master/rootdir/init.rc#1328 [2] https://docs.kernel.org/admin-guide/mm/multigen_lru.html Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
66b12de781
commit
b19b07ba07
1 changed files with 3 additions and 0 deletions
|
@ -142,6 +142,9 @@ ro.vendor.qti.sys.fw.bservice_enable=true
|
|||
# Netflix
|
||||
ro.netflix.bsp_rev=Q660-13149-1
|
||||
|
||||
# Multi-Gen LRU
|
||||
persist.device_config.mglru_native.lru_gen_config=core
|
||||
|
||||
# OEM Unlock reporting
|
||||
ro.oem_unlock_supported=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue