How to check whether i.MX6Q GPU acceleration is valid.

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

How to check whether i.MX6Q GPU acceleration is valid.

跳至解决方案
1,966 次查看
satoshishimoda
Senior Contributor I

Hi community,

I have a question about i.MX6Q GPU.

I consider using Qt GUI with Linux system.

Then, I want to check whether CPU acceleration is valid or not for drawing Qt GUI.

Could you let me know how to check it?

Actually, I came up with two methods as below, but I cannot judge to "GPU acceleration is valid" with both methods.

----------

1. Check whether OpenGL ES libraries (e.g. ligGAL.so, libEGL.so, libVIVANTE.so, etc...) are loaded when Qt process is running.

I can understand what libraries is loaded, but cannot conclude to "GPU acceleration is valid".

2. Check CPU load by top command when GPU sample program (gpu_sdk_v1.00.tar.gz) is running.

I can guess "maybe, GPU acceleration is valid because CPU load is low", but cannot conclude.

----------

Best Regards,

Satoshi Shimoda

标签 (4)
标记 (2)
1 解答
1,125 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Yes, it should be accelerated by GPU, in order to see how much (in numbers) is accelerated, you can check it with the vProfiler tool,

If you already have the GPU_SDK, please check the Documentation folder, in order to use the profiler, if not You can download the vivante tools from:

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q&nodeId=018rH3ZrDRB24A&fpsp=1&t...

More info:

https://community.freescale.com/docs/DOC-94066

https://community.freescale.com/message/348829

https://community.freescale.com/message/359691

Regards

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,126 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Yes, it should be accelerated by GPU, in order to see how much (in numbers) is accelerated, you can check it with the vProfiler tool,

If you already have the GPU_SDK, please check the Documentation folder, in order to use the profiler, if not You can download the vivante tools from:

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q&nodeId=018rH3ZrDRB24A&fpsp=1&t...

More info:

https://community.freescale.com/docs/DOC-94066

https://community.freescale.com/message/348829

https://community.freescale.com/message/359691

Regards

0 项奖励
回复