Re: [PATCH 8/8] drm/etnaviv: expedited MMU fault handling

2023-06-21 Thread Christian Gmeiner
Hi Lucas > > The GPU is halted when it hits a MMU exception, so there is no point in > waiting for the job timeout to expire or try to work out if the GPU is > still making progress in the timeout handler, as we know that the GPU > won't make any more progress. > > Signed-off-by: Lucas Stach

[PATCH 8/8] drm/etnaviv: expedited MMU fault handling

2023-06-07 Thread Lucas Stach
The GPU is halted when it hits a MMU exception, so there is no point in waiting for the job timeout to expire or try to work out if the GPU is still making progress in the timeout handler, as we know that the GPU won't make any more progress. Signed-off-by: Lucas Stach ---