Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/
Dsmumgr.c205 int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) in smum_update_dpm_settings() argument
208 return hwmgr->smumgr_funcs->update_dpm_settings(hwmgr, profile_setting); in smum_update_dpm_settings()
Dfiji_smumgr.c2550 void *profile_setting) in fiji_update_dpm_settings() argument
2568 if (profile_setting == NULL) in fiji_update_dpm_settings()
2571 setting = (struct profile_mode_setting *)profile_setting; in fiji_update_dpm_settings()
Dpolaris10_smumgr.c2463 void *profile_setting) in polaris10_update_dpm_settings() argument
2481 if (profile_setting == NULL) in polaris10_update_dpm_settings()
2484 setting = (struct profile_mode_setting *)profile_setting; in polaris10_update_dpm_settings()
Dci_smumgr.c2758 void *profile_setting) in ci_update_dpm_settings() argument
2776 if (profile_setting == NULL) in ci_update_dpm_settings()
2779 setting = (struct profile_mode_setting *)profile_setting; in ci_update_dpm_settings()
Dtonga_smumgr.c3146 void *profile_setting) in tonga_update_dpm_settings() argument
3164 if (profile_setting == NULL) in tonga_update_dpm_settings()
3167 setting = (struct profile_mode_setting *)profile_setting; in tonga_update_dpm_settings()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dsmumgr.h113 extern int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting);
Dhwmgr.h230 int (*update_dpm_settings)(struct pp_hwmgr *hwmgr, void *profile_setting);