[PATCH] drm/amdgpu: remove leftover comment
Nirmoy Das
nirmoy.aiemd at gmail.com
Fri Jul 10 17:51:03 UTC 2020
Fixes: 394e9a14c63d58e0f (drm/amdgpu: Need to set the baco cap before baco reset)
Signed-off-by: Nirmoy Das <nirmoy.das at amd.com>
---
drivers/gpu/drm/amd/amdgpu/soc15.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
index 8c739b285915..59c974630991 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -986,9 +986,6 @@ static bool soc15_need_reset_on_init(struct amdgpu_device *adev)
{
u32 sol_reg;
- /* Just return false for soc15 GPUs. Reset does not seem to
- * be necessary.
- */
if (!amdgpu_passthrough(adev))
return false;
--
2.27.0
More information about the amd-gfx
mailing list