]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: don't call drm_sched_stop/start() in asic reset
authorAlex Deucher <alexander.deucher@amd.com>
Sat, 3 Jan 2026 18:29:19 +0000 (13:29 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:16:31 +0000 (14:16 -0500)
commit01fb6e8568866e98f250dde9d70c97f308db5f7b
tree2f3309f2643654299b87d5bc3f2088a197878ce2
parentd5e53ff42fa53fcf9ce7e9b9fef6876ebd14378e
drm/amdgpu: don't call drm_sched_stop/start() in asic reset

We only want to stop the work queues, not mess with the
fences, etc.

v2: add the job back to the pending list.
v3: return the proper job status so scheduler adds the
    job back to the pending list

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c