Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_powertune.c1132 if (data->power_containment_features & in smu7_set_power_limit()
1159 data->power_containment_features = 0; in smu7_enable_power_containment()
1173 data->power_containment_features |= in smu7_enable_power_containment()
1186 data->power_containment_features |= in smu7_enable_power_containment()
1203 data->power_containment_features) { in smu7_disable_power_containment()
1206 if (data->power_containment_features & in smu7_disable_power_containment()
1216 if (data->power_containment_features & in smu7_disable_power_containment()
1226 if (data->power_containment_features & in smu7_disable_power_containment()
1235 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.h288 uint32_t power_containment_features; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_powertune.c1132 if (data->power_containment_features & in smu7_set_power_limit()
1159 data->power_containment_features = 0; in smu7_enable_power_containment()
1173 data->power_containment_features |= in smu7_enable_power_containment()
1186 data->power_containment_features |= in smu7_enable_power_containment()
1203 data->power_containment_features) { in smu7_disable_power_containment()
1206 if (data->power_containment_features & in smu7_disable_power_containment()
1216 if (data->power_containment_features & in smu7_disable_power_containment()
1226 if (data->power_containment_features & in smu7_disable_power_containment()
1235 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.h288 uint32_t power_containment_features; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_powertune.c1132 if (data->power_containment_features & in smu7_set_power_limit()
1159 data->power_containment_features = 0; in smu7_enable_power_containment()
1173 data->power_containment_features |= in smu7_enable_power_containment()
1186 data->power_containment_features |= in smu7_enable_power_containment()
1203 data->power_containment_features) { in smu7_disable_power_containment()
1206 if (data->power_containment_features & in smu7_disable_power_containment()
1216 if (data->power_containment_features & in smu7_disable_power_containment()
1226 if (data->power_containment_features & in smu7_disable_power_containment()
1235 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.h288 uint32_t power_containment_features; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dci_dpm.h230 u32 power_containment_features; member
H A Dci_dpm.c622 pi->power_containment_features = 0; in ci_enable_power_containment()
629 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_BAPM; in ci_enable_power_containment()
637 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_TDCLimit; in ci_enable_power_containment()
650 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_PkgPwrLimit; in ci_enable_power_containment()
657 if (pi->caps_power_containment && pi->power_containment_features) { in ci_enable_power_containment()
658 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_TDCLimit) in ci_enable_power_containment()
661 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_BAPM) in ci_enable_power_containment()
664 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_PkgPwrLimit) in ci_enable_power_containment()
666 pi->power_containment_features = 0; in ci_enable_power_containment()
709 (pi->power_containment_features & POWERCONTAINMENT_FEATURE_BAPM)) { in ci_power_control_set_level()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dci_dpm.h233 u32 power_containment_features; member
H A Dci_dpm.c624 pi->power_containment_features = 0; in ci_enable_power_containment()
631 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_BAPM; in ci_enable_power_containment()
639 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_TDCLimit; in ci_enable_power_containment()
652 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_PkgPwrLimit; in ci_enable_power_containment()
659 if (pi->caps_power_containment && pi->power_containment_features) { in ci_enable_power_containment()
660 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_TDCLimit) in ci_enable_power_containment()
663 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_BAPM) in ci_enable_power_containment()
666 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_PkgPwrLimit) in ci_enable_power_containment()
668 pi->power_containment_features = 0; in ci_enable_power_containment()
1708 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_PkgPwrLimit) { in ci_set_power_limit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dci_dpm.h233 u32 power_containment_features; member
H A Dci_dpm.c624 pi->power_containment_features = 0; in ci_enable_power_containment()
631 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_BAPM; in ci_enable_power_containment()
639 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_TDCLimit; in ci_enable_power_containment()
652 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_PkgPwrLimit; in ci_enable_power_containment()
659 if (pi->caps_power_containment && pi->power_containment_features) { in ci_enable_power_containment()
660 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_TDCLimit) in ci_enable_power_containment()
663 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_BAPM) in ci_enable_power_containment()
666 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_PkgPwrLimit) in ci_enable_power_containment()
668 pi->power_containment_features = 0; in ci_enable_power_containment()
1708 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_PkgPwrLimit) { in ci_set_power_limit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dci_dpm.h233 u32 power_containment_features; member
H A Dci_dpm.c624 pi->power_containment_features = 0; in ci_enable_power_containment()
631 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_BAPM; in ci_enable_power_containment()
639 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_TDCLimit; in ci_enable_power_containment()
652 pi->power_containment_features |= POWERCONTAINMENT_FEATURE_PkgPwrLimit; in ci_enable_power_containment()
659 if (pi->caps_power_containment && pi->power_containment_features) { in ci_enable_power_containment()
660 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_TDCLimit) in ci_enable_power_containment()
663 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_BAPM) in ci_enable_power_containment()
666 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_PkgPwrLimit) in ci_enable_power_containment()
668 pi->power_containment_features = 0; in ci_enable_power_containment()
1708 if (pi->power_containment_features & POWERCONTAINMENT_FEATURE_PkgPwrLimit) { in ci_set_power_limit()