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

gpu on mk908 rockchip3188 ...

Hello dear community members,

I've got mk908 which has gor ARM rockchip 3188 with android, so I flashed it and with oleg0's kernel 3.0.36+ (you can find who is he and his kernel) and I tried to us my rootfs which is Linux gentoo based root and everything is working fine except the gpu. I read several posts and blogs which are saying that you should have 4 modules to success which they are: mali.ko, drm.ko, mali_drm.ko and ump.ko. (Using Mali on Linux for Radxa Rock | androtab.info)

I had this four and they are right with my kernel (I inserted them and yes lsmod was showing the result ), and then I followed this link: Mali binary driver - linux-sunxi.org and yea I did every step but not any useful points...I downloaded many videos and several video playes ...(mplayer, gnome player, vlc) not working...
What should I do ?? what the steps that I should take ? are there any useful links ? are there any working drivers ?
Thank you all .

Parents
  • Hi shant19,

    Apologies for the delay in a response...

    I am confused towards the end of your question when you start talking about video players, and what this has to do with Mali GPU's. Let me explain...

    A GPU such as Mali-400, processed 3D graphics, using API's such as OpenGL ES 2.0. It renders geometry and rasterizes pixels to the screen. It is not a video decoder.

    When you watch a video, the video is most likely decoded using a hardware accelerated video decoder unit. ARM does also license this technology, and is known as Mali-Vxxx (Example is the Mali-V500).

    I do not believe the RK3188 has the Mali-V500 however, but is likely to use someone elses VDU (or their own).

    If your issue is to do with video playback, then you should contact your device manufacturer for support in using the VDU.

    If, however, you are having problems with graphics rendering, then please let us know the problem and we will investigate further.

    Kind Regards,

    Michael McGeagh

Reply
  • Hi shant19,

    Apologies for the delay in a response...

    I am confused towards the end of your question when you start talking about video players, and what this has to do with Mali GPU's. Let me explain...

    A GPU such as Mali-400, processed 3D graphics, using API's such as OpenGL ES 2.0. It renders geometry and rasterizes pixels to the screen. It is not a video decoder.

    When you watch a video, the video is most likely decoded using a hardware accelerated video decoder unit. ARM does also license this technology, and is known as Mali-Vxxx (Example is the Mali-V500).

    I do not believe the RK3188 has the Mali-V500 however, but is likely to use someone elses VDU (or their own).

    If your issue is to do with video playback, then you should contact your device manufacturer for support in using the VDU.

    If, however, you are having problems with graphics rendering, then please let us know the problem and we will investigate further.

    Kind Regards,

    Michael McGeagh

Children