Hi Community!
I have using IMX8MM with kernel 4.19 and Qt Application. I'm investigating GPU because the drawing of Qt Application is slow.
Looking at various information on the GPU, the GPU clock was 6KHz, which was quite slow. Is this because the settings in the dtb file are incorrect?
root@imx8mm-var-dart:~# cat /sys/kernel/debug/gc/clk
gpu0 mc clock: 6105 HZ.
gpu0 sh clock: 6105 HZ.
gpu8 mc clock: 6107 HZ.
root@imx8mm-var-dart:~# cat /sys/kernel/debug/gc/info
gpu : 0
model : 600
revision : 4653
product : 70005
eco : 0
gpu : 8
model : 520
revision : 5341
product : 5202
eco : 0
cat: '[': No such file or directory
root@imx8mm-var-dart:~# cat /sys/kernel/debug/gc/meminfo
VIDEO MEMORY:
POOL SYSTEM:
Free : 107590126 B
Used : 26627602 B
MinFree : 106891650 B
MaxUsed : 27326078 B
Total : 134217728 B
POOL VIRTUAL:
Used : 24195072 B
MaxUsed : 24195072 B
root@imx8mm-var-dart:~# cat /sys/kernel/debug/gc/idle
On: 166,940,419,625 ns
Off: 36,154,787,625 ns
Idle: 0 ns
Suspend: 89,298,916,750 ns
root@imx8mm-var-dart:~#
Best Regards,
T.Kashiwagi