]> git.hungrycats.org Git - linux/commitdiff
drm/amdgpu/mes11: enable compute MMIO pipe reset
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 14 May 2026 19:29:29 +0000 (15:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Jun 2026 19:51:35 +0000 (15:51 -0400)
Enable MMIO pipe reset for compute pipes.

Reviewed-by: Jesse Zhang <jesse.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c

index 820ee7a1d0b6c63f3f94aa0d4ee992cabb721c05..9e27d01cbfa30f1705ee014a473c4ba6ef01821c 100644 (file)
@@ -478,9 +478,6 @@ static int mes_v11_0_reset_compute_pipe_mmio(struct amdgpu_device *adev,
        uint32_t reset_val, clean_val;
        int r;
 
-       if (!mes_v11_0_pipe_reset_support(adev))
-               return -EOPNOTSUPP;
-
        amdgpu_gfx_rlc_enter_safe_mode(adev, 0);
        mutex_lock(&adev->srbm_mutex);
        soc21_grbm_select(adev, me, pipe, queue, 0);