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

Is Mali-400 MP GPU Technical Overview/Technical Reference Manual document free to get? If it is, but how could I get it?

Hi, all

I have had an access to infocenter.arm.com, but I got nothing but place-holder for Mali-400 MP GPU Technical Overview/TRM.

I wonder if those document is free to get. And what does it take to get them?

Best Regards,

Michael

Parents
  • Hi Firefly,

    There's nothing public that I'm aware of that describes the actual function/meaning of anything in the kernel code, besides what is released with that code or the comments in it.

    The kernel driver never touches an instance of _mali_io_address, it just passes pointers to instances of them around, so it's not necessary to define the type in the kernel module itself. I think this is either a handle returned by the kernel, or a mechanism to pass something from userspace to the hardware, one or the other.

    Hope this helps,

    Chris

Reply
  • Hi Firefly,

    There's nothing public that I'm aware of that describes the actual function/meaning of anything in the kernel code, besides what is released with that code or the comments in it.

    The kernel driver never touches an instance of _mali_io_address, it just passes pointers to instances of them around, so it's not necessary to define the type in the kernel module itself. I think this is either a handle returned by the kernel, or a mechanism to pass something from userspace to the hardware, one or the other.

    Hope this helps,

    Chris

Children
No data