Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
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()
Dsmu10_hwmgr.h235 uint32_t power_containment_features; member
Dsmu8_hwmgr.h251 uint32_t power_containment_features; member
Dsmu7_hwmgr.h276 uint32_t power_containment_features; member
/Linux-v5.4/drivers/gpu/drm/radeon/
Dci_dpm.h233 u32 power_containment_features; member
Dci_dpm.c648 pi->power_containment_features = 0; in ci_enable_power_containment()
655 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_BAPM; in ci_enable_power_containment()
663 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_TDCLimit; in ci_enable_power_containment()
676 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_PkgPwrLimit; in ci_enable_power_containment()
683 if (pi->caps_power_containment && pi->power_containment_features) { in ci_enable_power_containment()
684 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_TDCLimit) in ci_enable_power_containment()
687 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_BAPM) in ci_enable_power_containment()
690 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_PkgPwrLimit) in ci_enable_power_containment()
692 pi->power_containment_features = 0; in ci_enable_power_containment()
1744 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_PkgPwrLimit) { in ci_set_power_limit()