]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Don't enable sdma 4.4.5 CTXEMPTY interrupt
authorPhilip Yang <Philip.Yang@amd.com>
Tue, 26 Nov 2024 20:45:32 +0000 (15:45 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Dec 2024 17:39:07 +0000 (12:39 -0500)
commitb4b7271e5ca95b581f2fcc4ae852c4079215e92d
tree55aa5be43589586ec1c8c05bde8927b5ceefa893
parent34c4eb7d4e0cd443399a0f114d467d2b3ff05419
drm/amdgpu: Don't enable sdma 4.4.5 CTXEMPTY interrupt

The sdma context empty interrupt is dropped in amdgpu_irq_dispatch
as unregistered interrupt src_id 243, this interrupt accounts to 1/3 of
total interrupts and causes IH primary ring overflow when running
stressful benchmark application. Disable this interrupt has no side
effect found.

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>
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c