Is the neon core completely utilised in iMX7 Android

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

Is the neon core completely utilised in iMX7 Android

跳至解决方案
1,360 次查看
hariprasathgopa
Contributor II

Hi All,

I am trying to optimise the graphics rendering in Android version 7.1.1 running in iMX7. I am aware that the iMX7 does not have the GPU, and it is using the software rendering engine to render the Android graphics. From the log I found that it uses pixelflinger to render the Android graphics. I also see that there are some neon code to do some blend works.

Is the pixelflinger is fully optimised ?. Does it utilise the neon core efficiently ?

I am trying to offload the rendering load to the neon core from the CPU core.

Have anyone tried to optimise the pixelflinger like this ?

0 项奖励
回复
1 解答
1,145 次查看
igorpadykov
NXP Employee
NXP Employee

Hi HARIPRASATH

regarding was it fully optimised and utilise the neon core efficiently,

none software algorithms can not fully replace hardware gpu support, as

for blending, i.MX7 has more efficient hardware support using PxP engine

described in sect.13.7.3 Top-level architecture i.MX7D Reference Manual

http://cache.nxp.com/files/32bit/doc/ref_manual/IMX7DRM.pdf

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,146 次查看
igorpadykov
NXP Employee
NXP Employee

Hi HARIPRASATH

regarding was it fully optimised and utilise the neon core efficiently,

none software algorithms can not fully replace hardware gpu support, as

for blending, i.MX7 has more efficient hardware support using PxP engine

described in sect.13.7.3 Top-level architecture i.MX7D Reference Manual

http://cache.nxp.com/files/32bit/doc/ref_manual/IMX7DRM.pdf

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复