diff options
| author | Philip Yang <[email protected]> | 2024-11-26 16:33:15 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-12-18 17:39:07 +0000 |
| commit | 34db5a32617d102e8042151bb87590e43c97132e (patch) | |
| tree | c6e752e4208514bb16a697901bf6daf735d56afd /drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c | |
| parent | drm/amdgpu: Optimize gfx v9 GPU page fault handling (diff) | |
| download | kernel-34db5a32617d102e8042151bb87590e43c97132e.tar.gz kernel-34db5a32617d102e8042151bb87590e43c97132e.zip | |
drm/amdkfd: Queue interrupt work to different CPU
For CPX mode, each KFD node has interrupt worker to process ih_fifo to
send events to user space. Currently all interrupt workers of same adev
queue to same CPU, all workers execution are actually serialized and
this cause KFD ih_fifo overflow when CPU usage is high.
Use per-GPU unbounded highpri queue with number of workers equals to
number of partitions, let queue_work select the next CPU round robin
among the local CPUs of same NUMA.
Signed-off-by: Philip Yang <[email protected]>
Reviewed-by: Felix Kuehling <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c')
0 files changed, 0 insertions, 0 deletions
