Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dsmumgr.c201 int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) in smum_update_dpm_settings() argument
204 return hwmgr->smumgr_funcs->update_dpm_settings(hwmgr, profile_setting); in smum_update_dpm_settings()
H A Dfiji_smumgr.c2557 void *profile_setting) in fiji_update_dpm_settings() argument
2575 if (profile_setting == NULL) in fiji_update_dpm_settings()
2578 setting = (struct profile_mode_setting *)profile_setting; in fiji_update_dpm_settings()
H A Dpolaris10_smumgr.c2404 void *profile_setting) in polaris10_update_dpm_settings() argument
2422 if (profile_setting == NULL) in polaris10_update_dpm_settings()
2425 setting = (struct profile_mode_setting *)profile_setting; in polaris10_update_dpm_settings()
H A Dci_smumgr.c2757 void *profile_setting) in ci_update_dpm_settings() argument
2775 if (profile_setting == NULL) in ci_update_dpm_settings()
2778 setting = (struct profile_mode_setting *)profile_setting; in ci_update_dpm_settings()
H A Dtonga_smumgr.c3136 void *profile_setting) in tonga_update_dpm_settings() argument
3154 if (profile_setting == NULL) in tonga_update_dpm_settings()
3157 setting = (struct profile_mode_setting *)profile_setting; in tonga_update_dpm_settings()
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dsmumgr.h112 extern int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting);
H A Dhwmgr.h217 int (*update_dpm_settings)(struct pp_hwmgr *hwmgr, void *profile_setting);