drm/amdgpu/mes11: update mes_reset_queue function to support sdma queue
authorJiadong Zhu <Jiadong.Zhu@amd.com>
Mon, 9 Sep 2024 06:19:53 +0000 (14:19 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 26 Sep 2024 21:06:16 +0000 (17:06 -0400)
commitced65debf4d8d17cba2a631392f29a0b3b006303
treed345827310bbf69a881a02f5d49afe00ef0d9b54
parentd7d2688bf4ea58734d73e18edcbf4684b1496d30
drm/amdgpu/mes11: update mes_reset_queue function to support sdma queue

Reset sdma queue through mmio based on me_id and queue_id.

v2: simplify callflows and register calculation.

Signed-off-by: Jiadong Zhu <Jiadong.Zhu@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_mes.c
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c