]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: fix gpu recovery disable with per queue reset
authorJonathan Kim <jonathan.kim@amd.com>
Wed, 8 Jan 2025 19:39:58 +0000 (14:39 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 9 Jan 2025 21:02:57 +0000 (16:02 -0500)
commit86bde64cb7957be393f84e5d35fb8dfc91e4ae7e
treee168d4c68b8c0ab40e5916eca65cc49247f9edc8
parentedec9b0690906f37024b0dc74a0a924006a2ff07
drm/amdgpu: fix gpu recovery disable with per queue reset

Per queue reset should be bypassed when gpu recovery is disabled
with module parameter.

Fixes: ee0a469cf917 ("drm/amdkfd: support per-queue reset on gfx9")
Signed-off-by: Jonathan Kim <jonathan.kim@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c