Searched refs:update_sclk_threshold (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | smumgr.c | 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()
|
H A D | vegam_smumgr.c | 2298 .update_sclk_threshold = vegam_update_sclk_threshold,
|
H A D | fiji_smumgr.c | 2663 .update_sclk_threshold = fiji_update_sclk_threshold,
|
H A D | iceland_smumgr.c | 2678 .update_sclk_threshold = iceland_update_sclk_threshold,
|
H A D | ci_smumgr.c | 2978 .update_sclk_threshold = ci_update_sclk_threshold,
|
H A D | tonga_smumgr.c | 3260 .update_sclk_threshold = tonga_update_sclk_threshold,
|
H A D | polaris10_smumgr.c | 2581 .update_sclk_threshold = polaris10_update_sclk_threshold,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | smumgr.c | 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()
|
H A D | vegam_smumgr.c | 2296 .update_sclk_threshold = vegam_update_sclk_threshold,
|
H A D | fiji_smumgr.c | 2661 .update_sclk_threshold = fiji_update_sclk_threshold,
|
H A D | iceland_smumgr.c | 2678 .update_sclk_threshold = iceland_update_sclk_threshold,
|
H A D | tonga_smumgr.c | 3260 .update_sclk_threshold = tonga_update_sclk_threshold,
|
H A D | polaris10_smumgr.c | 2699 .update_sclk_threshold = polaris10_update_sclk_threshold,
|
H A D | ci_smumgr.c | 2979 .update_sclk_threshold = ci_update_sclk_threshold,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | hwmgr.h | 219 int (*update_sclk_threshold)(struct pp_hwmgr *hwmgr); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 218 int (*update_sclk_threshold)(struct pp_hwmgr *hwmgr); member
|
Completed in 46 milliseconds