drm/amdgpu/sdma: handle paging queues in amdgpu_sdma_reset_engine()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Jun 2025 16:13:04 +0000 (12:13 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Jun 2025 16:19:20 +0000 (12:19 -0400)
commit9a9e87d15297ce72507178e93cbb773510c061cd
tree491fa707df85a6ddfaf32505e855dda2a4bf5fd4
parent4cede0ef2e8c8449d47b13e364e596d2382a69cb
drm/amdgpu/sdma: handle paging queues in amdgpu_sdma_reset_engine()

Need to properly start and stop paging queues if they are present.

This is not an issue today since we don't support a paging queue
on any chips with queue reset.

Fixes: b22659d5d352 ("drm/amdgpu: switch amdgpu_sdma_reset_engine to use the new sdma function pointers")
Reviewed-by: Jesse Zhang <Jesse.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c