Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dsmumgr.c194 if (NULL != hwmgr->smumgr_funcs->populate_all_graphic_levels) in smum_populate_all_graphic_levels()
195 return hwmgr->smumgr_funcs->populate_all_graphic_levels(hwmgr); in smum_populate_all_graphic_levels()
Dvegam_smumgr.c2295 .populate_all_graphic_levels = vegam_populate_all_graphic_levels,
Dfiji_smumgr.c2664 .populate_all_graphic_levels = fiji_populate_all_graphic_levels,
Diceland_smumgr.c2680 .populate_all_graphic_levels = iceland_populate_all_graphic_levels,
Dpolaris10_smumgr.c2704 .populate_all_graphic_levels = polaris10_populate_all_graphic_levels,
Dci_smumgr.c2982 .populate_all_graphic_levels = ci_populate_all_graphic_levels,
Dtonga_smumgr.c3262 .populate_all_graphic_levels = tonga_populate_all_graphic_levels,
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h223 int (*populate_all_graphic_levels)(struct pp_hwmgr *hwmgr); member