Home
last modified time | relevance | path

Searched refs:shared_rail (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.h350 extern int atomctrl_get_vddc_shared_railinfo(struct pp_hwmgr *hwmgr, uint8_t *shared_rail);
H A Dppatomctrl.c1438 int atomctrl_get_vddc_shared_railinfo(struct pp_hwmgr *hwmgr, uint8_t *shared_rail) in atomctrl_get_vddc_shared_railinfo() argument
1447 *shared_rail = psmu_info->ucSharePowerSource; in atomctrl_get_vddc_shared_railinfo()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dpolaris10_smumgr.c1030 uint8_t shared_rail; in polaris10_get_vddc_shared_railinfo() local
1032 if (!atomctrl_get_vddc_shared_railinfo(hwmgr, &shared_rail)) in polaris10_get_vddc_shared_railinfo()
1033 table->SharedRails = shared_rail; in polaris10_get_vddc_shared_railinfo()