/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | smumgr.c | 233 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 D | fiji_smumgr.c | 2551 void *profile_setting) in fiji_update_dpm_settings() 2569 if (profile_setting == NULL) in fiji_update_dpm_settings() 2572 setting = (struct profile_mode_setting *)profile_setting; in fiji_update_dpm_settings() 2550 fiji_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) fiji_update_dpm_settings() argument
|
H A D | ci_smumgr.c | 2759 void *profile_setting) in ci_update_dpm_settings() 2777 if (profile_setting == NULL) in ci_update_dpm_settings() 2780 setting = (struct profile_mode_setting *)profile_setting; in ci_update_dpm_settings() 2758 ci_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) ci_update_dpm_settings() argument
|
H A D | tonga_smumgr.c | 3148 void *profile_setting) in tonga_update_dpm_settings() 3166 if (profile_setting == NULL) in tonga_update_dpm_settings() 3169 setting = (struct profile_mode_setting *)profile_setting; in tonga_update_dpm_settings() 3147 tonga_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) tonga_update_dpm_settings() argument
|
H A D | polaris10_smumgr.c | 2469 void *profile_setting) in polaris10_update_dpm_settings() 2487 if (profile_setting == NULL) in polaris10_update_dpm_settings() 2490 setting = (struct profile_mode_setting *)profile_setting; in polaris10_update_dpm_settings() 2468 polaris10_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) polaris10_update_dpm_settings() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | smumgr.c | 233 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 D | fiji_smumgr.c | 2549 void *profile_setting) in fiji_update_dpm_settings() 2567 if (profile_setting == NULL) in fiji_update_dpm_settings() 2570 setting = (struct profile_mode_setting *)profile_setting; in fiji_update_dpm_settings() 2548 fiji_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) fiji_update_dpm_settings() argument
|
H A D | tonga_smumgr.c | 3148 void *profile_setting) in tonga_update_dpm_settings() 3166 if (profile_setting == NULL) in tonga_update_dpm_settings() 3169 setting = (struct profile_mode_setting *)profile_setting; in tonga_update_dpm_settings() 3147 tonga_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) tonga_update_dpm_settings() argument
|
H A D | polaris10_smumgr.c | 2587 void *profile_setting) in polaris10_update_dpm_settings() 2605 if (profile_setting == NULL) in polaris10_update_dpm_settings() 2608 setting = (struct profile_mode_setting *)profile_setting; in polaris10_update_dpm_settings() 2586 polaris10_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) polaris10_update_dpm_settings() argument
|
H A D | ci_smumgr.c | 2760 void *profile_setting) in ci_update_dpm_settings() 2778 if (profile_setting == NULL) in ci_update_dpm_settings() 2781 setting = (struct profile_mode_setting *)profile_setting; in ci_update_dpm_settings() 2759 ci_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) ci_update_dpm_settings() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | smumgr.h | 112 extern int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting);
|
H A D | hwmgr.h | 230 int (*update_dpm_settings)(struct pp_hwmgr *hwmgr, void *profile_setting);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | smumgr.h | 112 extern int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting);
|
H A D | hwmgr.h | 229 int (*update_dpm_settings)(struct pp_hwmgr *hwmgr, void *profile_setting);
|