Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
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()
A Dfiji_smumgr.c2549 void *profile_setting) in fiji_update_dpm_settings() argument
2567 if (profile_setting == NULL) in fiji_update_dpm_settings()
2570 setting = (struct profile_mode_setting *)profile_setting; in fiji_update_dpm_settings()
A Dpolaris10_smumgr.c2589 void *profile_setting) in polaris10_update_dpm_settings() argument
2607 if (profile_setting == NULL) in polaris10_update_dpm_settings()
2610 setting = (struct profile_mode_setting *)profile_setting; in polaris10_update_dpm_settings()
A Dci_smumgr.c2759 void *profile_setting) in ci_update_dpm_settings() argument
2777 if (profile_setting == NULL) in ci_update_dpm_settings()
2780 setting = (struct profile_mode_setting *)profile_setting; in ci_update_dpm_settings()
A Dtonga_smumgr.c3148 void *profile_setting) in tonga_update_dpm_settings() argument
3166 if (profile_setting == NULL) in tonga_update_dpm_settings()
3169 setting = (struct profile_mode_setting *)profile_setting; in tonga_update_dpm_settings()
/linux/drivers/gpu/drm/amd/pm/inc/
A Dsmumgr.h112 extern int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting);
A Dhwmgr.h230 int (*update_dpm_settings)(struct pp_hwmgr *hwmgr, void *profile_setting);

Completed in 30 milliseconds