On Mon, 21 Jun 2021 15:38:56 +0200
Boris Brezillon <[email protected]> wrote:

> Jobs can be in-flight when the file descriptor is closed (either because
> the process did not terminate properly, or because it didn't wait for
> all GPU jobs to be finished), and apparently panfrost_job_close() does
> not cancel already running jobs. Let's refcount the MMU context object
> so it's lifetime is no longer bound to the FD lifetime and running jobs
> can finish properly without generating spurious page faults.
> 
> Reported-by: Icecream95 <[email protected]>
> Fixes: 7282f7645d06 ("drm/panfrost: Implement per FD address spaces")
> Cc: <[email protected]>
> Signed-off-by: Boris Brezillon <[email protected]>

Queued this patch to drm-misc-next. I'll respin the rest of this series.

Reply via email to