Home
last modified time | relevance | path

Searched refs:ui_label (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpp_psm.c124 enum PP_StateUILabel ui_label, in psm_get_ui_state() argument
135 if (state->classification.ui_label & ui_label) { in psm_get_ui_state()
230 if ((*state)->classification.ui_label & label_id) in psm_set_user_performance_state()
H A Dsmu7_hwmgr.c3339 request_ps->classification.ui_label); in smu7_apply_state_adjust_rules()
3613 power_state->classification.ui_label = in smu7_get_pp_table_entry_callback_func_v1()
3735 switch (state->classification.ui_label) { in smu7_get_pp_table_entry_v1()
3883 switch (state->classification.ui_label) { in smu7_get_pp_table_entry_v0()
H A Dprocesspptables.c683 ps->classification.ui_label = (le16_to_cpu(pnon_clock_info->usClassification) & in init_non_clock_fields()
H A Dsmu8_hwmgr.c1091 data->battery_state = (PP_StateUILabel_Battery == prequest_ps->classification.ui_label); in smu8_apply_state_adjust_rules()
H A Dvega10_hwmgr.c3162 power_state->classification.ui_label = in vega10_get_pp_table_entry_callback_func()
3304 request_ps->classification.ui_label); in vega10_apply_state_adjust_rules()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dpower_state.h83 enum PP_StateUILabel ui_label; member
/linux/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c489 switch (state->classification.ui_label) { in pp_dpm_get_current_power_state()
625 switch (state->classification.ui_label) { in pp_dpm_get_pp_num_states()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h127 enum smu_state_ui_label ui_label; member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Drenoir_ppt.c627 switch (smu_dpm_ctx->dpm_current_power_state->classification.ui_label) { in renoir_get_current_power_state()