git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58829aa
)
drm/amdgpu/cz: silence some dpm debug output
author
Alex Deucher
<alexander.deucher@amd.com>
Tue, 14 Jul 2015 21:37:48 +0000
(17:37 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 16 Jul 2015 16:39:43 +0000
(12:39 -0400)
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/cz_dpm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
b/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
index
cca8ee1
..
1a2d419
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/cz_dpm.c
+++ b/
drivers/gpu/drm/amd/amdgpu/cz_dpm.c
@@
-1679,9
+1679,9
@@
static int cz_dpm_unforce_dpm_levels(struct amdgpu_device *adev)
if (ret)
return ret;
- DRM_
INFO
("DPM unforce state min=%d, max=%d.\n",
-
pi->sclk_dpm.soft_min_clk,
-
pi->sclk_dpm.soft_max_clk);
+ DRM_
DEBUG
("DPM unforce state min=%d, max=%d.\n",
+ pi->sclk_dpm.soft_min_clk,
+ pi->sclk_dpm.soft_max_clk);
return 0;
}