Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.h192 struct profile_mode_setting { struct
343 struct profile_mode_setting current_profile_setting;
H A Dsmu10_hwmgr.c1453 profile_mode_setting[6][4] = {{70, 60, 0, 0,}, in smu10_get_power_profile_mode() local
1478 profile_mode_setting[i][0], profile_mode_setting[i][1], in smu10_get_power_profile_mode()
1479 profile_mode_setting[i][2], profile_mode_setting[i][3]); in smu10_get_power_profile_mode()
H A Dvega10_hwmgr.c5325 static const uint8_t profile_mode_setting[6][4] = {{70, 60, 0, 0,}, in vega10_get_power_profile_mode() local
5350 profile_mode_setting[i][0], profile_mode_setting[i][1], in vega10_get_power_profile_mode()
5351 profile_mode_setting[i][2], profile_mode_setting[i][3]); in vega10_get_power_profile_mode()
H A Dsmu7_hwmgr.c86 static struct profile_mode_setting smu7_profiling[7] = {
5642 struct profile_mode_setting tmp; in smu7_set_power_profile_mode()
5673 memcpy(&data->current_profile_setting, &tmp, sizeof(struct profile_mode_setting)); in smu7_set_power_profile_mode()
5685 memcpy(&tmp, &smu7_profiling[mode], sizeof(struct profile_mode_setting)); in smu7_set_power_profile_mode()
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c2554 struct profile_mode_setting *setting; in fiji_update_dpm_settings()
2570 setting = (struct profile_mode_setting *)profile_setting; in fiji_update_dpm_settings()
H A Dpolaris10_smumgr.c2592 struct profile_mode_setting *setting; in polaris10_update_dpm_settings()
2608 setting = (struct profile_mode_setting *)profile_setting; in polaris10_update_dpm_settings()
H A Dci_smumgr.c2766 struct profile_mode_setting *setting; in ci_update_dpm_settings()
2782 setting = (struct profile_mode_setting *)profile_setting; in ci_update_dpm_settings()
H A Dtonga_smumgr.c3153 struct profile_mode_setting *setting; in tonga_update_dpm_settings()
3169 setting = (struct profile_mode_setting *)profile_setting; in tonga_update_dpm_settings()