Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmumgr.c233 int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) in smum_update_dpm_settings() argument
236 return hwmgr->smumgr_funcs->update_dpm_settings(hwmgr, profile_setting); in smum_update_dpm_settings()
H A Dfiji_smumgr.c2548 void *profile_setting) in fiji_update_dpm_settings() argument
2566 if (profile_setting == NULL) in fiji_update_dpm_settings()
2569 setting = (struct profile_mode_setting *)profile_setting; in fiji_update_dpm_settings()
H A Dpolaris10_smumgr.c2586 void *profile_setting) in polaris10_update_dpm_settings() argument
2604 if (profile_setting == NULL) in polaris10_update_dpm_settings()
2607 setting = (struct profile_mode_setting *)profile_setting; in polaris10_update_dpm_settings()
H A Dci_smumgr.c2761 void *profile_setting) in ci_update_dpm_settings() argument
2779 if (profile_setting == NULL) in ci_update_dpm_settings()
2782 setting = (struct profile_mode_setting *)profile_setting; in ci_update_dpm_settings()
H A Dtonga_smumgr.c3147 void *profile_setting) in tonga_update_dpm_settings() argument
3165 if (profile_setting == NULL) in tonga_update_dpm_settings()
3168 setting = (struct profile_mode_setting *)profile_setting; in tonga_update_dpm_settings()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmumgr.h112 extern int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting);