Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmumgr.c85 if (NULL != hwmgr->smumgr_funcs->update_smc_table) in smum_update_smc_table()
86 return hwmgr->smumgr_funcs->update_smc_table(hwmgr, type); in smum_update_smc_table()
H A Dvegam_smumgr.c2291 .update_smc_table = vegam_update_smc_table,
H A Dfiji_smumgr.c2657 .update_smc_table = fiji_update_smc_table,
H A Dpolaris10_smumgr.c2695 .update_smc_table = polaris10_update_smc_table,
H A Dtonga_smumgr.c3256 .update_smc_table = tonga_update_smc_table,
H A Dci_smumgr.c2988 .update_smc_table = ci_update_smc_table,
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h216 int (*update_smc_table)(struct pp_hwmgr *hwmgr, uint32_t type); member