drm/amdgpu: switch amdgpu_sdma_reset_engine to use the new sdma function pointers
authorJesse.zhang@amd.com <Jesse.zhang@amd.com>
Fri, 11 Apr 2025 06:48:52 +0000 (14:48 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Apr 2025 14:56:49 +0000 (10:56 -0400)
commitb22659d5d3520c82295981797e75de525365a411
treedbd44b8f0f988ab5888c9022898c58fc806df204
parenta5c34299d866f099c85567117717c18842e67da8
drm/amdgpu: switch amdgpu_sdma_reset_engine to use the new sdma function pointers

Replace old callback mechanism with direct calls to stop/start functions.

Suggested-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Jesse Zhang <jesse.zhang@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_sdma.c