I found that there are some codes of GPU job preemption and fault handling in the Mali GPU Driver, is there any documents/articles about on which circumstances does Mali GPU driver initiatively stop a GPU job running on the GPU?
If you have multiple processes using the GPU, the kernel driver enforces some level of fair share so that one process can't DoS the system.
Cheers,
P