Home
last modified time | relevance | path

Searched refs:update_smc_table (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dsmumgr.c81 if (NULL != hwmgr->smumgr_funcs->update_smc_table) in smum_update_smc_table()
82 return hwmgr->smumgr_funcs->update_smc_table(hwmgr, type); in smum_update_smc_table()
H A Dvegam_smumgr.c2294 .update_smc_table = vegam_update_smc_table,
H A Dfiji_smumgr.c2663 .update_smc_table = fiji_update_smc_table,
H A Dpolaris10_smumgr.c2510 .update_smc_table = polaris10_update_smc_table,
H A Dci_smumgr.c2980 .update_smc_table = ci_update_smc_table,
H A Dtonga_smumgr.c3242 .update_smc_table = tonga_update_smc_table,
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h204 int (*update_smc_table)(struct pp_hwmgr *hwmgr, uint32_t type); member