Searched refs:gfx_table (Results 1 – 16 of 16) sorted by relevance
315 dpm_table = &dpm_context->dpm_tables.gfx_table; in aldebaran_set_default_dpm_table()493 struct smu_13_0_dpm_table *gfx_table = in aldebaran_populate_umd_state_clk() local494 &dpm_context->dpm_tables.gfx_table; in aldebaran_populate_umd_state_clk()502 pstate_table->gfxclk_pstate.min = gfx_table->min; in aldebaran_populate_umd_state_clk()503 pstate_table->gfxclk_pstate.peak = gfx_table->max; in aldebaran_populate_umd_state_clk()504 pstate_table->gfxclk_pstate.curr.min = gfx_table->min; in aldebaran_populate_umd_state_clk()505 pstate_table->gfxclk_pstate.curr.max = gfx_table->max; in aldebaran_populate_umd_state_clk()517 if (gfx_table->count > ALDEBARAN_UMD_PSTATE_GFXCLK_LEVEL && in aldebaran_populate_umd_state_clk()521 gfx_table->dpm_levels[ALDEBARAN_UMD_PSTATE_GFXCLK_LEVEL].value; in aldebaran_populate_umd_state_clk()757 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in aldebaran_print_clk_levels()[all …]
61 struct aldebaran_single_dpm_table gfx_table; member
1624 struct smu_13_0_dpm_table *gfx_table = in smu_v13_0_set_performance_level() local1625 &dpm_context->dpm_tables.gfx_table; in smu_v13_0_set_performance_level()1640 sclk_min = sclk_max = gfx_table->max; in smu_v13_0_set_performance_level()1645 sclk_min = sclk_max = gfx_table->min; in smu_v13_0_set_performance_level()1650 sclk_min = gfx_table->min; in smu_v13_0_set_performance_level()1651 sclk_max = gfx_table->max; in smu_v13_0_set_performance_level()
658 dpm_table = &(data->dpm_table.gfx_table); in vega12_setup_default_dpm_tables()779 struct vega12_single_dpm_table *dpm_table = &(data->dpm_table.gfx_table);1135 min_freq = data->dpm_table.gfx_table.dpm_state.soft_min_level; in vega12_upload_dpm_min_level()1226 max_freq = data->dpm_table.gfx_table.dpm_state.soft_max_level; in vega12_upload_dpm_max_level()1630 soft_level = vega12_find_highest_dpm_level(&(data->dpm_table.gfx_table)); in vega12_force_dpm_highest()1632 data->dpm_table.gfx_table.dpm_state.soft_min_level = in vega12_force_dpm_highest()1633 data->dpm_table.gfx_table.dpm_state.soft_max_level = in vega12_force_dpm_highest()1634 data->dpm_table.gfx_table.dpm_levels[soft_level].value; in vega12_force_dpm_highest()1659 soft_level = vega12_find_lowest_dpm_level(&(data->dpm_table.gfx_table)); in vega12_force_dpm_lowest()1661 data->dpm_table.gfx_table.dpm_state.soft_min_level = in vega12_force_dpm_lowest()[all …]
590 dpm_table = &(data->dpm_table.gfx_table); in vega20_setup_gfxclk_dpm_table()656 dpm_table = &(data->dpm_table.gfx_table); in vega20_setup_default_dpm_tables()1471 &(data->dpm_table.gfx_table); in vega20_get_sclk_od()1473 &(data->golden_dpm_table.gfx_table); in vega20_get_sclk_od()1490 &(data->golden_dpm_table.gfx_table); in vega20_set_sclk_od()1562 struct vega20_single_dpm_table *gfx_table = &(data->dpm_table.gfx_table); in vega20_populate_umdpstate_clocks() local1565 hwmgr->pstate_sclk = gfx_table->dpm_levels[0].value; in vega20_populate_umdpstate_clocks()1568 if (gfx_table->count > VEGA20_UMD_PSTATE_GFXCLK_LEVEL && in vega20_populate_umdpstate_clocks()1570 hwmgr->pstate_sclk = gfx_table->dpm_levels[VEGA20_UMD_PSTATE_GFXCLK_LEVEL].value; in vega20_populate_umdpstate_clocks()1825 min_freq = data->dpm_table.gfx_table.dpm_state.soft_min_level; in vega20_upload_dpm_min_level()[all …]
1351 dpm_table = &(data->dpm_table.gfx_table); in vega10_setup_default_dpm_tables()1726 struct vega10_single_dpm_table *dpm_table = &(data->dpm_table.gfx_table); in vega10_populate_all_graphic_levels()3395 struct vega10_single_dpm_table *sclk_table = &(data->dpm_table.gfx_table); in vega10_find_dpm_states_clocks_in_dpm_table()3447 for (count = 0; count < dpm_table->gfx_table.count; count++) in vega10_populate_and_upload_sclk_mclk_dpm_levels()3448 dpm_table->gfx_table.dpm_levels[count].value = odn_clk_table->entries[count].clk; in vega10_populate_and_upload_sclk_mclk_dpm_levels()3531 &(data->dpm_table.gfx_table), in vega10_trim_dpm_states()3601 data->dpm_table.gfx_table.dpm_state.soft_min_level) { in vega10_upload_dpm_bootup_level()3607 data->dpm_table.gfx_table.dpm_state.soft_min_level = in vega10_upload_dpm_bootup_level()3659 data->dpm_table.gfx_table.dpm_state.soft_max_level) { in vega10_upload_dpm_max_level()3664 data->dpm_table.gfx_table.dpm_state.soft_max_level = in vega10_upload_dpm_max_level()[all …]
127 struct vega12_single_dpm_table gfx_table; member
148 struct vega10_single_dpm_table gfx_table; member
179 struct vega20_single_dpm_table gfx_table; member
61 struct arcturus_single_dpm_table gfx_table; member
365 dpm_table = &dpm_context->dpm_tables.gfx_table; in arcturus_set_default_dpm_table()531 struct smu_11_0_dpm_table *gfx_table = in arcturus_populate_umd_state_clk() local532 &dpm_context->dpm_tables.gfx_table; in arcturus_populate_umd_state_clk()540 pstate_table->gfxclk_pstate.min = gfx_table->min; in arcturus_populate_umd_state_clk()541 pstate_table->gfxclk_pstate.peak = gfx_table->max; in arcturus_populate_umd_state_clk()549 if (gfx_table->count > ARCTURUS_UMD_PSTATE_GFXCLK_LEVEL && in arcturus_populate_umd_state_clk()553 gfx_table->dpm_levels[ARCTURUS_UMD_PSTATE_GFXCLK_LEVEL].value; in arcturus_populate_umd_state_clk()791 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in arcturus_print_clk_levels()962 freq = dpm_context->dpm_tables.gfx_table.dpm_levels[level].value; in arcturus_upload_dpm_level()1032 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in arcturus_force_clk_levels()
1873 struct smu_11_0_dpm_table *gfx_table = in smu_v11_0_set_performance_level() local1874 &dpm_context->dpm_tables.gfx_table; in smu_v11_0_set_performance_level()1889 sclk_min = sclk_max = gfx_table->max; in smu_v11_0_set_performance_level()1894 sclk_min = sclk_max = gfx_table->min; in smu_v11_0_set_performance_level()1899 sclk_min = gfx_table->min; in smu_v11_0_set_performance_level()1900 sclk_max = gfx_table->max; in smu_v11_0_set_performance_level()
1004 dpm_table = &dpm_context->dpm_tables.gfx_table; in navi10_set_default_dpm_table()1500 struct smu_11_0_dpm_table *gfx_table = in navi10_populate_umd_state_clk() local1501 &dpm_context->dpm_tables.gfx_table; in navi10_populate_umd_state_clk()1511 pstate_table->gfxclk_pstate.min = gfx_table->min; in navi10_populate_umd_state_clk()1555 sclk_freq = gfx_table->dpm_levels[gfx_table->count - 1].value; in navi10_populate_umd_state_clk()1566 if (gfx_table->max > NAVI10_UMD_PSTATE_PROFILING_GFXCLK && in navi10_populate_umd_state_clk()
696 dpm_table = &dpm_context->dpm_tables.gfx_table; in sienna_cichlid_set_default_dpm_table()1273 struct smu_11_0_dpm_table *gfx_table = in sienna_cichlid_populate_umd_state_clk() local1274 &dpm_context->dpm_tables.gfx_table; in sienna_cichlid_populate_umd_state_clk()1282 pstate_table->gfxclk_pstate.min = gfx_table->min; in sienna_cichlid_populate_umd_state_clk()1283 pstate_table->gfxclk_pstate.peak = gfx_table->max; in sienna_cichlid_populate_umd_state_clk()1284 if (gfx_table->max >= SIENNA_CICHLID_UMD_PSTATE_PROFILING_GFXCLK) in sienna_cichlid_populate_umd_state_clk()
83 struct smu_13_0_dpm_table gfx_table; member
105 struct smu_11_0_dpm_table gfx_table; member