Hi all,
We are using IMX8MM with LCD display over MIPI-DSI. I want to perform power optimization.
We are using Boot2QT package with kernel version 5.4.147. We have gone through few things. Please help us/ Confirm below findings.
1. Currently weston is offloading rendering to 2D GPU as default. Can we check for how much GPU % getting used like htop? How to be sure 3D GPU is not using? can we offload rendering on CPU so that GPU can be disabled to save power. When I tried to use "pixman" renderer for CPU, weston 8.0.0 does not support it. Any alternate way to do so?
2. Current weston's default shell is desktop-shell. As read online, Kiosk shell is suitable for more power optimization but it seems that Current Yocto setup does not support it.
3. When we setting static screen on display, we want display/MIPI-DSI/weston should not refresh display/DDR memory until any display related activity happens.
4. We have changed display-panel drivers configuration from 60FPS to 30FPS. Will it reflect on power optimization? As we are not seeing difference in current consumption.
Thanks,
Ajita
#IMX8MM #WESTON #LINUX #power_optimization #MIPI-DSI