Searched refs:arcturus_get_current_clk_freq_by_table (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | arcturus_ppt.c | 695 static int arcturus_get_current_clk_freq_by_table(struct smu_context *smu, in arcturus_get_current_clk_freq_by_table() function 782 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_GFXCLK, &now); in arcturus_print_clk_levels() 809 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_UCLK, &now); in arcturus_print_clk_levels() 832 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_SOCCLK, &now); in arcturus_print_clk_levels() 855 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_FCLK, &now); in arcturus_print_clk_levels() 878 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_VCLK, &now); in arcturus_print_clk_levels() 901 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_DCLK, &now); in arcturus_print_clk_levels() 1158 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_UCLK, (uint32_t *)data); in arcturus_read_sensor() 1164 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_GFXCLK, (uint32_t *)data); in arcturus_read_sensor()
|