Searched refs:fan_ctrl_is_in_default_mode (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_thermal.c110 if (hwmgr->fan_ctrl_is_in_default_mode) {
117 hwmgr->fan_ctrl_is_in_default_mode = false;
135 if (!hwmgr->fan_ctrl_is_in_default_mode) {
140 hwmgr->fan_ctrl_is_in_default_mode = true;
H A Dvega10_thermal.c130 if (hwmgr->fan_ctrl_is_in_default_mode) {
137 hwmgr->fan_ctrl_is_in_default_mode = false;
159 if (!hwmgr->fan_ctrl_is_in_default_mode) {
168 hwmgr->fan_ctrl_is_in_default_mode = true;
H A Dhwmgr.c91 hwmgr->fan_ctrl_is_in_default_mode = true;
/linux-master/drivers/gpu/drm/radeon/
H A Dsi_dpm.h195 bool fan_ctrl_is_in_default_mode; member in struct:si_power_info
H A Dci_dpm.h292 bool fan_ctrl_is_in_default_mode; member in struct:ci_power_info
H A Dci_dpm.c910 if (pi->fan_ctrl_is_in_default_mode) {
915 pi->fan_ctrl_is_in_default_mode = false;
1188 if (!pi->fan_ctrl_is_in_default_mode) {
1196 pi->fan_ctrl_is_in_default_mode = true;
5904 pi->fan_ctrl_is_in_default_mode = true;
H A Dsi_dpm.c5949 if (si_pi->fan_ctrl_is_in_default_mode) {
5954 si_pi->fan_ctrl_is_in_default_mode = false;
6215 if (!si_pi->fan_ctrl_is_in_default_mode) {
6223 si_pi->fan_ctrl_is_in_default_mode = true;
7010 si_pi->fan_ctrl_is_in_default_mode = true;
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h1016 bool fan_ctrl_is_in_default_mode; member in struct:si_power_info
H A Dsi_dpm.c6467 if (si_pi->fan_ctrl_is_in_default_mode) {
6472 si_pi->fan_ctrl_is_in_default_mode = false;
6740 if (!si_pi->fan_ctrl_is_in_default_mode) {
6748 si_pi->fan_ctrl_is_in_default_mode = true;
7508 si_pi->fan_ctrl_is_in_default_mode = true;
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h784 bool fan_ctrl_is_in_default_mode; member in struct:pp_hwmgr

Completed in 150 milliseconds