Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/
Dsmumgr.c166 if (NULL != hwmgr->smumgr_funcs->populate_all_graphic_levels) in smum_populate_all_graphic_levels()
167 return hwmgr->smumgr_funcs->populate_all_graphic_levels(hwmgr); in smum_populate_all_graphic_levels()
Dvegam_smumgr.c2297 .populate_all_graphic_levels = vegam_populate_all_graphic_levels,
Dfiji_smumgr.c2664 .populate_all_graphic_levels = fiji_populate_all_graphic_levels,
Diceland_smumgr.c2679 .populate_all_graphic_levels = iceland_populate_all_graphic_levels,
Dpolaris10_smumgr.c2577 .populate_all_graphic_levels = polaris10_populate_all_graphic_levels,
Dci_smumgr.c2953 .populate_all_graphic_levels = ci_populate_all_graphic_levels,
Dtonga_smumgr.c3259 .populate_all_graphic_levels = tonga_populate_all_graphic_levels,
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h223 int (*populate_all_graphic_levels)(struct pp_hwmgr *hwmgr); member