Home
last modified time | relevance | path

Searched refs:pstate_disable (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.c324 smu10_data->pstate_disable = false; in smu10_reset_cc6_data()
951 bool cc6_disable, bool pstate_disable, bool pstate_switch_disable) in smu10_store_cc6_data() argument
957 pstate_disable != data->pstate_disable) { in smu10_store_cc6_data()
960 data->pstate_disable = pstate_disable; in smu10_store_cc6_data()
H A Dsmu10_hwmgr.h270 bool pstate_disable; member
H A Dsmu8_hwmgr.c1488 bool cc6_disable, bool pstate_disable, bool pstate_switch_disable) in smu8_store_cc6_data() argument
1495 pstate_disable != hw_data->cc6_settings.cpu_pstate_disable || in smu8_store_cc6_data()
1505 pstate_disable; in smu8_store_cc6_data()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h294 bool cc6_disable, bool pstate_disable,