Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c698 static int arcturus_get_current_clk_freq_by_table(struct smu_context *smu, in arcturus_get_current_clk_freq_by_table() function
785 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_GFXCLK, &now); in arcturus_print_clk_levels()
812 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_UCLK, &now); in arcturus_print_clk_levels()
835 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_SOCCLK, &now); in arcturus_print_clk_levels()
858 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_FCLK, &now); in arcturus_print_clk_levels()
881 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_VCLK, &now); in arcturus_print_clk_levels()
904 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_DCLK, &now); in arcturus_print_clk_levels()
1162 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_UCLK, (uint32_t *)data); in arcturus_read_sensor()
1168 ret = arcturus_get_current_clk_freq_by_table(smu, SMU_GFXCLK, (uint32_t *)data); in arcturus_read_sensor()