Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c335 smu->user_dpm_profile.clk_dependency = 0; in smu_set_user_clk_dependencies()
336 smu->user_dpm_profile.clk_dependency = BIT(SMU_FCLK) | BIT(SMU_SOCCLK); in smu_set_user_clk_dependencies()
339 if (smu->user_dpm_profile.clk_dependency == (BIT(SMU_FCLK) | BIT(SMU_SOCCLK))) in smu_set_user_clk_dependencies()
342 smu->user_dpm_profile.clk_dependency = 0; in smu_set_user_clk_dependencies()
343 smu->user_dpm_profile.clk_dependency = BIT(SMU_MCLK) | BIT(SMU_SOCCLK); in smu_set_user_clk_dependencies()
346 if (smu->user_dpm_profile.clk_dependency == (BIT(SMU_FCLK) | BIT(SMU_SOCCLK))) in smu_set_user_clk_dependencies()
349 smu->user_dpm_profile.clk_dependency = 0; in smu_set_user_clk_dependencies()
350 smu->user_dpm_profile.clk_dependency = BIT(SMU_MCLK) | BIT(SMU_FCLK); in smu_set_user_clk_dependencies()
376 smu->user_dpm_profile.flags |= SMU_DPM_USER_PROFILE_RESTORE; in smu_restore_dpm_user_profile()
379 if (smu->user_dpm_profile.power_limit) { in smu_restore_dpm_user_profile()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c1168 return smu->user_dpm_profile.fan_mode; in smu_v11_0_get_fan_control_mode()
1267 if ((smu->user_dpm_profile.flags & SMU_CUSTOM_FAN_SPEED_PWM) in smu_v11_0_get_fan_speed_pwm()
1268 && !smu->user_dpm_profile.fan_speed_pwm) { in smu_v11_0_get_fan_speed_pwm()
1300 if ((smu->user_dpm_profile.flags & SMU_CUSTOM_FAN_SPEED_RPM) in smu_v11_0_get_fan_speed_rpm()
1301 && !smu->user_dpm_profile.fan_speed_rpm) { in smu_v11_0_get_fan_speed_rpm()
Darcturus_ppt.c1224 if ((smu->user_dpm_profile.flags & SMU_CUSTOM_FAN_SPEED_RPM) in arcturus_get_fan_speed_rpm()
1225 && !smu->user_dpm_profile.fan_speed_rpm) { in arcturus_get_fan_speed_rpm()
1302 if ((smu->user_dpm_profile.flags & SMU_CUSTOM_FAN_SPEED_PWM) in arcturus_get_fan_speed_pwm()
1303 && !smu->user_dpm_profile.fan_speed_pwm) { in arcturus_get_fan_speed_pwm()
Dnavi10_ppt.c2476 smu->user_dpm_profile.user_od = true; in navi10_od_edit_dpm_table()
2481 smu->user_dpm_profile.user_od = false; in navi10_od_edit_dpm_table()
Dsienna_cichlid_ppt.c2144 smu->user_dpm_profile.user_od = true; in sienna_cichlid_od_edit_dpm_table()
2149 smu->user_dpm_profile.user_od = false; in sienna_cichlid_od_edit_dpm_table()
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h561 struct smu_user_dpm_profile user_dpm_profile; member