Searched refs:pstate_sclk (Results 1 – 9 of 9) sorted by relevance
536 uint32_t pstate_sclk; member
801 uint32_t pstate_sclk; member
1526 hwmgr->pstate_sclk = vddc_dependency_on_sclk->entries[count].clk; in smu7_populate_umdpstate_clocks()1531 hwmgr->pstate_sclk = vddc_dependency_on_sclk->entries[0].clk; in smu7_populate_umdpstate_clocks()1543 hwmgr->pstate_sclk = vdd_dep_on_sclk->entries[count].clk; in smu7_populate_umdpstate_clocks()1548 hwmgr->pstate_sclk = vdd_dep_on_sclk->entries[0].clk; in smu7_populate_umdpstate_clocks()1558 hwmgr->pstate_sclk /= 100; in smu7_populate_umdpstate_clocks()
380 hwmgr->pstate_sclk = SMU10_UMD_PSTATE_GFXCLK; in smu10_populate_umdpstate_clocks()
1046 hwmgr->pstate_sclk = gfx_dpm_table->dpm_levels[VEGA12_UMD_PSTATE_GFXCLK_LEVEL].value; in vega12_populate_umdpstate_clocks()1049 hwmgr->pstate_sclk = gfx_dpm_table->dpm_levels[0].value; in vega12_populate_umdpstate_clocks()
3033 hwmgr->pstate_sclk = table_info->vdd_dep_on_sclk->entries[VEGA10_UMD_PSTATE_GFXCLK_LEVEL].clk; in vega10_populate_umdpstate_clocks()3036 hwmgr->pstate_sclk = table_info->vdd_dep_on_sclk->entries[0].clk; in vega10_populate_umdpstate_clocks()3044 hwmgr->pstate_sclk /= 100; in vega10_populate_umdpstate_clocks()
1033 hwmgr->pstate_sclk = table->entries[0].clk / 100; in smu8_populate_umdpstate_clocks()
1576 hwmgr->pstate_sclk = gfx_table->dpm_levels[VEGA20_UMD_PSTATE_GFXCLK_LEVEL].value; in vega20_populate_umdpstate_clocks()1579 hwmgr->pstate_sclk = gfx_table->dpm_levels[0].value; in vega20_populate_umdpstate_clocks()
821 *((uint32_t *)value) = hwmgr->pstate_sclk * 100; in pp_dpm_read_sensor()