Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/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
1584 hwmgr->pstate_mclk_peak = mem_table->dpm_levels[mem_table->count - 1].value; in vega20_populate_umdpstate_clocks()
2353 &data->dpm_table.mem_table; in vega20_notify_smc_display_config_after_ps_adjustment()
2608 data->dpm_table.mem_table.count - 1); in vega20_force_clock_level()
[all …]
H A Dvega12_hwmgr.c680 dpm_table = &(data->dpm_table.mem_table); in vega12_setup_default_dpm_tables()
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()
1698 data->dpm_table.mem_table.dpm_state.soft_min_level = in vega12_force_dpm_lowest()
1699 data->dpm_table.mem_table.dpm_state.soft_max_level = in vega12_force_dpm_lowest()
1898 dpm_table = &(data->dpm_table.mem_table); in vega12_get_memclocks()
2396 dpm_table = &(data->dpm_table.mem_table); in vega12_apply_clocks_adjust_rules()
2554 &data->dpm_table.mem_table); in vega12_pre_display_configuration_changed_task()
2681 for (i = 0; i < dpm_table->mem_table.count; i++) {
2682 if (dpm_table->mem_table.dpm_levels[i].enabled &&
[all …]
H A Dvega10_hwmgr.c1371 data->dpm_table.mem_table.count = 0; in vega10_setup_default_dpm_tables()
1372 dpm_table = &(data->dpm_table.mem_table); in vega10_setup_default_dpm_tables()
1883 &(data->dpm_table.mem_table); in vega10_populate_all_memory_levels()
3585 &(data->dpm_table.mem_table), in vega10_trim_dpm_states()
3676 data->dpm_table.mem_table.dpm_state.soft_min_level = in vega10_upload_dpm_bootup_level()
3964 if (mclk_idx < dpm_table->mem_table.count) { in vega10_read_sensor()
5201 &(data->golden_dpm_table.mem_table); in vega10_get_mclk_od()
5216 &(data->golden_dpm_table.mem_table); in vega10_set_mclk_od()
5437 golden_table = &(data->golden_dpm_table.mem_table); in vega10_check_clk_voltage_valid()
5462 &data->dpm_table.mem_table; in vega10_odn_update_power_state()
[all …]
H A Dvega10_hwmgr.h149 struct vega10_single_dpm_table mem_table; member
H A Dvega12_hwmgr.h127 struct vega12_single_dpm_table mem_table; member
H A Dvega20_hwmgr.h180 struct vega20_single_dpm_table mem_table; member
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.h62 struct arcturus_single_dpm_table mem_table; member
H A Dsmu_v11_0.c1840 struct smu_11_0_dpm_table *mem_table = in smu_v11_0_set_performance_level() local
1855 mclk_min = mclk_max = mem_table->max; in smu_v11_0_set_performance_level()
1860 mclk_min = mclk_max = mem_table->min; in smu_v11_0_set_performance_level()
1866 mclk_min = mem_table->min; in smu_v11_0_set_performance_level()
1867 mclk_max = mem_table->max; in smu_v11_0_set_performance_level()
H A Darcturus_ppt.c535 struct smu_11_0_dpm_table *mem_table = in arcturus_populate_umd_state_clk() local
545 pstate_table->uclk_pstate.min = mem_table->min; in arcturus_populate_umd_state_clk()
546 pstate_table->uclk_pstate.peak = mem_table->max; in arcturus_populate_umd_state_clk()
552 mem_table->count > ARCTURUS_UMD_PSTATE_MCLK_LEVEL && in arcturus_populate_umd_state_clk()
557 mem_table->dpm_levels[ARCTURUS_UMD_PSTATE_MCLK_LEVEL].value; in arcturus_populate_umd_state_clk()
H A Dnavi10_ppt.c1720 struct smu_11_0_dpm_table *mem_table = in navi10_populate_umd_state_clk() local
1778 pstate_table->uclk_pstate.min = mem_table->min; in navi10_populate_umd_state_clk()
1779 pstate_table->uclk_pstate.peak = mem_table->max; in navi10_populate_umd_state_clk()
1785 mem_table->max > NAVI10_UMD_PSTATE_PROFILING_MEMCLK && in navi10_populate_umd_state_clk()
H A Dsienna_cichlid_ppt.c1480 struct smu_11_0_dpm_table *mem_table = in sienna_cichlid_populate_umd_state_clk() local
1491 pstate_table->uclk_pstate.min = mem_table->min; in sienna_cichlid_populate_umd_state_clk()
1492 pstate_table->uclk_pstate.peak = mem_table->max; in sienna_cichlid_populate_umd_state_clk()
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.h62 struct aldebaran_single_dpm_table mem_table; member
H A Daldebaran_ppt.c513 struct smu_13_0_dpm_table *mem_table = in aldebaran_populate_umd_state_clk() local
525 pstate_table->uclk_pstate.min = mem_table->min; in aldebaran_populate_umd_state_clk()
526 pstate_table->uclk_pstate.peak = mem_table->max; in aldebaran_populate_umd_state_clk()
527 pstate_table->uclk_pstate.curr.min = mem_table->min; in aldebaran_populate_umd_state_clk()
528 pstate_table->uclk_pstate.curr.max = mem_table->max; in aldebaran_populate_umd_state_clk()
536 mem_table->count > ALDEBARAN_UMD_PSTATE_MCLK_LEVEL && in aldebaran_populate_umd_state_clk()
541 mem_table->dpm_levels[ALDEBARAN_UMD_PSTATE_MCLK_LEVEL].value; in aldebaran_populate_umd_state_clk()
H A Dsmu_v13_0_6_ppt.c595 struct smu_13_0_dpm_table *mem_table = in smu_v13_0_6_populate_umd_state_clk() local
606 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_6_populate_umd_state_clk()
607 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_6_populate_umd_state_clk()
608 pstate_table->uclk_pstate.curr.min = mem_table->min; in smu_v13_0_6_populate_umd_state_clk()
609 pstate_table->uclk_pstate.curr.max = mem_table->max; in smu_v13_0_6_populate_umd_state_clk()
617 mem_table->count > SMU_13_0_6_UMD_PSTATE_MCLK_LEVEL && in smu_v13_0_6_populate_umd_state_clk()
622 mem_table->dpm_levels[SMU_13_0_6_UMD_PSTATE_MCLK_LEVEL].value; in smu_v13_0_6_populate_umd_state_clk()
H A Dsmu_v13_0.c1699 struct smu_13_0_dpm_table *mem_table = in smu_v13_0_set_performance_level() local
1723 mclk_min = mclk_max = mem_table->max; in smu_v13_0_set_performance_level()
1731 mclk_min = mclk_max = mem_table->min; in smu_v13_0_set_performance_level()
1740 mclk_min = mem_table->min; in smu_v13_0_set_performance_level()
1741 mclk_max = mem_table->max; in smu_v13_0_set_performance_level()
H A Dsmu_v13_0_7_ppt.c1838 struct smu_13_0_dpm_table *mem_table = in smu_v13_0_7_populate_umd_state_clk() local
1862 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_7_populate_umd_state_clk()
1863 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_7_populate_umd_state_clk()
1882 pstate_table->uclk_pstate.standard = mem_table->max; in smu_v13_0_7_populate_umd_state_clk()
H A Dsmu_v13_0_0_ppt.c1862 struct smu_13_0_dpm_table *mem_table = in smu_v13_0_0_populate_umd_state_clk() local
1886 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_0_populate_umd_state_clk()
1887 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_0_populate_umd_state_clk()
1906 pstate_table->uclk_pstate.standard = mem_table->max; in smu_v13_0_0_populate_umd_state_clk()
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmaxq-dis.c180 for (mem_acc = &mem_table[0]; mem_acc->name != NULL || !mem_acc; ++mem_acc) in get_reg_name()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-maxq.c2965 for (memtab = mem_table; in md_begin()
2966 memtab < mem_table + ARRAY_SIZE (mem_table); in md_begin()
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dmaxq.h835 struct mem_access mem_table[] = variable