summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2018-01-24 13:50:48 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 14:19:05 -0500
commit6fa3ef3a9c4503d7769019a7b00f3f2e0e7d7c68 (patch)
treed48f55ea7dda3ec42f61c77ccec6fd9af145b57a /drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
parent6b034e25c86805d14259668a3ce6dc27c7509557 (diff)
downloadop-kernel-dev-6fa3ef3a9c4503d7769019a7b00f3f2e0e7d7c68.zip
op-kernel-dev-6fa3ef3a9c4503d7769019a7b00f3f2e0e7d7c68.tar.gz
drm/amd/pp: Delete debug info when set power_profile_mode
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
index f12b9e7..39ef93a 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
@@ -719,7 +719,6 @@ static ssize_t amdgpu_set_pp_power_profile_mode(struct device *dev,
count = -EINVAL;
goto fail;
}
- pr_info("value is %ld \n", parameter[parameter_size]);
parameter_size++;
while (isspace(*tmp_str))
tmp_str++;
OpenPOWER on IntegriCloud