Home
last modified time | relevance | path

Searched refs:user_dpm_profile (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c318 smu->user_dpm_profile.clk_dependency = 0; in smu_set_user_clk_dependencies()
319 smu->user_dpm_profile.clk_dependency = BIT(SMU_FCLK) | BIT(SMU_SOCCLK); in smu_set_user_clk_dependencies()
322 if (smu->user_dpm_profile.clk_dependency == (BIT(SMU_FCLK) | BIT(SMU_SOCCLK))) in smu_set_user_clk_dependencies()
325 smu->user_dpm_profile.clk_dependency = 0; in smu_set_user_clk_dependencies()
326 smu->user_dpm_profile.clk_dependency = BIT(SMU_MCLK) | BIT(SMU_SOCCLK); in smu_set_user_clk_dependencies()
329 if (smu->user_dpm_profile.clk_dependency == (BIT(SMU_FCLK) | BIT(SMU_SOCCLK))) in smu_set_user_clk_dependencies()
332 smu->user_dpm_profile.clk_dependency = 0; in smu_set_user_clk_dependencies()
333 smu->user_dpm_profile.clk_dependency = BIT(SMU_MCLK) | BIT(SMU_FCLK); in smu_set_user_clk_dependencies()
359 smu->user_dpm_profile.flags |= SMU_DPM_USER_PROFILE_RESTORE; in smu_restore_dpm_user_profile()
362 if (smu->user_dpm_profile.power_limit) { in smu_restore_dpm_user_profile()
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c1161 return smu->user_dpm_profile.fan_mode; in smu_v11_0_get_fan_control_mode()
1262 if ((smu->user_dpm_profile.flags & SMU_CUSTOM_FAN_SPEED_PWM) in smu_v11_0_get_fan_speed_pwm()
1263 && !smu->user_dpm_profile.fan_speed_pwm) { in smu_v11_0_get_fan_speed_pwm()
1295 if ((smu->user_dpm_profile.flags & SMU_CUSTOM_FAN_SPEED_RPM) in smu_v11_0_get_fan_speed_rpm()
1296 && !smu->user_dpm_profile.fan_speed_rpm) { in smu_v11_0_get_fan_speed_rpm()
Darcturus_ppt.c1219 if ((smu->user_dpm_profile.flags & SMU_CUSTOM_FAN_SPEED_RPM) in arcturus_get_fan_speed_rpm()
1220 && !smu->user_dpm_profile.fan_speed_rpm) { in arcturus_get_fan_speed_rpm()
1297 if ((smu->user_dpm_profile.flags & SMU_CUSTOM_FAN_SPEED_PWM) in arcturus_get_fan_speed_pwm()
1298 && !smu->user_dpm_profile.fan_speed_pwm) { in arcturus_get_fan_speed_pwm()
Dnavi10_ppt.c2659 smu->user_dpm_profile.user_od = true; in navi10_od_edit_dpm_table()
2664 smu->user_dpm_profile.user_od = false; in navi10_od_edit_dpm_table()
Dsienna_cichlid_ppt.c2337 smu->user_dpm_profile.user_od = true; in sienna_cichlid_od_edit_dpm_table()
2342 smu->user_dpm_profile.user_od = false; in sienna_cichlid_od_edit_dpm_table()
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h562 struct smu_user_dpm_profile user_dpm_profile; member