Home
last modified time | relevance | path

Searched refs:PP_StateClassificationFlag_Boot (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpp_psm.c90 if (state->classification.flags & PP_StateClassificationFlag_Boot) { in psm_init_power_state_table()
193 if (!psm_get_state_by_classification(hwmgr, PP_StateClassificationFlag_Boot, in psm_set_boot_states()
H A Dvega12_processpptables.c328 result |= PP_StateClassificationFlag_Boot;
392 PP_StateClassificationFlag_Boot))
H A Dprocess_pptables_v1_0.c1263 result |= PP_StateClassificationFlag_Boot; in make_classification_flags()
1402 PP_StateClassificationFlag_Boot)) in get_powerplay_table_entry_v1_0()
H A Dvega10_processpptables.c1269 result |= PP_StateClassificationFlag_Boot; in make_classification_flags()
1333 PP_StateClassificationFlag_Boot)) in vega10_get_powerplay_table_entry()
H A Dprocesspptables.c625 result |= PP_StateClassificationFlag_Boot; in make_classification_flags()
961 if ((0 == result) && (0 != (ps->classification.flags & PP_StateClassificationFlag_Boot))) { in pp_tables_get_entry()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dpower_state.h57 PP_StateClassificationFlag_Boot = 0x0001, enumerator
/linux/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c485 if (state->classification.flags & PP_StateClassificationFlag_Boot) in pp_dpm_get_current_power_state()
621 if (state->classification.flags & PP_StateClassificationFlag_Boot) in pp_dpm_get_pp_num_states()