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

SMMU in Mali GPUs

Hello everyone!

I'm wondering if any Arm Mali GPUs, except for Mali-G78AE, are connected to a SMMU.
I have checked that Mali-G610 isn't connected to SMMU (at least in sysfs & device tree).

It's common to have peripherals isolated via SMMU or IOMMU -- I wonder if there are any Mali GPUs that does this too.

Thank you!

Parents
  • The memory system downstream of the GPU is a silicon partner implementation choice, so "it depends". It is common to have some type of SMMU on the GPU access path, although often with a large page size to cope with the bandwidth requirements that the media subsystem places on the MMU TLBs.

Reply
  • The memory system downstream of the GPU is a silicon partner implementation choice, so "it depends". It is common to have some type of SMMU on the GPU access path, although often with a large page size to cope with the bandwidth requirements that the media subsystem places on the MMU TLBs.

Children