Commit 6fa3ef3a authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher

drm/amd/pp: Delete debug info when set power_profile_mode

Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarRex Zhu <Rex.Zhu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 6b034e25
...@@ -719,7 +719,6 @@ static ssize_t amdgpu_set_pp_power_profile_mode(struct device *dev, ...@@ -719,7 +719,6 @@ static ssize_t amdgpu_set_pp_power_profile_mode(struct device *dev,
count = -EINVAL; count = -EINVAL;
goto fail; goto fail;
} }
pr_info("value is %ld \n", parameter[parameter_size]);
parameter_size++; parameter_size++;
while (isspace(*tmp_str)) while (isspace(*tmp_str))
tmp_str++; tmp_str++;
......
...@@ -5095,8 +5095,6 @@ static int vega10_set_power_profile_mode(struct pp_hwmgr *hwmgr, long *input, ui ...@@ -5095,8 +5095,6 @@ static int vega10_set_power_profile_mode(struct pp_hwmgr *hwmgr, long *input, ui
PPSMC_MSG_SetCustomGfxDpmParameters, PPSMC_MSG_SetCustomGfxDpmParameters,
busy_set_point | FPS<<8 | busy_set_point | FPS<<8 |
use_rlc_busy << 16 | min_active_level<<24); 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; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment