2021-04-28 02:20 AM
Moreover, when I play the demo video, core usage reaches up to 70%, so is the GPU really working?
The blacklist file:
root@stm32mp1:~# cat /etc/modprobe.d/blacklist.conf
blacklist etnaviv
Dmesg:
root@stm32mp1:~# dmesg | grep galcore
[ 19.326759] galcore: loading out-of-tree module taints kernel.
Lsmod:
root@stm32mp1:~# lsmod | grep galcore
galcore 319488 6
Core usage while playing video:
10:56:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle
10:56:41 all 78.92 0.00 12.43 0.00 0.00 0.00 0.00 0.00 0.00 8.65
10:56:41 0 82.18 0.00 16.83 0.00 0.00 0.00 0.00 0.00 0.00 0.99
10:56:41 1 75.00 0.00 7.14 0.00 0.00 0.00 0.00 0.00 0.00 17.86
Thanks
2021-05-03 01:48 AM
Hello,
Concerning your question related to STM32MP157c - ST is allowed to deliver only the Firmware/Driver from GPU Provider .
Regards
Kamel
2021-05-03 06:05 AM
Hello,
sorry I don't understand how this is related to my question...
2021-05-04 01:38 AM
Hi @Lmoio.1 ,
Galcore is the only GPU driver allowed to be delivered by Vivante on MP1 platform.
GPU is not used during video decode use case which is 100% handle by main CPU.
GPU is only used for graphic operation such as flip, resize, filter ...
Olivier
2021-05-04 03:21 AM
Hi @Community member ,
so what's the difference between galcore.ko and etnaviv.ko?
Thanks