]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/gfx11: properly reference EOP interrupts for userqs
authorAlex Deucher <alexander.deucher@amd.com>
Sun, 13 Apr 2025 14:16:58 +0000 (10:16 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Apr 2025 14:54:56 +0000 (10:54 -0400)
commitac9984cee7e17fad030708f6462f272cf82a5f74
tree662fd2ba2a8c0d1905ff2bf68feb1d5a05b14727
parent6b9d26089f56fb05c1f13027bfff53a63ba6f64d
drm/amdgpu/gfx11: properly reference EOP interrupts for userqs

Regardless of whether we disable kernel queues, we need
to take an extra reference to the pipe interrupts for
user queues to make sure they stay enabled in case we
disable them for kernel queues.

Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c