Disable GPU firmware logging
Test: check sysfs node value after boot Bug: 237080441 Change-Id: I27d2896ad57ab9245fe78839722d8fe62fb148bb
This commit is contained in:
parent
617f8719f5
commit
9497487826
1 changed files with 4 additions and 1 deletions
|
@ -810,9 +810,12 @@ on property:sys.boot_completed=1
|
|||
chown system system /sys/devices/platform/19000000.aoc/control/udfps_get_disp_freq
|
||||
chmod 440 /sys/devices/platform/19000000.aoc/control/udfps_get_disp_freq
|
||||
|
||||
#enable GPU power optimization
|
||||
# Enable GPU power optimization
|
||||
write /sys/devices/platform/28000000.mali/ifpo 1
|
||||
|
||||
# Disable GPU firmware logging
|
||||
write /sys/devices/platform/28000000.mali/firmware_config/Log\ verbosity/cur 0
|
||||
|
||||
# IMS WiFi Calling
|
||||
service charonservice /system/vendor/bin/charon
|
||||
class main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue