Home
last modified time | relevance | path

Searched refs:max_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
948 max_dpm_level = 0; in yellow_carp_get_dpm_ultimate_freq()
951 max_dpm_level = clk_table->NumSocClkLevelsEnabled - 1; in yellow_carp_get_dpm_ultimate_freq()
955 max_dpm_level = clk_table->VcnClkLevelsEnabled - 1; in yellow_carp_get_dpm_ultimate_freq()
963 ret = yellow_carp_get_dpm_freq_by_index(smu, clk_type, max_dpm_level, max); in yellow_carp_get_dpm_ultimate_freq()