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

Where can I find in depth Technical Mali-400 documentation?

Hello,

I am looking for Mali-400 documentation. Not high level 'This is a great GPU with 4 pixel shader' powerpoint, but something along the lines of:

Here is the list of all the CPU accessible registers for the GPU and what happen when you read/write to them...

This type of info is usually made available for CPU periferials, but I am unable to locate anything like this for Mali.

Regards, Cryille

Parents
  • Hi cyrille,

    I don't think any documentation exists (at least publicly) that describes the registers that control GPU operation, as this is all typically handled by the kernel/userspace components of the driver stack. You're limited to what you can gather from the kernel driver as it is open source, and any documentation available from infocenter.arm.com, but there doesn't seem to be much touching on that area, so kernel driver is your best bet! I think the register interface is probably intentionally basic however, and won't tell you much.

    Can I ask what it is you were hoping to do with the information? Might be able to help further if I understand your use-case.

    Hope this helps,

    Chris

Reply
  • Hi cyrille,

    I don't think any documentation exists (at least publicly) that describes the registers that control GPU operation, as this is all typically handled by the kernel/userspace components of the driver stack. You're limited to what you can gather from the kernel driver as it is open source, and any documentation available from infocenter.arm.com, but there doesn't seem to be much touching on that area, so kernel driver is your best bet! I think the register interface is probably intentionally basic however, and won't tell you much.

    Can I ask what it is you were hoping to do with the information? Might be able to help further if I understand your use-case.

    Hope this helps,

    Chris

Children