Home
last modified time | relevance | path

Searched refs:update_sclk_threshold (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dsmumgr.c69 if (NULL != hwmgr->smumgr_funcs->update_sclk_threshold) in smum_update_sclk_threshold()
70 return hwmgr->smumgr_funcs->update_sclk_threshold(hwmgr); in smum_update_sclk_threshold()
Dvegam_smumgr.c2294 .update_sclk_threshold = vegam_update_sclk_threshold,
Dfiji_smumgr.c2665 .update_sclk_threshold = fiji_update_sclk_threshold,
Diceland_smumgr.c2673 .update_sclk_threshold = iceland_update_sclk_threshold,
Dpolaris10_smumgr.c2490 .update_sclk_threshold = polaris10_update_sclk_threshold,
Dci_smumgr.c2946 .update_sclk_threshold = ci_update_sclk_threshold,
Dtonga_smumgr.c3243 .update_sclk_threshold = tonga_update_sclk_threshold,
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h206 int (*update_sclk_threshold)(struct pp_hwmgr *hwmgr); member