drm/amdgpu/mes: use correct MES pipe for resets
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Apr 2025 19:27:20 +0000 (15:27 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Apr 2025 22:16:14 +0000 (18:16 -0400)
commit2e828a25f850f1b7bd9be61fdac07bf6901b0d08
treec9a4d5c6307472c5586297fe09b6e7673e4a563d
parent2408b0272b042e751b6a3cbbc14bb638bccfcefc
drm/amdgpu/mes: use correct MES pipe for resets

Use the KIQ pipe for kernel queues and the SCHED pipe for
user queues.

Fixes: 2408b0272b04 ("drm/amdgpu/mes: consolidate on a single mes reset callback")
Cc: Michael Chen <Michael.Chen@amd.com>
Cc: Shaoyun Liu <Shaoyun.Liu@amd.com>
Reviewed-by: Michael Chen <michael.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c