Searched refs:max_dpm_level (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/accel/amdxdna/ |
| H A D | aie2_pm.c | 63 while (ndev->priv->dpm_clk_tbl[ndev->max_dpm_level].hclk) in aie2_pm_init() 64 ndev->max_dpm_level++; in aie2_pm_init() 65 ndev->max_dpm_level--; in aie2_pm_init() 67 ret = ndev->priv->hw_ops.set_dpm(ndev, ndev->max_dpm_level); in aie2_pm_init() 70 ndev->dpm_level = ndev->max_dpm_level; in aie2_pm_init() 77 ndev->dft_dpm_level = ndev->max_dpm_level; in aie2_pm_init() 101 dpm_level = ndev->max_dpm_level; in aie2_pm_set_mode() 105 dpm_level = ndev->max_dpm_level; in aie2_pm_set_mode()
|
| H A D | aie2_solver.c | 117 u32 freq, max_dpm_level, level; in set_dpm_level() local 120 max_dpm_level = xrs->cfg.clk_list.num_levels - 1; in set_dpm_level() 123 level = max_dpm_level; in set_dpm_level() 128 for (level = 0; level < max_dpm_level; level++) { in set_dpm_level()
|
| H A D | aie2_pci.h | 200 u32 max_dpm_level; member
|
| H A D | aie2_pci.c | 604 xrs_cfg.clk_list.num_levels = ndev->max_dpm_level + 1; in aie2_init() 871 res_info.npu_clk_max = priv->dpm_clk_tbl[ndev->max_dpm_level].hclk; in aie2_query_resource_info()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0_0_ppt.c | 785 uint32_t max_dpm_level, min_dpm_level; in smu_v14_0_1_get_dpm_ultimate_freq() local 834 max_dpm_level = 0; in smu_v14_0_1_get_dpm_ultimate_freq() 837 max_dpm_level = clk_table->NumFclkLevelsEnabled - 1; in smu_v14_0_1_get_dpm_ultimate_freq() 840 max_dpm_level = clk_table->NumSocClkLevelsEnabled - 1; in smu_v14_0_1_get_dpm_ultimate_freq() 844 max_dpm_level = clk_table->Vcn0ClkLevelsEnabled - 1; in smu_v14_0_1_get_dpm_ultimate_freq() 848 max_dpm_level = clk_table->Vcn1ClkLevelsEnabled - 1; in smu_v14_0_1_get_dpm_ultimate_freq() 856 ret = smu_v14_0_common_get_dpm_freq_by_index(smu, clk_type, max_dpm_level, max); in smu_v14_0_1_get_dpm_ultimate_freq() 907 uint32_t max_dpm_level, min_dpm_level; in smu_v14_0_0_get_dpm_ultimate_freq() local 954 max_dpm_level = 0; in smu_v14_0_0_get_dpm_ultimate_freq() 957 max_dpm_level = clk_table->NumFclkLevelsEnabled - 1; in smu_v14_0_0_get_dpm_ultimate_freq() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_5_ppt.c | 740 uint32_t max_dpm_level, min_dpm_level; in smu_v13_0_5_get_dpm_ultimate_freq() local 766 max_dpm_level = 0; in smu_v13_0_5_get_dpm_ultimate_freq() 769 max_dpm_level = clk_table->NumSocClkLevelsEnabled - 1; in smu_v13_0_5_get_dpm_ultimate_freq() 773 max_dpm_level = clk_table->VcnClkLevelsEnabled - 1; in smu_v13_0_5_get_dpm_ultimate_freq() 781 ret = smu_v13_0_5_get_dpm_freq_by_index(smu, clk_type, max_dpm_level, max); in smu_v13_0_5_get_dpm_ultimate_freq()
|
| H A D | smu_v13_0_4_ppt.c | 763 uint32_t max_dpm_level, min_dpm_level; in smu_v13_0_4_get_dpm_ultimate_freq() local 789 max_dpm_level = 0; in smu_v13_0_4_get_dpm_ultimate_freq() 792 max_dpm_level = clk_table->NumSocClkLevelsEnabled - 1; in smu_v13_0_4_get_dpm_ultimate_freq() 796 max_dpm_level = clk_table->VcnClkLevelsEnabled - 1; in smu_v13_0_4_get_dpm_ultimate_freq() 804 max_dpm_level, in smu_v13_0_4_get_dpm_ultimate_freq()
|
| H A D | yellow_carp_ppt.c | 874 uint32_t max_dpm_level, min_dpm_level; in yellow_carp_get_dpm_ultimate_freq() local 900 max_dpm_level = 0; in yellow_carp_get_dpm_ultimate_freq() 903 max_dpm_level = clk_table->NumSocClkLevelsEnabled - 1; in yellow_carp_get_dpm_ultimate_freq() 907 max_dpm_level = clk_table->VcnClkLevelsEnabled - 1; in yellow_carp_get_dpm_ultimate_freq() 915 ret = yellow_carp_get_dpm_freq_by_index(smu, clk_type, max_dpm_level, max); in yellow_carp_get_dpm_ultimate_freq()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0_0_ppt.c | 806 uint32_t max_dpm_level, min_dpm_level; in smu_v15_0_0_get_dpm_ultimate_freq() local 853 max_dpm_level = 0; in smu_v15_0_0_get_dpm_ultimate_freq() 856 max_dpm_level = clk_table->NumFclkLevelsEnabled - 1; in smu_v15_0_0_get_dpm_ultimate_freq() 859 max_dpm_level = clk_table->NumSocClkLevelsEnabled - 1; in smu_v15_0_0_get_dpm_ultimate_freq() 863 max_dpm_level = clk_table->VcnClkLevelsEnabled - 1; in smu_v15_0_0_get_dpm_ultimate_freq() 871 ret = smu_v15_0_common_get_dpm_freq_by_index(smu, clk_type, max_dpm_level, max); in smu_v15_0_0_get_dpm_ultimate_freq()
|