Arm Community
Site
Search
User
Site
Search
User
Groups
Education Hub
Distinguished Ambassadors
Open Source Software and Platforms
Research Collaboration and Enablement
Forums
AI and ML forum
Architectures and Processors forum
Arm Development Platforms forum
Arm Development Studio forum
Arm Virtual Hardware forum
Automotive forum
Compilers and Libraries forum
Graphics, Gaming, and VR forum
High Performance Computing (HPC) forum
Infrastructure Solutions forum
Internet of Things (IoT) forum
Keil forum
Morello forum
Operating Systems forum
SoC Design and Simulation forum
SystemReady Forum
Blogs
AI and ML blog
Announcements
Architectures and Processors blog
Automotive blog
Graphics, Gaming, and VR blog
High Performance Computing (HPC) blog
Infrastructure Solutions blog
Internet of Things (IoT) blog
Operating Systems blog
SoC Design and Simulation blog
Tools, Software and IDEs blog
Support
Arm Support Services
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Support forums
Graphics, Gaming, and VR forum
Unable to benefit from Mali 400 within Android
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
136 subscribers
Views
4565 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 11 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 11 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
Up
0
Down
Cancel
Reply
Chris Varnsverry
over 11 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
Up
0
Down
Cancel
Children
No data