AndreiLux / Perseus-UNIVERSAL5410

This is a clean kernel glued together upon Samsung's last public branch of android-exynos-3.4 with sources provided by the OSRC releases. The OSRC release has been stripped clean of all non-i9500 related code and sourced, as much as possible through the original patches.
https://github.com/AndreiLux/Perseus-UNIVERSAL5410/wiki
Other
30 stars 19 forks source link

STweaks: empty entry in GPU max frequency setting. #25

Closed sorgelig closed 11 years ago

sorgelig commented 11 years ago

STweaks displays empty entry in GPU max frequency setting.

Here is the fix: https://gist.github.com/sorgelig/6294673

AndreiLux commented 11 years ago

I don't consider this a bug in the kernel since that's part of the default driver.

The fix can be done in the generator script without touching the kernel:

while read FREQ; do [[ ! -z $FREQ ]] && echo '<spinnerItem name="'$FREQ' MHz" value="'$FREQ'"/>' done < /sys/devices/platform/pvrsrvkm.0/sgx_dvfs_table