Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dsmumgr.c72 if (NULL != hwmgr->smumgr_funcs->update_sclk_threshold) in smum_update_sclk_threshold()
73 return hwmgr->smumgr_funcs->update_sclk_threshold(hwmgr); in smum_update_sclk_threshold()
H A Dvegam_smumgr.c2299 .update_sclk_threshold = vegam_update_sclk_threshold,
H A Dfiji_smumgr.c2667 .update_sclk_threshold = fiji_update_sclk_threshold,
H A Diceland_smumgr.c2676 .update_sclk_threshold = iceland_update_sclk_threshold,
H A Dpolaris10_smumgr.c2514 .update_sclk_threshold = polaris10_update_sclk_threshold,
H A Dci_smumgr.c2972 .update_sclk_threshold = ci_update_sclk_threshold,
H A Dtonga_smumgr.c3246 .update_sclk_threshold = tonga_update_sclk_threshold,
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h206 int (*update_sclk_threshold)(struct pp_hwmgr *hwmgr); member