Home
last modified time | relevance | path

Searched refs:power_containment_features (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu7_powertune.c1095 if (data->power_containment_features & in smu7_set_power_limit()
1118 data->power_containment_features = 0; in smu7_enable_power_containment()
1131 data->power_containment_features |= in smu7_enable_power_containment()
1143 data->power_containment_features |= in smu7_enable_power_containment()
1160 data->power_containment_features) { in smu7_disable_power_containment()
1163 if (data->power_containment_features & in smu7_disable_power_containment()
1172 if (data->power_containment_features & in smu7_disable_power_containment()
1181 if (data->power_containment_features & in smu7_disable_power_containment()
1189 data->power_containment_features = 0; in smu7_disable_power_containment()
H A Dsmu10_hwmgr.h235 uint32_t power_containment_features; member
H A Dsmu8_hwmgr.h251 uint32_t power_containment_features; member
H A Dsmu7_hwmgr.h275 uint32_t power_containment_features; member
/dragonfly/sys/dev/drm/radeon/
H A Dci_dpm.h232 u32 power_containment_features; member
H A Dci_dpm.c640 pi->power_containment_features = 0; in ci_enable_power_containment()
647 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_BAPM; in ci_enable_power_containment()
655 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_TDCLimit; in ci_enable_power_containment()
668 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_PkgPwrLimit; in ci_enable_power_containment()
675 if (pi->caps_power_containment && pi->power_containment_features) { in ci_enable_power_containment()
676 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_TDCLimit) in ci_enable_power_containment()
679 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_BAPM) in ci_enable_power_containment()
682 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_PkgPwrLimit) in ci_enable_power_containment()
684 pi->power_containment_features = 0; in ci_enable_power_containment()
1778 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_PkgPwrLimit) { in ci_set_power_limit()