2024-04-22 04:58 AM
Hello,
we have product based on a STM32MP157 running Linux. The distribution is based on Yocto kirkstone and we are using a 6.1.82 Kernel. For the MP1s' GPU we use the open source entaviv driver that ships with this kernel. The device has a graphical user interface that is displayed on 4" display. The device can be operated remotely via a webbrowser as well.
The visualization of our application is handled by a web gui so that we can provide a uniform user interface to users independet whether they log in via a browser on a host PC to the device or operate the device with the display. For this reason the GUI on the local device is in fact our web gui running in a browser in kiosk mode. For this local browser in kiosk mode we use the Cog browser from the webkit project (version 0.18.2 with wpewebkit 2.42.5).
Long story short: With this setup we are struggeling with performance issuses when operating the device locally with the cog browser. From my understanding webkit currently supports the use of the GPU for almost all rendering tasks but relies on libcairo for rasterization (which appears to be the task of actually drawing the contents on the screen). The responsiveness of this local GUI is rather slow and I see constant CPU load of about 40% on both cores mainly due to the WPEWebkit processes. Switching to Chromium as a browser did not help, as the CPU load went up even higher.
My questions are:
Best regards and thanks,
Martin
2024-04-24 07:10 AM
This post has been escalated to the ST Online Support Team for additional assistance. We'll contact you directly.