SmartPack / SmartPack-Kernel-Manager

Source code of SmartPack-Kernel Manager, the Ultimate Tool to Manage your Kernel
https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.pro
GNU General Public License v3.0
639 stars 71 forks source link

Some more gpu parameters #101

Closed Nitrovenom closed 3 years ago

Nitrovenom commented 3 years ago

I also have some gpu parameters for adreno. They are-

Gpu throttling = /sys/class/kgsl/kgsl-3d0/throttling Bus split = sys/class/kgsl/kgsl-3d0/bus_split Force no nap = /sys/class/kgsl/kgsl-3d0/force_no_nap Force rail on = /sys/class/kgsl/kgsl-3d0/force_rail_on Force clk on = /sys/class/kgsl/kgsl-3d0/force_clk_on Force bus on = /sys/class/kgsl/kgsl-3d0/force_bus_on

Note that all these only have 2 states, 0=off and 1=on. So, you can add a toggle instead of a number selection screen.

sunilpaulmathew commented 3 years ago

I also have some gpu parameters for adreno. They are-

Gpu throttling = /sys/class/kgsl/kgsl-3d0/throttling Bus split = sys/class/kgsl/kgsl-3d0/bus_split Force no nap = /sys/class/kgsl/kgsl-3d0/force_no_nap Force rail on = /sys/class/kgsl/kgsl-3d0/force_rail_on Force clk on = /sys/class/kgsl/kgsl-3d0/force_clk_on Force bus on = /sys/class/kgsl/kgsl-3d0/force_bus_on

Note that all these only have 2 states, 0=off and 1=on. So, you can add a toggle instead of a number selection screen.

Thanks & Any chance to get a proper title and a short description (if possible) for those parameters. Otherwise, I could get many questions (+ complaints) in future.

sunilpaulmathew commented 3 years ago

Name: GPU throttling

Sysfs node: /sys/class/kgsl/kgsl-3d0/throttling

Description: GPU throttling reduces the performance of GPU if the GPU gets hot.