Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c1509 int32_t tmp_sclk, count, percentage; in smu7_populate_umdpstate_clocks() local
1520 tmp_sclk = hwmgr->pstate_mclk * percentage / 100; in smu7_populate_umdpstate_clocks()
1527 if (tmp_sclk >= vddc_dependency_on_sclk->entries[count].clk) { in smu7_populate_umdpstate_clocks()
1544 if (tmp_sclk >= vdd_dep_on_sclk->entries[count].clk) { in smu7_populate_umdpstate_clocks()
3266 int32_t tmp_sclk; in smu7_get_profiling_clk() local
3284 tmp_sclk = tmp_mclk * percentage / 100; in smu7_get_profiling_clk()
3289 if (tmp_sclk >= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()
3304 if (tmp_sclk >= table_info->vdd_dep_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()