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

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c1507 int32_t tmp_sclk, count, percentage; local
1518 tmp_sclk = hwmgr->pstate_mclk * percentage / 100;
1525 if (tmp_sclk >= vddc_dependency_on_sclk->entries[count].clk) {
1542 if (tmp_sclk >= vdd_dep_on_sclk->entries[count].clk) {
3176 int32_t tmp_sclk; local
3194 tmp_sclk = tmp_mclk * percentage / 100;
3199 if (tmp_sclk >= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk) {
3214 if (tmp_sclk >= table_info->vdd_dep_on_sclk->entries[count].clk) {

Completed in 147 milliseconds