drm/amdgpu: use GFP_ATOMIC instead of NOWAIT in the critical path
authorChristian König <christian.koenig@amd.com>
Tue, 28 Oct 2025 10:16:12 +0000 (11:16 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Nov 2025 16:27:56 +0000 (11:27 -0500)
commit991a4343b47acd34ba3541be76a5b3ff6fa71f9f
treed1e43204c5a11074e776dfbc5b37864d90ce9322
parent20459c098d688971237e56e30263ddce467c8c9b
drm/amdgpu: use GFP_ATOMIC instead of NOWAIT in the critical path

Otherwise job submissions can fail with ENOMEM.

We probably need to re-design the per VMID tracking at some point.

Signed-off-by: Christian König <christian.koenig@amd.com>
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4258
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c