vendor: perf: Enabel perf framepacing to all

Change-Id: I2441505ffb2ade0a77dc0dc8bf1a650396c2a1e1
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
chrisl7 2023-11-13 16:25:06 +00:00
parent 7fc3dfd3fa
commit b64504154d
1 changed files with 1 additions and 5 deletions

View File

@ -56,12 +56,8 @@ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.perf.scroll_opt=true \
ro.vendor.qspm.enable=true \
vendor.power.pasr.enabled=false \
vendor.pasr.activemode.enabled=false
ifeq ($(TARGET_KERNEL_VERSION),5.15)
PRODUCT_VENDOR_PROPERTIES += \
vendor.pasr.activemode.enabled=false \
vendor.perf.framepacing.enable=1
endif
ifneq (,$(filter 4.19 5.4 5.10 5.15, $(TARGET_KERNEL_VERSION)))
PRODUCT_VENDOR_PROPERTIES += \