mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-23 19:14:30 +08:00
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:
parent
6b034e25c8
commit
6fa3ef3a9c
@ -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++;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user