projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11043b7
)
drm/amdgpu: drop log message in amdgpu_dpm_baco_reset()
author
Alex Deucher
<alexander.deucher@amd.com>
Thu, 13 Aug 2020 04:23:22 +0000
(
00:23
-0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 14 Aug 2020 21:03:20 +0000
(17:03 -0400)
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>
drivers/gpu/drm/amd/pm/amdgpu_dpm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/pm/amdgpu_dpm.c
b/drivers/gpu/drm/amd/pm/amdgpu_dpm.c
index e480b54f654594fec0a78aadb31ef642363eb7ba..ca3fb32979d4da39706682489f9367921d51a6cf 100644
(file)
--- 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)