This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unable to benefit from Mali 400 within Android

Note: This was originally posted on 19th January 2013 at http://forums.arm.com

We have Linux kernel 2.6.34 compiled with Mali and UMP modules.  We have not had compile errors.  Everything completes fine.  These modules are initialized within the init.rc when Android 4.0.4 starts. 

However, there appears to be no benefit from the GPU.  Applications still rely on the CPU and HD video and games are quite choppy because of this issue.

Could anyone provide me with a starting point for determining what is prohibiting the Mali 400 GPU from being utilized within Android?


Thank you very much in advance.
Parents
  • Note: This was originally posted on 20th January 2013 at http://forums.arm.com

    Hi derekcentrico,


    The kernel space modules (.ko's) only work in conjunction with userspace libraries (.so's) such as libGLESv2.so and libEGL.so, which expose the GLES and EGL APIs respectively. Do your applications use these libraries, and if so are they present on the target device? If your target device is a commercial one such as a phone or tablet then they will ship with these drivers present in the filesystem, but if you are working on a development board or a custom build of Android then this may not be the case. Can I ask what device you are having trouble with?

    Thanks,
    Chris
Reply
  • Note: This was originally posted on 20th January 2013 at http://forums.arm.com

    Hi derekcentrico,


    The kernel space modules (.ko's) only work in conjunction with userspace libraries (.so's) such as libGLESv2.so and libEGL.so, which expose the GLES and EGL APIs respectively. Do your applications use these libraries, and if so are they present on the target device? If your target device is a commercial one such as a phone or tablet then they will ship with these drivers present in the filesystem, but if you are working on a development board or a custom build of Android then this may not be the case. Can I ask what device you are having trouble with?

    Thanks,
    Chris
Children
No data