commit | 129657c86f859e37cdfe48e97b00af89584aa62a | [log] [tgz] |
---|---|---|
author | Felix Kuehling <Felix.Kuehling@amd.com> | Wed Mar 04 15:57:23 2020 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Mar 06 14:40:30 2020 -0500 |
tree | 2e73e3060a207991b2946c9e7ca1c402525890a6 | |
parent | cc9f2fba37e5f64b84fe0bf49f7988124cf38d76 [diff] |
drm/amdkfd: Signal eviction fence on process destruction (v2) Otherwise BOs may wait for the fence indefinitely and never be destroyed. v2: Signal the fence right after destroying queues to avoid unnecessary delaye-delete in kfd_process_wq_release Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Reviewed-by: xinhui pan <xinhui.pan@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>