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

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu8_hwmgr.h251 uint32_t power_containment_features; member in struct:smu8_hwmgr
H A Dsmu7_hwmgr.h288 uint32_t power_containment_features; member in struct:smu7_hwmgr
H A Dsmu10_hwmgr.h235 uint32_t power_containment_features; member in struct:smu10_hwmgr
H A Dsmu7_powertune.c1129 if (data->power_containment_features &
1156 data->power_containment_features = 0;
1170 data->power_containment_features |=
1183 data->power_containment_features |=
1200 data->power_containment_features) {
1203 if (data->power_containment_features &
1213 if (data->power_containment_features &
1223 if (data->power_containment_features &
1232 data->power_containment_features = 0;
/linux-master/drivers/gpu/drm/radeon/
H A Dci_dpm.h231 u32 power_containment_features; member in struct:ci_power_info
H A Dci_dpm.c618 pi->power_containment_features = 0;
625 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_BAPM;
633 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_TDCLimit;
646 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_PkgPwrLimit;
653 if (pi->caps_power_containment && pi->power_containment_features) {
654 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_TDCLimit)
657 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_BAPM)
660 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_PkgPwrLimit)
662 pi->power_containment_features = 0;
1702 if (pi->power_containment_features
[all...]

Completed in 167 milliseconds