Hello
I’m trying to set manual frequencies for both the Carmel cluster and the iGPU.
I set the governor in
/sys/devices/system/cpu/cpufreq/policy0/scaling_governor
/sys/devices/17000000.gv11b/devfreq/17000000.gv11b/governor
to userspace
Then I set my desired frequency in
scaling_setspeed
and
userspace/set_freq
However, the frequency inside scaling_setspeed goes back to what it was before and the GPU just flat out ignores my frequency. I have obtained possible frequencies from their respective files, so the frequencies are valid.
This used to work flawlessly on TX2. I was wondering if something has changed in AGX? Do I need to recompile the kernel to enable this?
Thank you in advance.