Home
last modified time | relevance | path

Searched refs:profile_mode_setting (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu7_hwmgr.h191 struct profile_mode_setting { struct
329 struct profile_mode_setting current_profile_setting;
H A Dvega10_hwmgr.c4644 static const uint8_t profile_mode_setting[5][4] = {{70, 60, 1, 3,}, in vega10_get_power_profile_mode() local
4672 profile_mode_setting[i][0], profile_mode_setting[i][1], in vega10_get_power_profile_mode()
4673 profile_mode_setting[i][2], profile_mode_setting[i][3]); in vega10_get_power_profile_mode()
H A Dsmu7_hwmgr.c80 static const struct profile_mode_setting smu7_profiling[6] =
4929 len = sizeof(smu7_profiling) / sizeof(struct profile_mode_setting); in smu7_get_power_profile_mode()
4988 struct profile_mode_setting tmp; in smu7_set_power_profile_mode()
5009 memcpy(&data->current_profile_setting, &tmp, sizeof(struct profile_mode_setting)); in smu7_set_power_profile_mode()
5021 memcpy(&tmp, &smu7_profiling[mode], sizeof(struct profile_mode_setting)); in smu7_set_power_profile_mode()
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dfiji_smumgr.c2562 struct profile_mode_setting *setting; in fiji_update_dpm_settings()
2578 setting = (struct profile_mode_setting *)profile_setting; in fiji_update_dpm_settings()
H A Dpolaris10_smumgr.c2409 struct profile_mode_setting *setting; in polaris10_update_dpm_settings()
2425 setting = (struct profile_mode_setting *)profile_setting; in polaris10_update_dpm_settings()
H A Dci_smumgr.c2762 struct profile_mode_setting *setting; in ci_update_dpm_settings()
2778 setting = (struct profile_mode_setting *)profile_setting; in ci_update_dpm_settings()
H A Dtonga_smumgr.c3141 struct profile_mode_setting *setting; in tonga_update_dpm_settings()
3157 setting = (struct profile_mode_setting *)profile_setting; in tonga_update_dpm_settings()