Searched refs:max_dpm_level (Results 1 – 8 of 8) sorted by relevance
| /drivers/accel/amdxdna/ |
| A D | aie2_pm.c | 46 while (ndev->priv->dpm_clk_tbl[ndev->max_dpm_level].hclk) in aie2_pm_init() 47 ndev->max_dpm_level++; in aie2_pm_init() 48 ndev->max_dpm_level--; in aie2_pm_init() 50 ret = ndev->priv->hw_ops.set_dpm(ndev, ndev->max_dpm_level); in aie2_pm_init() 59 ndev->dft_dpm_level = ndev->max_dpm_level; in aie2_pm_init() 83 dpm_level = ndev->max_dpm_level; in aie2_pm_set_mode() 87 dpm_level = ndev->max_dpm_level; in aie2_pm_set_mode()
|
| 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()
|
| A D | aie2_pci.h | 181 u32 max_dpm_level; member
|
| A D | aie2_pci.c | 540 xrs_cfg.clk_list.num_levels = ndev->max_dpm_level + 1; in aie2_init()
|
| /drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| A D | smu_v14_0_0_ppt.c | 779 uint32_t max_dpm_level, min_dpm_level; in smu_v14_0_1_get_dpm_ultimate_freq() local 828 max_dpm_level = 0; in smu_v14_0_1_get_dpm_ultimate_freq() 831 max_dpm_level = clk_table->NumFclkLevelsEnabled - 1; in smu_v14_0_1_get_dpm_ultimate_freq() 834 max_dpm_level = clk_table->NumSocClkLevelsEnabled - 1; in smu_v14_0_1_get_dpm_ultimate_freq() 838 max_dpm_level = clk_table->Vcn0ClkLevelsEnabled - 1; in smu_v14_0_1_get_dpm_ultimate_freq() 842 max_dpm_level = clk_table->Vcn1ClkLevelsEnabled - 1; in smu_v14_0_1_get_dpm_ultimate_freq() 901 uint32_t max_dpm_level, min_dpm_level; in smu_v14_0_0_get_dpm_ultimate_freq() local 948 max_dpm_level = 0; in smu_v14_0_0_get_dpm_ultimate_freq() 951 max_dpm_level = clk_table->NumFclkLevelsEnabled - 1; in smu_v14_0_0_get_dpm_ultimate_freq() 954 max_dpm_level = clk_table->NumSocClkLevelsEnabled - 1; in smu_v14_0_0_get_dpm_ultimate_freq() [all …]
|
| /drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| A D | smu_v13_0_5_ppt.c | 734 uint32_t max_dpm_level, min_dpm_level; in smu_v13_0_5_get_dpm_ultimate_freq() local 760 max_dpm_level = 0; in smu_v13_0_5_get_dpm_ultimate_freq() 763 max_dpm_level = clk_table->NumSocClkLevelsEnabled - 1; in smu_v13_0_5_get_dpm_ultimate_freq() 767 max_dpm_level = clk_table->VcnClkLevelsEnabled - 1; in smu_v13_0_5_get_dpm_ultimate_freq() 775 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()
|
| A D | smu_v13_0_4_ppt.c | 757 uint32_t max_dpm_level, min_dpm_level; in smu_v13_0_4_get_dpm_ultimate_freq() local 783 max_dpm_level = 0; in smu_v13_0_4_get_dpm_ultimate_freq() 786 max_dpm_level = clk_table->NumSocClkLevelsEnabled - 1; in smu_v13_0_4_get_dpm_ultimate_freq() 790 max_dpm_level = clk_table->VcnClkLevelsEnabled - 1; in smu_v13_0_4_get_dpm_ultimate_freq() 798 max_dpm_level, in smu_v13_0_4_get_dpm_ultimate_freq()
|
| A D | yellow_carp_ppt.c | 868 uint32_t max_dpm_level, min_dpm_level; in yellow_carp_get_dpm_ultimate_freq() local 894 max_dpm_level = 0; in yellow_carp_get_dpm_ultimate_freq() 897 max_dpm_level = clk_table->NumSocClkLevelsEnabled - 1; in yellow_carp_get_dpm_ultimate_freq() 901 max_dpm_level = clk_table->VcnClkLevelsEnabled - 1; in yellow_carp_get_dpm_ultimate_freq() 909 ret = yellow_carp_get_dpm_freq_by_index(smu, clk_type, max_dpm_level, max); in yellow_carp_get_dpm_ultimate_freq()
|
Completed in 23 milliseconds