Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dyellow_carp_ppt.c900 uint32_t max_dpm_level, min_dpm_level; in yellow_carp_get_dpm_ultimate_freq() local
978 min_dpm_level = clk_table->NumDfPstatesEnabled - 1; in yellow_carp_get_dpm_ultimate_freq()
981 min_dpm_level = 0; in yellow_carp_get_dpm_ultimate_freq()
985 min_dpm_level = 0; in yellow_carp_get_dpm_ultimate_freq()
993 ret = yellow_carp_get_dpm_freq_by_index(smu, clk_type, min_dpm_level, min); in yellow_carp_get_dpm_ultimate_freq()