Home
last modified time | relevance | path

Searched refs:ci_single_dpm_table (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/radeon/
Dci_dpm.h62 struct ci_single_dpm_table { struct
68 struct ci_single_dpm_table sclk_table; argument
69 struct ci_single_dpm_table mclk_table;
70 struct ci_single_dpm_table pcie_speed_table;
71 struct ci_single_dpm_table vddc_table;
72 struct ci_single_dpm_table vddci_table;
73 struct ci_single_dpm_table mvdd_table;
Dci_dpm.c2608 static u32 ci_get_dpm_level_enable_mask_value(struct ci_single_dpm_table *dpm_table) in ci_get_dpm_level_enable_mask_value()
3373 struct ci_single_dpm_table* dpm_table, in ci_reset_single_dpm_table()
3383 static void ci_setup_pcie_table_entry(struct ci_single_dpm_table* dpm_table, in ci_setup_pcie_table_entry()
3537 static int ci_find_boot_level(struct ci_single_dpm_table *table, in ci_find_boot_level()
3702 struct ci_single_dpm_table *dpm_table, in ci_trim_single_dpm_states()
3721 struct ci_single_dpm_table *pcie_table = &pi->dpm_table.pcie_speed_table; in ci_trim_pcie_dpm_states()
3858 struct ci_single_dpm_table *sclk_table = &pi->dpm_table.sclk_table; in ci_find_dpm_states_clocks_in_dpm_table()
3860 struct ci_single_dpm_table *mclk_table = &pi->dpm_table.mclk_table; in ci_find_dpm_states_clocks_in_dpm_table()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.h63 struct ci_single_dpm_table { struct
69 struct ci_single_dpm_table sclk_table; argument
70 struct ci_single_dpm_table mclk_table;
71 struct ci_single_dpm_table pcie_speed_table;
72 struct ci_single_dpm_table vddc_table;
73 struct ci_single_dpm_table vddci_table;
74 struct ci_single_dpm_table mvdd_table;
Dci_dpm.c2746 static u32 ci_get_dpm_level_enable_mask_value(struct ci_single_dpm_table *dpm_table) in ci_get_dpm_level_enable_mask_value()
3516 struct ci_single_dpm_table* dpm_table, in ci_reset_single_dpm_table()
3526 static void ci_setup_pcie_table_entry(struct ci_single_dpm_table* dpm_table, in ci_setup_pcie_table_entry()
3684 static int ci_find_boot_level(struct ci_single_dpm_table *table, in ci_find_boot_level()
3849 struct ci_single_dpm_table *dpm_table, in ci_trim_single_dpm_states()
3868 struct ci_single_dpm_table *pcie_table = &pi->dpm_table.pcie_speed_table; in ci_trim_pcie_dpm_states()
4007 struct ci_single_dpm_table *sclk_table = &pi->dpm_table.sclk_table; in ci_find_dpm_states_clocks_in_dpm_table()
4009 struct ci_single_dpm_table *mclk_table = &pi->dpm_table.mclk_table; in ci_find_dpm_states_clocks_in_dpm_table()
6543 struct ci_single_dpm_table *sclk_table = &pi->dpm_table.sclk_table; in ci_dpm_print_clock_levels()
6544 struct ci_single_dpm_table *mclk_table = &pi->dpm_table.mclk_table; in ci_dpm_print_clock_levels()
[all …]