Searched refs:table_info (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | vega10_hwmgr.c | 666 table_info->mm_dep_table; in vega10_patch_voltage_dependency_tables_with_lookup_table() 668 table_info->vdd_dep_on_mclk; in vega10_patch_voltage_dependency_tables_with_lookup_table() 773 table_info->vdd_dep_on_mclk; in vega10_set_private_data_based_on_pptable() 1254 table_info->pcie_table; in vega10_setup_default_pcie_table() 1307 table_info->vdd_dep_on_sclk; in vega10_setup_default_dpm_tables() 1309 table_info->vdd_dep_on_mclk; in vega10_setup_default_dpm_tables() 1311 table_info->mm_dep_table; in vega10_setup_default_dpm_tables() 1988 table_info->mm_dep_table; in vega10_populate_single_eclock_level() 2082 table_info->mm_dep_table; in vega10_populate_smc_uvd_levels() 2149 table_info->vdd_dep_on_sclk; in vega10_populate_clock_stretcher_table() [all …]
|
A D | smu7_hwmgr.c | 649 if (table_info != NULL) in smu7_setup_default_pcie_table() 877 if (table_info == NULL) in smu7_setup_dpm_tables_v1() 944 if (table_info == NULL) in smu7_odn_initial_default_setting() 986 if (!table_info) in smu7_setup_voltage_range_from_vbios() 1016 if (table_info == NULL) in smu7_check_dpm_table_updated() 2115 if (table_info == NULL) in smu7_get_evv_voltages() 2224 table_info->mm_dep_table; in smu7_patch_voltage_dependency_tables_with_lookup_table() 2513 if (table_info != NULL) { in smu7_patch_voltage_workaround() 2579 if (table_info == NULL) in smu7_thermal_parameter_init() 5168 if (table_info == NULL || table_info->vdd_dep_on_sclk == NULL) in smu7_get_sclks() [all …]
|
A D | smu_helper.c | 466 struct phm_ppt_v1_information *table_info = in phm_get_sclk_for_voltage_evv() local 472 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() 547 struct phm_ppt_v1_information *table_info = in phm_apply_dal_min_voltage_request() local 550 table_info->vddc_dep_on_dal_pwrl; in phm_apply_dal_min_voltage_request() 567 vddc_table = table_info->vdd_dep_on_sclk; in phm_apply_dal_min_voltage_request()
|
A D | vega10_powertune.c | 1266 struct phm_ppt_v2_information *table_info = in vega10_initialize_power_tune_defaults() local 1268 struct phm_tdp_table *tdp_table = table_info->tdp_table; in vega10_initialize_power_tune_defaults() 1317 struct phm_ppt_v2_information *table_info = in vega10_enable_power_containment() local 1319 struct phm_tdp_table *tdp_table = table_info->tdp_table; in vega10_enable_power_containment()
|
A D | smu7_powertune.c | 1153 struct phm_ppt_v1_information *table_info = in smu7_enable_power_containment() local 1161 cac_table = table_info->cac_dtp_table; in smu7_enable_power_containment() 1243 struct phm_ppt_v1_information *table_info = in smu7_power_control_set_level() local 1251 cac_table = table_info->cac_dtp_table; in smu7_power_control_set_level()
|
A D | vega10_processpptables.c | 788 struct phm_ppt_v2_information *table_info = in get_pcie_table() local 802 pcie_count = table_info->vdd_dep_on_sclk->count; in get_pcie_table()
|
A D | vega12_hwmgr.c | 1819 struct phm_ppt_v2_information *table_info = in vega12_get_dal_power_level() 1822 &table_info->max_clock_voltage_on_ac; in vega12_get_dal_power_level()
|
A D | vega20_hwmgr.c | 2784 struct phm_ppt_v2_information *table_info = in vega20_get_dal_power_level() 2787 &table_info->max_clock_voltage_on_ac; in vega20_get_dal_power_level()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
A D | vegam_smumgr.c | 438 if (table_info && in vegam_initialize_power_tune_defaults() 510 table_info->vddc_lookup_table; in vegam_populate_cac_table() 825 table_info->vdd_dep_on_sclk, clock, in vegam_populate_single_graphic_level() 992 if (table_info->vdd_dep_on_mclk) { in vegam_populate_single_memory_level() 994 table_info->vdd_dep_on_mclk, clock, in vegam_populate_single_memory_level() 1128 table_info->vdd_dep_on_sclk, in vegam_populate_smc_acpi_level() 1166 table_info->vdd_dep_on_mclk, in vegam_populate_smc_acpi_level() 1204 table_info->mm_dep_table; in vegam_populate_smc_vce_level() 1317 table_info->mm_dep_table; in vegam_populate_smc_uvd_level() 1497 table_info->vdd_dep_on_sclk; in vegam_populate_clock_stretcher_data_table() [all …]
|
A D | polaris10_smumgr.c | 433 struct phm_ppt_v1_information *table_info = in polaris10_populate_bapm_parameters_in_dpm_table() local 750 table_info->vddc_lookup_table; in polaris10_populate_cac_table() 1294 table_info->vdd_dep_on_sclk, in polaris10_populate_smc_acpi_level() 1329 table_info->vdd_dep_on_mclk, in polaris10_populate_smc_acpi_level() 1374 table_info->mm_dep_table; in polaris10_populate_smc_vce_level() 1424 table_info->mm_dep_table; in polaris10_populate_smc_samu_level() 1529 table_info->mm_dep_table; in polaris10_populate_smc_uvd_level() 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() 1902 if (table_info && in polaris10_initialize_power_tune_defaults() [all …]
|
A D | fiji_smumgr.c | 470 struct phm_ppt_v1_information *table_info = in fiji_initialize_power_tune_defaults() local 473 if (table_info && in fiji_initialize_power_tune_defaults() 492 struct phm_ppt_v1_information *table_info = in fiji_populate_bapm_parameters_in_dpm_table() local 763 table_info->vddc_lookup_table; in fiji_populate_cac_table() 1318 table_info->vdd_dep_on_sclk, in fiji_populate_smc_acpi_level() 1376 table_info->vdd_dep_on_mclk, in fiji_populate_smc_acpi_level() 1427 table_info->mm_dep_table; in fiji_populate_smc_vce_level() 1466 table_info->mm_dep_table; in fiji_populate_smc_acp_level() 1562 table_info->mm_dep_table; in fiji_populate_smc_uvd_level() 1671 table_info->vdd_dep_on_sclk; in fiji_populate_clock_stretcher_data_table() [all …]
|
A D | tonga_smumgr.c | 482 struct phm_ppt_v1_information *table_info = in tonga_populate_ulv_level() local 1147 struct phm_ppt_v1_information *table_info = in tonga_populate_mvdd_value() local 1582 struct phm_ppt_v1_information *table_info = in tonga_populate_clock_stretcher_data_table() local 1585 table_info->vdd_dep_on_sclk; in tonga_populate_clock_stretcher_data_table() 1832 struct phm_ppt_v1_information *table_info = in tonga_populate_bapm_parameters_in_dpm_table() local 1893 struct phm_ppt_v1_information *table_info = in tonga_populate_tdc_limit() local 1977 struct phm_ppt_v1_information *table_info = in tonga_populate_bapm_vddc_base_leakage_sidd() local 2210 if (table_info && in tonga_initialize_power_tune_defaults() 2227 struct phm_ppt_v1_information *table_info = in tonga_init_smc_table() local 2680 struct phm_ppt_v1_information *table_info = in tonga_update_uvd_smc_table() local [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/include/ |
A D | discovery.h | 48 typedef struct table_info struct 54 } table_info; argument 64 table_info table_list[TOTAL_TABLES];
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_discovery.c | 290 struct table_info *info; in amdgpu_discovery_init()
|
Completed in 77 milliseconds