sm8350-common: Use HintManager for HWUI

This will send HWUI timings to HintManager for better CPU scheduling.
Setting a 30% margin for CPU should heavily reduce CPU loads for HWUI and
use GPU for the rest.

Change-Id: Ibd808393f655fae73eba1065e53062be0b140d9a
This commit is contained in:
Vaisakh Murali 2024-04-10 16:20:48 +03:00 committed by DigiGoon
parent 97c2b7154c
commit 716c066c14

View file

@ -217,6 +217,10 @@ vendor.display.use_layer_ext=0
vendor.display.use_smooth_motion=0
vendor.gralloc.disable_ubwc=0
# HWUI
debug.hwui.use_hint_manager=true
debug.hwui.target_cpu_time_percent=30
# Media
debug.stagefright.c2inputsurface=-1
media.stagefright.thumbnail.prefer_hw_codecs=true