i.mx8mm android gpu

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.mx8mm android gpu

496 Views
yoonseok
Contributor III

cpu: i.MX8mm
OS: android 13
It's a question about using gpu

You executed the following command

evk_8mm:/ # cat /sys/kernel/debug/gc/clk
gpu0 mc clock: 500018203 HZ.
gpu0 sh clock: 500018203 HZ.
gpu16 mc clock: 500010473 HZ.
evk_8mm:/ # cat /sys/kernel/debug/gc/info
gpu : 0
model : 600
revision : 4653
product : 70005
eco : 0

gpu : 16
model : 520
revision : 5341
product : 5202
eco : 0

evk_8mm:/ # cat /sys/kernel/debug/gc/meminfo
VIDEO MEMORY:
POOL SYSTEM:
Free : 127608176 B
Used : 6609552 B
MinFree : 107369752 B
MaxUsed : 26847976 B
Total : 134217728 B
POOL VIRTUAL:
Used : 43241472 B
MaxUsed : 43241472 B

130|evk_8mm:/ # cat /sys/kernel/debug/gc/idle
On: 2,855,177,250 ns
Off: 180,699,378,250 ns
Idle: 0 ns
Suspend: 99,952,382,125 ns

webview Animation test 한 후

evk_8mm:/ # cat /sys/kernel/debug/gc/idle
On: 4,102,129,000 ns
Off: 191,696,707,500 ns
Idle: 0 ns
Suspend: 110,227,451,375 ns

Problems:

From AndroidManifest.xml on the Android app
<application
...
android:hardwareAccelerated="true"
...>
<activity
...
android:hardwareAccelerated="true"
...>
</activity>
</application>


If you set it up and run it, it will slow down

Help me, please

0 Kudos
Reply
2 Replies

479 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

Yes the Mx8MMini has a GPU nano ultra  and it slow for animation like yours. You better test this on MX8Mplus

regards

0 Kudos
Reply

440 Views
yoonseok
Contributor III

android:hardwareAccelerated="false"
rather than options
android:hardwareAccelerated="true"
It's slower when it's an option

How did it go?

0 Kudos
Reply