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>
This commit is contained in:
Rex Zhu 2018-01-24 13:50:48 +08:00 committed by Alex Deucher
parent 6b034e25c8
commit 6fa3ef3a9c
2 changed files with 0 additions and 3 deletions

View File

@ -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++;

View File

@ -5095,8 +5095,6 @@ static int vega10_set_power_profile_mode(struct pp_hwmgr *hwmgr, long *input, ui
PPSMC_MSG_SetCustomGfxDpmParameters,
busy_set_point | FPS<<8 |
use_rlc_busy << 16 | min_active_level<<24);
pr_info("size is %d value is %x \n", size, busy_set_point | FPS<<8 |
use_rlc_busy << 16 | min_active_level<<24);
}
return 0;