iMX8MQ webpage/UI rendering Graphics performance and benchmarking

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

iMX8MQ webpage/UI rendering Graphics performance and benchmarking

357 次查看
lei_zhou_linaro
Contributor I

Dear NXP Graphics Experts,

Problem to solve: Chromium Web browsing Graphics Performance is very poor and need to be improved on iMX8MQ-EVK board.

Step to reproduce:

1. Refer to this NXP community Support link (Adding-Chromium-to-L5-4-24-2-1-0-I-MX8MQ-EVK/ta-p/1101050) and enable chromium_ozone_wayland on our target IMX-5.10.72 BSP.

2. Run Chrome with WEBGL/Rasterization being hardware accelerated with openGL ES(--enable-gpu-rasterization). and then load this URL (https://webglsamples.org/aquarium/aquarium.html ) and frame rate is only about < 20fps @500 fishes.

3. On my development machine, Chrome Browser gives around 120 fps on same web content.

Any tips would be much appreciated!

Lei

 

0 项奖励
回复
3 回复数

286 次查看
lei_zhou_linaro
Contributor I

I tested with Wayland/Weston on imX8MQ-EVK board.      No plan to use X

0 项奖励
回复

346 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

 

You can try to enable rasterization:

How to enbale  Rasterizarion steps:

  1. vi /usr/lib/chromium/chromium-wrapper
  2. modify the CHROME_EXTRA_ARGS --disable-gpu-rasterization to --enable-gpu-rasterization
CHROME_EXTRA_ARGS="         --use-gl=egl                    --ozone-platform=wayland --disable-features=VizDisplayCompositor --in-process-gpu --enable-gpu-rasterization"

       3. start chromium and check the chrome://gpu/ feature.

are you testing on Wayland? Why do you run X?

 

Regards

0 项奖励
回复

285 次查看
lei_zhou_linaro
Contributor I
I tested with Wayland/Weston on imX8MQ-EVK board. No plan to use X. thanks, Lei
0 项奖励
回复