summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/amdgpu_dpm.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2020-08-13 00:23:22 -0400
committerAlex Deucher <alexander.deucher@amd.com>2020-08-14 17:03:20 -0400
commit2a25ba97879f809e79642fca05178d4ee77f9f52 (patch)
treef11eaa31d4220f13e6d6d52b01d2f332ee928434 /drivers/gpu/drm/amd/pm/amdgpu_dpm.c
parent11043b7a995c18ea725c956825d1dfcbbdd8e78b (diff)
downloadlinux-2a25ba97879f809e79642fca05178d4ee77f9f52.tar.bz2
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 <kevin1.wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/amdgpu_dpm.c')
-rw-r--r--drivers/gpu/drm/amd/pm/amdgpu_dpm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/pm/amdgpu_dpm.c b/drivers/gpu/drm/amd/pm/amdgpu_dpm.c
index e480b54f6545..ca3fb32979d4 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)