[PATCH] drm/amd: Make fence wait in suballocator uninterruptible

2023-09-01 Thread Simon Pilkington
Commit c103a23f2f29 ("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. Fixes: c10

[PATCH] drm/amd: Make fence wait in suballocator uninterruptible

2023-09-01 Thread Simon Pilkington
c103a23f2f297c6ab2e5e74e39b655439f3524a6 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 --- drivers/