diff options
author | Philip Yang <Philip.Yang@amd.com> | 2024-11-23 01:36:15 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-12-18 20:39:07 +0300 |
commit | f607b2b867bbef8a3a76de8d0eccf7429782bdca (patch) | |
tree | 76ace342da8d893ccebe11158f104971e8714ff0 /tools/perf/scripts/python/task-analyzer.py | |
parent | 11815bb0e30966321ff4351b55ad7b6f2e0a63bf (diff) | |
download | linux-f607b2b867bbef8a3a76de8d0eccf7429782bdca.tar.xz |
drm/amdkfd: KFD interrupt access ih_fifo data in-place
To handle 40000 to 80000 interrupts per second running CPX mode with 4
streams/queues per KFD node, KFD interrupt handler becomes the
performance bottleneck.
Remove the kfifo_out memcpy overhead by accessing ih_fifo data in-place
and updating rptr with kfifo_skip_count.
Signed-off-by: Philip Yang <Philip.Yang@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions