Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/amd: Make fence wait in suballocator uninterruptible
commit e2884fe upstream. Commit c103a23 ("drm/amd: Convert amdgpu to use suballocation helper.") made the fence wait in amdgpu_sa_bo_new() interruptible but there is no code to handle an interrupt. This caused the kernel to randomly explode in high-VRAM-pressure situations so make it uninterruptible again. Signed-off-by: Simon Pilkington <[email protected]> Fixes: c103a23 ("drm/amd: Convert amdgpu to use suballocation helper.") Reviewed-by: Christian König <[email protected]> Signed-off-by: Christian König <[email protected]> Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2761 CC: [email protected] # 6.4+ Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information