Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c2832 int32_t tmp_sclk; in smu7_get_profiling_clk() local
2850 tmp_sclk = tmp_mclk * percentage / 100; in smu7_get_profiling_clk()
2855 if (tmp_sclk >= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()
2856 tmp_sclk = hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk; in smu7_get_profiling_clk()
2863 tmp_sclk = hwmgr->dyn_state.vddc_dependency_on_sclk->entries[0].clk; in smu7_get_profiling_clk()
2873 if (tmp_sclk >= table_info->vdd_dep_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()
2874 tmp_sclk = table_info->vdd_dep_on_sclk->entries[count].clk; in smu7_get_profiling_clk()
2881 tmp_sclk = table_info->vdd_dep_on_sclk->entries[0].clk; in smu7_get_profiling_clk()
2894 hwmgr->pstate_sclk = tmp_sclk; in smu7_get_profiling_clk()