From: Alex Deucher Date: Thu, 13 Aug 2020 04:23:22 +0000 (-0400) Subject: drm/amdgpu: drop log message in amdgpu_dpm_baco_reset() X-Git-Tag: v5.10.7~1332^2~30^2~129 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a25ba97879f809e79642fca05178d4ee77f9f52;p=platform%2Fkernel%2Flinux-rpi.git drm/amdgpu: drop log message in amdgpu_dpm_baco_reset() The caller does this now for all reset types. This is now a duplicate call. Reviewed-by: Kevin Wang Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/pm/amdgpu_dpm.c b/drivers/gpu/drm/amd/pm/amdgpu_dpm.c index e480b54..ca3fb32 100644 --- a/drivers/gpu/drm/amd/pm/amdgpu_dpm.c +++ b/drivers/gpu/drm/amd/pm/amdgpu_dpm.c @@ -1115,8 +1115,6 @@ int amdgpu_dpm_baco_reset(struct amdgpu_device *adev) struct smu_context *smu = &adev->smu; int ret = 0; - dev_info(adev->dev, "GPU BACO reset\n"); - if (is_support_sw_smu(adev)) { ret = smu_baco_enter(smu); if (ret)