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

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

parent 6b034e25
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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++;
+0 −2
Original line number Diff line number Diff line
@@ -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;