notaz
Certified Guru
Yeah that should be better, as hugetlb mmap doesn't guarantee those 2M blocks will be contiguous in memory, only one block itself is.
The kernel doesn't default to 1GHz for ARM either (it's 600MHz I think), it's all set by ED's scripts later during boot, so I'm leaving it for him to decide about DSP defaults and how it all should appear in UI.A couple of (minor) change requests, though:
- The default DSP clock rate is too low. This should be 800Mhz instead of 660Mhz on a DM3730 Pandora. The CPU clock rate is 1000Mhz, so that does not match the DSP clock rate at that OPP (4).
- There should be an XFCE menu entry "System"->"DSP-Speed". The script (/usr/pandora/scripts/op_dspspeed.sh) already exists and works fine, so it should just be a matter of creating the desktop link.
yep, exactly. good job on that (again), notaz, and thanks for all your all help!It's all done similar as we have it for ARM, op_cpuspeed.sh -> op_dspspeed.sh, cpu.conf -> dsp.conf .
op_dspspeed.sh is not in sudoers right now as I don't know if good allowing random PNDs to be messing around with DSP clock or not.