Home
last modified time | relevance | path

Searched refs:vdd_dep_on_sclk (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dprocess_pptables_v1_0.c504 pcie_count = (pp_table_information->vdd_dep_on_sclk->count) + 1; in get_pcie_table()
541 pcie_count = (pp_table_information->vdd_dep_on_sclk->count) + 1; in get_pcie_table()
769 if (pp_table_information->vdd_dep_on_sclk->count < in get_gpio_table()
818 pp_table_information->vdd_dep_on_sclk = NULL; in init_clock_voltage_dependency()
834 &pp_table_information->vdd_dep_on_sclk, sclk_dep_table); in init_clock_voltage_dependency()
862 if (result == 0 && (NULL != pp_table_information->vdd_dep_on_sclk) in init_clock_voltage_dependency()
863 && (0 != pp_table_information->vdd_dep_on_sclk->count)) in init_clock_voltage_dependency()
865 pp_table_information->vdd_dep_on_sclk); in init_clock_voltage_dependency()
1195 kfree(pp_table_information->vdd_dep_on_sclk); in pp_tables_v1_0_uninitialize()
1196 pp_table_information->vdd_dep_on_sclk = NULL; in pp_tables_v1_0_uninitialize()
A Dsmu_helper.c472 for (entry_id = 0; entry_id < table_info->vdd_dep_on_sclk->count; entry_id++) { in phm_get_sclk_for_voltage_evv()
473 voltage_id = table_info->vdd_dep_on_sclk->entries[entry_id].vddInd; in phm_get_sclk_for_voltage_evv()
478 if (entry_id >= table_info->vdd_dep_on_sclk->count) { in phm_get_sclk_for_voltage_evv()
483 *sclk = table_info->vdd_dep_on_sclk->entries[entry_id].clk; in phm_get_sclk_for_voltage_evv()
567 vddc_table = table_info->vdd_dep_on_sclk; in phm_apply_dal_min_voltage_request()
A Dvega10_processpptables.c802 pcie_count = table_info->vdd_dep_on_sclk->count; in get_pcie_table()
925 pp_table_info->vdd_dep_on_sclk = NULL; in init_powerplay_extended_tables()
951 &pp_table_info->vdd_dep_on_sclk, in init_powerplay_extended_tables()
1009 pp_table_info->vdd_dep_on_sclk && in init_powerplay_extended_tables()
1010 pp_table_info->vdd_dep_on_sclk->count) in init_powerplay_extended_tables()
1013 pp_table_info->vdd_dep_on_sclk); in init_powerplay_extended_tables()
1201 kfree(pp_table_info->vdd_dep_on_sclk); in vega10_pp_tables_uninitialize()
1202 pp_table_info->vdd_dep_on_sclk = NULL; in vega10_pp_tables_uninitialize()
A Dvega10_hwmgr.c331 dep_table[0] = table_info->vdd_dep_on_sclk; in vega10_odn_initial_default_setting()
674 case 1: vdt = table_info->vdd_dep_on_sclk; break; in vega10_patch_voltage_dependency_tables_with_lookup_table()
1188 table_info->vdd_dep_on_sclk, in vega10_construct_voltage_tables()
1307 table_info->vdd_dep_on_sclk; in vega10_setup_default_dpm_tables()
1620 &(data->odn_dpm_table.vdd_dep_on_sclk); in vega10_populate_single_gfx_level()
1622 dep_on_sclk = table_info->vdd_dep_on_sclk; in vega10_populate_single_gfx_level()
2149 table_info->vdd_dep_on_sclk; in vega10_populate_clock_stretcher_table()
2168 table_info->vdd_dep_on_sclk; in vega10_populate_avfs_parameters()
2532 dep_table = table_info->vdd_dep_on_sclk; in vega10_check_dpm_table_updated()
3024 …hwmgr->pstate_sclk_peak = table_info->vdd_dep_on_sclk->entries[table_info->vdd_dep_on_sclk->count … in vega10_populate_umdpstate_clocks()
[all …]
A Dsmu7_hwmgr.c880 dep_sclk_table = table_info->vdd_dep_on_sclk; in smu7_setup_dpm_tables_v1()
947 dep_sclk_table = table_info->vdd_dep_on_sclk; in smu7_odn_initial_default_setting()
989 dep_sclk_table = table_info->vdd_dep_on_sclk; in smu7_setup_voltage_range_from_vbios()
1045 dep_table = table_info->vdd_dep_on_sclk; in smu7_check_dpm_table_updated()
1539 table_info->vdd_dep_on_sclk; in smu7_populate_umdpstate_clocks()
1551 vdd_dep_on_sclk->entries[vdd_dep_on_sclk->count - 1].clk; in smu7_populate_umdpstate_clocks()
2220 table_info->vdd_dep_on_sclk; in smu7_patch_voltage_dependency_tables_with_lookup_table()
2441 table_info->vdd_dep_on_sclk; in smu7_find_highest_vddc()
2464 table_info->vdd_dep_on_sclk; in smu7_set_private_data_based_on_pptable_v1()
5246 table_info->vdd_dep_on_sclk; in smu7_get_sclks_with_latency()
[all …]
A Dvega10_hwmgr.h295 struct vega10_odn_clock_voltage_dependency_table vdd_dep_on_sclk; member
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dvegam_smumgr.c825 table_info->vdd_dep_on_sclk, clock, in vegam_populate_single_graphic_level()
1128 table_info->vdd_dep_on_sclk, in vegam_populate_smc_acpi_level()
1410 count = (uint8_t)(table_info->vdd_dep_on_sclk->count); in vegam_populate_smc_initial_state()
1413 if (table_info->vdd_dep_on_sclk->entries[level].clk >= in vegam_populate_smc_initial_state()
1497 table_info->vdd_dep_on_sclk; in vegam_populate_clock_stretcher_data_table()
1577 table_info->vdd_dep_on_sclk; in vegam_populate_avfs_parameters()
A Dpolaris10_smumgr.c972 vdd_dep_table = table_info->vdd_dep_on_sclk; in polaris10_populate_single_graphic_level()
1294 table_info->vdd_dep_on_sclk, in polaris10_populate_smc_acpi_level()
1625 count = (uint8_t)(table_info->vdd_dep_on_sclk->count); in polaris10_populate_smc_initailial_state()
1628 if (table_info->vdd_dep_on_sclk->entries[level].clk >= in polaris10_populate_smc_initailial_state()
1657 table_info->vdd_dep_on_sclk; in polaris10_populate_clock_stretcher_data_table()
1785 table_info->vdd_dep_on_sclk; in polaris10_populate_avfs_parameters()
A Dfiji_smumgr.c952 vdd_dep_table = table_info->vdd_dep_on_sclk; in fiji_populate_single_graphic_level()
1318 table_info->vdd_dep_on_sclk, in fiji_populate_smc_acpi_level()
1639 count = (uint8_t)(table_info->vdd_dep_on_sclk->count); in fiji_populate_smc_initailial_state()
1641 if (table_info->vdd_dep_on_sclk->entries[level].clk >= in fiji_populate_smc_initailial_state()
1671 table_info->vdd_dep_on_sclk; in fiji_populate_clock_stretcher_data_table()
A Dtonga_smumgr.c632 vdd_dep_table = pptable_info->vdd_dep_on_sclk; in tonga_populate_single_graphic_level()
1585 table_info->vdd_dep_on_sclk; in tonga_populate_clock_stretcher_data_table()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/inc/
A Dhwmgr.h535 struct phm_ppt_v1_clock_voltage_dependency_table *vdd_dep_on_sclk; member
564 struct phm_ppt_v1_clock_voltage_dependency_table *vdd_dep_on_sclk; member

Completed in 55 milliseconds