Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c1507 int32_t tmp_sclk, count, percentage; in smu7_populate_umdpstate_clocks() local
1518 tmp_sclk = hwmgr->pstate_mclk * percentage / 100; in smu7_populate_umdpstate_clocks()
1525 if (tmp_sclk >= vddc_dependency_on_sclk->entries[count].clk) { in smu7_populate_umdpstate_clocks()
1542 if (tmp_sclk >= vdd_dep_on_sclk->entries[count].clk) { in smu7_populate_umdpstate_clocks()
3174 int32_t tmp_sclk; in smu7_get_profiling_clk() local
3192 tmp_sclk = tmp_mclk * percentage / 100; in smu7_get_profiling_clk()
3197 if (tmp_sclk >= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()
3212 if (tmp_sclk >= table_info->vdd_dep_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()