Enable MMIO pipe reset for compute pipes.
Signed-off-by: Alex Deucher <[email protected]>
---
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
b/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
index 385dbb1680b3b..d9dbfadbda892 100644
--- a/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
@@ -486,9 +486,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);
--
2.54.0