Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h536 uint32_t pstate_sclk; member
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h801 uint32_t pstate_sclk; member
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c1526 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()
H A Dsmu10_hwmgr.c380 hwmgr->pstate_sclk = SMU10_UMD_PSTATE_GFXCLK; in smu10_populate_umdpstate_clocks()
H A Dvega12_hwmgr.c1046 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()
H A Dvega10_hwmgr.c3033 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()
H A Dsmu8_hwmgr.c1033 hwmgr->pstate_sclk = table->entries[0].clk / 100; in smu8_populate_umdpstate_clocks()
H A Dvega20_hwmgr.c1576 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()
/linux/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c821 *((uint32_t *)value) = hwmgr->pstate_sclk * 100; in pp_dpm_read_sensor()