Hello there,
I'am developing a job schedule policy for Mali T628. But I am confused about Jos Slot and Address Space:
1. What does Job Slot mean? What is the relationship between job slot and shader core?
Mali T628 has 8 shader core. But I get the amount of job slot is 3 ( by printk gpu_props->num_job_slots).
2. What does Address Space mean?
Does it mean a space in memory to store process's context during context swicth?
Is context switch by hardware?
3. What the GPU do during soft and hard stop a job?
Thank you!
I am wondering what a badly behaving GPU process could be like and under what situations?
Very very long running threads/pixels which don't complete quickly enough to stop the GPU work before the timeout.
Can any user application cause a GPU reset?
Technically, yes, but the application would have to be exceptionally strange (e.g. taking longer than the hard-stop timeout to render a tiny screen region or small number of vertices or compute work groups).
Is it expected to come across hard stops and GPU reset?
Under normal usage, no.
If your synthetic test has an exceptionally high number of layers per pixel, and/or very long shader programs, then it is certainly possible (real applications wouldn't do this).
HTH, Pete