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

Question for profiling Mali on fbdev (modified)

Hello,

I'm trying to test mali for fbdev on my board. I have few questions about this.

1) Can I say that gpu is ported well when I run and passed all integration test programs(i.e., mali_base_jd_test, mali_base_map_test_quick, mali_base_ump_test, mali_egl_integration_tests) of DDK package?

What this test have to shows on the screen?

All integration test programs except 'mali_egl_integration_tests' didn't print anytihng on the screen. Is it okay?

2) 'mali_egl_integration_tests' printed two color -upper half is red and lower half is green - and later, it printed full white screen.

Is this the right screen output?

3) I modified  the value of 'end_buffer_count' from 3 to 1  in 'mali_egl_winsys_tests.c' to fix the test error.

Because my board only has single frame buffer - fb0. Can I say that I passed test well in my case?

4) I got only 18 fps result from 'mali_egl_integration_tests'. How can I enhance the performance?

Thank you.

Nari

Parents
  • Hi ackmicro,

    The Kernel side component of the Mali driver is under GPL and is freely available on our website.

    The userspace side component - referred here as the DDK sources - is proprietary and not freely available.

    Only licensees of our DDK have access to the source code, but we do publish prebuilt binaries on our website for public use.

    I hope that clarified things for you.

    Kind Regards,

    Michael McGeagh

Reply
  • Hi ackmicro,

    The Kernel side component of the Mali driver is under GPL and is freely available on our website.

    The userspace side component - referred here as the DDK sources - is proprietary and not freely available.

    Only licensees of our DDK have access to the source code, but we do publish prebuilt binaries on our website for public use.

    I hope that clarified things for you.

    Kind Regards,

    Michael McGeagh

Children