commit | 061468c405fdf3b518d03bebbeafa0a9dc7300c2 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Mon Sep 16 10:35:53 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Sep 16 10:42:55 2019 -0500 |
tree | ce22d15f07af2746e085f827fc79607395e14056 | |
parent | 0f6064d6af94f90032a790072c2070d44ad3a26b [diff] |
drm/amdgpu: allocate PDs/PTs with no_gpu_wait in a page fault While handling a page fault we can't wait for other ongoing GPU operations or we can potentially run into deadlocks. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>