Arm Community
Site
Search
User
Site
Search
User
Support forums
Mobile, Graphics, and Gaming forum
Unable to benefit from Mali 400 within Android
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
137 subscribers
Views
4832 views
Users
0 members are here
OpenGL ES
Mali-GPU
Mali-400
Options
Share
More actions
Cancel
Related
How was your experience today?
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
Derek Gordon
over 12 years ago
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
Chris Varnsverry
over 12 years ago
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
Cancel
Vote up
0
Vote down
Cancel
Reply
Chris Varnsverry
over 12 years ago
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
Cancel
Vote up
0
Vote down
Cancel
Children
No data