Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.c265 smu10_data->gfx_max_freq_limit = clock * 100; in smu10_set_soft_max_gfxclk_by_freq()
544 smu10_data->gfx_max_freq_limit = result / 10 * 1000; in smu10_populate_clock_table()
659 data->gfx_max_freq_limit/100, in smu10_dpm_force_dpm_level()
676 data->gfx_max_freq_limit/100, in smu10_dpm_force_dpm_level()
801 data->gfx_max_freq_limit/100, in smu10_dpm_force_dpm_level()
880 return data->gfx_max_freq_limit; in smu10_dpm_get_sclk()
992 low == 2 ? data->gfx_max_freq_limit/100 : in smu10_force_clock_level()
1001 data->gfx_max_freq_limit/100, in smu10_force_clock_level()
1044 if (now == data->gfx_max_freq_limit/100) in smu10_print_clock_levels()
1058 data->gfx_max_freq_limit/100, in smu10_print_clock_levels()
[all …]
H A Dsmu10_hwmgr.h288 uint32_t gfx_max_freq_limit; /* in 10Khz*/ member