Home
last modified time | relevance | path

Searched refs:mem_table (Results 1 – 17 of 17) sorted by relevance

/linux/arch/parisc/kernel/
H A Dinventory.c319 struct pdc_pat_pd_addr_map_entry mem_table[PAT_MAX_RANGES+1]; in pat_memconfig() local
329 status = pdc_pat_pd_get_addr_map(&actual_len, mem_table, length, 0L); in pat_memconfig()
358 mtbl_ptr = mem_table; in pat_memconfig()
413 struct pdc_memory_table mem_table[MAX_PHYSMEM_RANGES]; in sprockets_memconfig() local
420 status = pdc_mem_mem_table(&r_addr,mem_table, in sprockets_memconfig()
443 mtbl_ptr = mem_table; in sprockets_memconfig()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.c621 dpm_table = &(data->dpm_table.mem_table); in vega20_setup_memclk_dpm_table()
673 dpm_table = &(data->dpm_table.mem_table); in vega20_setup_default_dpm_tables()
1078 data->dpm_table.mem_table.dpm_levels[data->dpm_table.mem_table.count - 2].value; in vega20_od8_set_feature_capabilities()
1527 &(data->dpm_table.mem_table); in vega20_get_mclk_od()
1529 &(data->golden_dpm_table.mem_table); in vega20_get_mclk_od()
1546 &(data->golden_dpm_table.mem_table); in vega20_set_mclk_od()
1572 struct vega20_single_dpm_table *mem_table = &(data->dpm_table.mem_table); in vega20_populate_umdpstate_clocks() local
1575 mem_table in vega20_populate_umdpstate_clocks()
[all...]
H A Dvega12_hwmgr.c680 dpm_table = &(data->dpm_table.mem_table); in vega12_setup_default_dpm_tables()
1042 struct vega12_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); in vega12_populate_umdpstate_clocks()
1176 min_freq = data->dpm_table.mem_table.dpm_state.soft_min_level; in vega12_upload_dpm_min_level()
1184 min_freq = data->dpm_table.mem_table.dpm_state.hard_min_level; in vega12_upload_dpm_min_level()
1268 max_freq = data->dpm_table.mem_table.dpm_state.soft_max_level; in vega12_upload_dpm_max_level()
1667 soft_level = vega12_find_highest_dpm_level(&(data->dpm_table.mem_table)); in vega12_force_dpm_highest()
1669 data->dpm_table.mem_table.dpm_state.soft_min_level = in vega12_force_dpm_highest()
1670 data->dpm_table.mem_table.dpm_state.soft_max_level = in vega12_force_dpm_highest()
1671 data->dpm_table.mem_table.dpm_levels[soft_level].value; in vega12_force_dpm_highest()
1696 soft_level = vega12_find_lowest_dpm_level(&(data->dpm_table.mem_table)); in vega12_force_dpm_lowest()
[all...]
H A Dvega10_hwmgr.c1367 data->dpm_table.mem_table.count = 0; in vega10_setup_default_dpm_tables()
1368 dpm_table = &(data->dpm_table.mem_table); in vega10_setup_default_dpm_tables()
1879 &(data->dpm_table.mem_table); in vega10_populate_all_memory_levels()
3436 struct vega10_single_dpm_table *mclk_table = &(data->dpm_table.mem_table); in vega10_find_dpm_states_clocks_in_dpm_table()
3497 for (count = 0; count < dpm_table->mem_table.count; count++) in vega10_populate_and_upload_sclk_mclk_dpm_levels()
3498 dpm_table->mem_table.dpm_levels[count].value = odn_clk_table->entries[count].clk; in vega10_populate_and_upload_sclk_mclk_dpm_levels()
3581 &(data->dpm_table.mem_table), in vega10_trim_dpm_states()
3658 data->dpm_table.mem_table.dpm_state.soft_min_level) { in vega10_upload_dpm_bootup_level()
3672 data->dpm_table.mem_table.dpm_state.soft_min_level = in vega10_upload_dpm_bootup_level()
3715 data->dpm_table.mem_table in vega10_upload_dpm_max_level()
[all...]
H A Dvega12_hwmgr.h127 struct vega12_single_dpm_table mem_table; member
H A Dvega10_hwmgr.h149 struct vega10_single_dpm_table mem_table; member
H A Dvega20_hwmgr.h180 struct vega20_single_dpm_table mem_table; member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.h62 struct aldebaran_single_dpm_table mem_table; member
H A Daldebaran_ppt.c588 struct smu_dpm_table *mem_table = &dpm_context->dpm_tables.uclk_table; in aldebaran_populate_umd_state_clk() local
598 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in aldebaran_populate_umd_state_clk()
599 pstate_table->uclk_pstate.peak = SMU_DPM_TABLE_MAX(mem_table); in aldebaran_populate_umd_state_clk()
600 pstate_table->uclk_pstate.curr.min = SMU_DPM_TABLE_MIN(mem_table); in aldebaran_populate_umd_state_clk()
601 pstate_table->uclk_pstate.curr.max = SMU_DPM_TABLE_MAX(mem_table); in aldebaran_populate_umd_state_clk()
609 mem_table->count > ALDEBARAN_UMD_PSTATE_MCLK_LEVEL && in aldebaran_populate_umd_state_clk()
614 mem_table->dpm_levels[ALDEBARAN_UMD_PSTATE_MCLK_LEVEL].value; in aldebaran_populate_umd_state_clk()
H A Dsmu_v13_0_6_ppt.c1209 struct smu_dpm_table *mem_table = &dpm_context->dpm_tables.uclk_table; in smu_v13_0_6_populate_umd_state_clk()
1219 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_6_populate_umd_state_clk()
1220 pstate_table->uclk_pstate.peak = SMU_DPM_TABLE_MAX(mem_table); in smu_v13_0_6_populate_umd_state_clk()
1221 pstate_table->uclk_pstate.curr.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_6_populate_umd_state_clk()
1222 pstate_table->uclk_pstate.curr.max = SMU_DPM_TABLE_MAX(mem_table); in smu_v13_0_6_populate_umd_state_clk()
1236 mem_table->count > SMU_13_0_6_UMD_PSTATE_MCLK_LEVEL && in smu_v13_0_6_populate_umd_state_clk()
1241 mem_table->dpm_levels[SMU_13_0_6_UMD_PSTATE_MCLK_LEVEL].value; in smu_v13_0_6_populate_umd_state_clk()
1205 struct smu_dpm_table *mem_table = &dpm_context->dpm_tables.uclk_table; smu_v13_0_6_populate_umd_state_clk() local
H A Dsmu_v13_0_7_ppt.c2273 struct smu_dpm_table *mem_table = &dpm_context->dpm_tables.uclk_table; in smu_v13_0_7_populate_umd_state_clk() local
2292 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_7_populate_umd_state_clk()
2293 pstate_table->uclk_pstate.peak = SMU_DPM_TABLE_MAX(mem_table); in smu_v13_0_7_populate_umd_state_clk()
2313 pstate_table->uclk_pstate.standard = SMU_DPM_TABLE_MAX(mem_table); in smu_v13_0_7_populate_umd_state_clk()
H A Dsmu_v13_0_0_ppt.c2271 struct smu_dpm_table *mem_table = &dpm_context->dpm_tables.uclk_table; in smu_v13_0_0_populate_umd_state_clk() local
2290 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_0_populate_umd_state_clk()
2291 pstate_table->uclk_pstate.peak = SMU_DPM_TABLE_MAX(mem_table); in smu_v13_0_0_populate_umd_state_clk()
2311 pstate_table->uclk_pstate.standard = SMU_DPM_TABLE_MAX(mem_table); in smu_v13_0_0_populate_umd_state_clk()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.h62 struct arcturus_single_dpm_table mem_table; member
H A Dsmu_v11_0.c1787 struct smu_dpm_table *mem_table = &dpm_context->dpm_tables.uclk_table; in smu_v11_0_set_performance_level() local
1801 mclk_min = mclk_max = SMU_DPM_TABLE_MAX(mem_table); in smu_v11_0_set_performance_level()
1806 mclk_min = mclk_max = SMU_DPM_TABLE_MIN(mem_table); in smu_v11_0_set_performance_level()
1812 mclk_min = SMU_DPM_TABLE_MIN(mem_table); in smu_v11_0_set_performance_level()
1813 mclk_max = SMU_DPM_TABLE_MAX(mem_table); in smu_v11_0_set_performance_level()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0.c1059 struct smu_dpm_table *mem_table = &dpm_context->dpm_tables.uclk_table; in smu_v15_0_set_performance_level()
1079 mclk_min = mclk_max = SMU_DPM_TABLE_MAX(mem_table); in smu_v15_0_set_performance_level()
1087 mclk_min = mclk_max = SMU_DPM_TABLE_MIN(mem_table); in smu_v15_0_set_performance_level()
1096 mclk_min = SMU_DPM_TABLE_MIN(mem_table); in smu_v15_0_set_performance_level()
1097 mclk_max = SMU_DPM_TABLE_MAX(mem_table); in smu_v15_0_set_performance_level()
1064 struct smu_dpm_table *mem_table = &dpm_context->dpm_tables.uclk_table; smu_v15_0_set_performance_level() local
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1189 struct smu_dpm_table *mem_table = &dpm_context->dpm_tables.uclk_table; in smu_v14_0_set_performance_level() local
1209 mclk_min = mclk_max = SMU_DPM_TABLE_MAX(mem_table); in smu_v14_0_set_performance_level()
1217 mclk_min = mclk_max = SMU_DPM_TABLE_MIN(mem_table); in smu_v14_0_set_performance_level()
1226 mclk_min = SMU_DPM_TABLE_MIN(mem_table); in smu_v14_0_set_performance_level()
1227 mclk_max = SMU_DPM_TABLE_MAX(mem_table); in smu_v14_0_set_performance_level()
H A Dsmu_v14_0_2_ppt.c1511 struct smu_dpm_table *mem_table = &dpm_context->dpm_tables.uclk_table; in smu_v14_0_2_populate_umd_state_clk() local
1530 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v14_0_2_populate_umd_state_clk()
1531 pstate_table->uclk_pstate.peak = SMU_DPM_TABLE_MAX(mem_table); in smu_v14_0_2_populate_umd_state_clk()
1551 pstate_table->uclk_pstate.standard = SMU_DPM_TABLE_MAX(mem_table); in smu_v14_0_2_populate_umd_state_clk()