Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dtrinity_dpm.c1546 bool force_high; in trinity_apply_state_adjust_rules() local
1606 force_high = ((new_rps->class & ATOM_PPLIB_CLASSIFICATION_HDSTATE) || in trinity_apply_state_adjust_rules()
1609 force_high = (num_active_displays >= 3) || force_high; in trinity_apply_state_adjust_rules()
1610 ps->Dpm0PgNbPsLo = force_high ? 0x2 : 0x3; in trinity_apply_state_adjust_rules()
1612 ps->DpmXNbPsLo = force_high ? 0x2 : 0x3; in trinity_apply_state_adjust_rules()
H A Dkv_dpm.c2147 bool force_high; in kv_apply_state_adjust_rules() local
2243 force_high = (mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_apply_state_adjust_rules()
2246 ps->dpm0_pg_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()
2248 ps->dpmx_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()
2284 bool force_high; in kv_calculate_nbps_level_settings() local
2302 force_high = ((mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_calculate_nbps_level_settings()
2305 if (force_high) { in kv_calculate_nbps_level_settings()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu8_hwmgr.c1062 bool force_high; in smu8_apply_state_adjust_rules() local
1076 force_high = (clocks.memoryClock > data->sys_info.nbp_memory_clock[SMU8_NUM_NBPMEMORYCLOCK - 1]) in smu8_apply_state_adjust_rules()
1085 else if (!force_high && (smu8_ps->action == FORCE_HIGH)) in smu8_apply_state_adjust_rules()
1087 else if (force_high && (smu8_ps->action != FORCE_HIGH)) in smu8_apply_state_adjust_rules()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Dkv_dpm.c2201 bool force_high; in kv_apply_state_adjust_rules() local
2297 force_high = (mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_apply_state_adjust_rules()
2300 ps->dpm0_pg_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()
2302 ps->dpmx_nb_ps_lo = force_high ? 0x2 : 0x3; in kv_apply_state_adjust_rules()
2338 bool force_high; in kv_calculate_nbps_level_settings() local
2356 force_high = ((mclk >= pi->sys_info.nbp_memory_clock[3]) || in kv_calculate_nbps_level_settings()
2359 if (force_high) { in kv_calculate_nbps_level_settings()