Is the neon core completely utilised in iMX7 Android

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is the neon core completely utilised in iMX7 Android

Jump to solution
693 Views
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 Kudos
1 Solution
478 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
479 Views
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 Kudos