diff options
| author | Christian König <[email protected]> | 2025-01-15 14:10:13 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-03-21 16:15:08 +0000 |
| commit | 16590745b571c07869ef8958e0bbe44ab6f08d1f (patch) | |
| tree | 997101d3406b365a00c3cade8727c09c996951df /drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | |
| parent | drm/amd/amdgpu: Revert "drm/amd/amdgpu: shorten the gfx idle worker timeout" (diff) | |
| download | kernel-16590745b571c07869ef8958e0bbe44ab6f08d1f.tar.gz kernel-16590745b571c07869ef8958e0bbe44ab6f08d1f.zip | |
drm/amdgpu: use GFP_NOWAIT for memory allocations
In the critical submission path memory allocations can't wait for
reclaim since that can potentially wait for submissions to finish.
Finally clean that up and mark most memory allocations in the critical
path with GFP_NOWAIT. The only exception left is the dma_fence_array()
used when no VMID is available, but that will be cleaned up later on.
Signed-off-by: Christian König <[email protected]>
Acked-by: Srinivasan Shanmugam <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_job.c')
0 files changed, 0 insertions, 0 deletions
