Searched refs:update_sclk_threshold (Results 1 – 8 of 8) sorted by relevance
76 if (NULL != hwmgr->smumgr_funcs->update_sclk_threshold) in smum_update_sclk_threshold()77 return hwmgr->smumgr_funcs->update_sclk_threshold(hwmgr); in smum_update_sclk_threshold()
2299 .update_sclk_threshold = vegam_update_sclk_threshold,
2661 .update_sclk_threshold = fiji_update_sclk_threshold,
2677 .update_sclk_threshold = iceland_update_sclk_threshold,
2574 .update_sclk_threshold = polaris10_update_sclk_threshold,
2951 .update_sclk_threshold = ci_update_sclk_threshold,
3257 .update_sclk_threshold = tonga_update_sclk_threshold,
219 int (*update_sclk_threshold)(struct pp_hwmgr *hwmgr); member