Home
last modified time | relevance | path

Searched refs:pptable (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_12_ppt.c286 struct PPTable_t *pptable = in smu_v13_0_12_setup_driver_pptable() local
291 if (!pptable->Init) { in smu_v13_0_12_setup_driver_pptable()
303 pptable->MaxSocketPowerLimit = in smu_v13_0_12_setup_driver_pptable()
305 pptable->MaxGfxclkFrequency = in smu_v13_0_12_setup_driver_pptable()
307 pptable->MinGfxclkFrequency = in smu_v13_0_12_setup_driver_pptable()
311 pptable->FclkFrequencyTable[i] = in smu_v13_0_12_setup_driver_pptable()
313 pptable->UclkFrequencyTable[i] = in smu_v13_0_12_setup_driver_pptable()
315 pptable->SocclkFrequencyTable[i] = in smu_v13_0_12_setup_driver_pptable()
317 pptable->VclkFrequencyTable[i] = in smu_v13_0_12_setup_driver_pptable()
319 pptable->DclkFrequencyTable[i] = in smu_v13_0_12_setup_driver_pptable()
[all …]
H A Dsmu_v13_0_6_ppt.c864 struct PPTable_t *pptable = in smu_v13_0_6_update_caps() local
868 !pptable->PPT1Max) in smu_v13_0_6_update_caps()
879 struct PPTable_t *pptable = in smu_v13_0_6_setup_driver_pptable() local
896 if (!pptable->Init) { in smu_v13_0_6_setup_driver_pptable()
919 pptable->MaxSocketPowerLimit = in smu_v13_0_6_setup_driver_pptable()
921 pptable->MaxGfxclkFrequency = in smu_v13_0_6_setup_driver_pptable()
923 pptable->MinGfxclkFrequency = in smu_v13_0_6_setup_driver_pptable()
930 pptable->FclkFrequencyTable[i] = in smu_v13_0_6_setup_driver_pptable()
932 pptable->UclkFrequencyTable[i] = in smu_v13_0_6_setup_driver_pptable()
934 pptable->SocclkFrequencyTable[i] = SMUQ10_ROUND( in smu_v13_0_6_setup_driver_pptable()
[all …]
H A Dsmu_v13_0_0_ppt.c340 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_0_check_powerplay_table() local
342 &pptable->SkuTable.OverDriveLimitsBasicMax; in smu_v13_0_0_check_powerplay_table()
344 &pptable->SkuTable.OverDriveLimitsMin; in smu_v13_0_0_check_powerplay_table()
370 !(pptable->SkuTable.FeaturesToRun[0] & (1 << FEATURE_FAN_CONTROL_BIT)); in smu_v13_0_0_check_powerplay_table()
561 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_0_set_default_dpm_table() local
562 SkuTable_t *skutable = &pptable->SkuTable; in smu_v13_0_0_set_default_dpm_table()
1043 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_0_is_od_feature_supported() local
1045 &pptable->SkuTable.OverDriveLimitsBasicMax; in smu_v13_0_0_is_od_feature_supported()
1055 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_0_get_od_setting_limits() local
1057 &pptable->SkuTable.OverDriveLimitsBasicMax; in smu_v13_0_0_get_od_setting_limits()
[all …]
H A Dsmu_v13_0_7_ppt.c1053 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_7_is_od_feature_supported() local
1055 &pptable->SkuTable.OverDriveLimitsBasicMax; in smu_v13_0_7_is_od_feature_supported()
1065 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_7_get_od_setting_limits() local
1067 &pptable->SkuTable.OverDriveLimitsBasicMax; in smu_v13_0_7_get_od_setting_limits()
1069 &pptable->SkuTable.OverDriveLimitsMin; in smu_v13_0_7_get_od_setting_limits()
2011 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_7_get_thermal_temperature_range() local
2018 range->max = pptable->SkuTable.TemperatureLimit[TEMP_EDGE] * in smu_v13_0_7_get_thermal_temperature_range()
2020 range->edge_emergency_max = (pptable->SkuTable.TemperatureLimit[TEMP_EDGE] + CTF_OFFSET_EDGE) * in smu_v13_0_7_get_thermal_temperature_range()
2022 range->hotspot_crit_max = pptable->SkuTable.TemperatureLimit[TEMP_HOTSPOT] * in smu_v13_0_7_get_thermal_temperature_range()
2024 …range->hotspot_emergency_max = (pptable->SkuTable.TemperatureLimit[TEMP_HOTSPOT] + CTF_OFFSET_HOTS… in smu_v13_0_7_get_thermal_temperature_range()
[all …]
H A Daldebaran_ppt.c400 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_set_default_dpm_table() local
424 dpm_table->dpm_levels[0].value = pptable->GfxclkFmin; in aldebaran_set_default_dpm_table()
426 dpm_table->dpm_levels[1].value = pptable->GfxclkFmax; in aldebaran_set_default_dpm_table()
974 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_get_thermal_temperature_range() local
981 range->hotspot_crit_max = pptable->ThotspotLimit * in aldebaran_get_thermal_temperature_range()
983 range->hotspot_emergency_max = (pptable->ThotspotLimit + CTF_OFFSET_HOTSPOT) * in aldebaran_get_thermal_temperature_range()
985 range->mem_crit_max = pptable->TmemLimit * in aldebaran_get_thermal_temperature_range()
987 range->mem_emergency_max = (pptable->TmemLimit + CTF_OFFSET_MEM)* in aldebaran_get_thermal_temperature_range()
1118 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_get_power_limit() local
1146 if (!pptable) { in aldebaran_get_power_limit()
[all …]
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_processpptables.c231 (struct phm_ppt_v3_information *)hwmgr->pptable; in override_powerplay_table_fantargettemperature()
245 (struct phm_ppt_v3_information *)hwmgr->pptable; in init_powerplay_table_information()
339 hwmgr->pptable = kzalloc_obj(struct phm_ppt_v3_information); in vega20_pp_tables_initialize()
340 PP_ASSERT_WITH_CODE((hwmgr->pptable != NULL), in vega20_pp_tables_initialize()
366 (struct phm_ppt_v3_information *)(hwmgr->pptable); in vega20_pp_tables_uninitialize()
386 kfree(hwmgr->pptable); in vega20_pp_tables_uninitialize()
387 hwmgr->pptable = NULL; in vega20_pp_tables_uninitialize()
H A Dprocess_pptables_v1_0.c205 (struct phm_ppt_v1_information *)(hwmgr->pptable); in get_platform_power_management_table()
248 …t phm_ppt_v1_information *pp_table_information = (struct phm_ppt_v1_information *)(hwmgr->pptable); in init_dpm_2_parameters()
483 (struct phm_ppt_v1_information *)(hwmgr->pptable); in get_pcie_table()
759 (struct phm_ppt_v1_information *)(hwmgr->pptable); in get_gpio_table()
791 (struct phm_ppt_v1_information *)(hwmgr->pptable); in init_clock_voltage_dependency()
1141 hwmgr->pptable = kzalloc_obj(struct phm_ppt_v1_information); in pp_tables_v1_0_initialize()
1143 PP_ASSERT_WITH_CODE((NULL != hwmgr->pptable), in pp_tables_v1_0_initialize()
1188 (struct phm_ppt_v1_information *)(hwmgr->pptable); in pp_tables_v1_0_uninitialize()
1226 kfree(hwmgr->pptable); in pp_tables_v1_0_uninitialize()
1227 hwmgr->pptable = NULL; in pp_tables_v1_0_uninitialize()
[all …]
H A Dvega12_processpptables.c195 (struct phm_ppt_v3_information *)hwmgr->pptable; in init_powerplay_table_information()
266 hwmgr->pptable = kzalloc_obj(struct phm_ppt_v3_information); in vega12_pp_tables_initialize()
267 PP_ASSERT_WITH_CODE((hwmgr->pptable != NULL), in vega12_pp_tables_initialize()
293 (struct phm_ppt_v3_information *)(hwmgr->pptable); in vega12_pp_tables_uninitialize()
310 kfree(hwmgr->pptable); in vega12_pp_tables_uninitialize()
311 hwmgr->pptable = NULL; in vega12_pp_tables_uninitialize()
H A Dvega10_hwmgr.c197 (struct phm_ppt_v2_information *)hwmgr->pptable; in vega10_set_features_platform_caps()
307 (struct phm_ppt_v2_information *)(hwmgr->pptable); in vega10_odn_initial_default_setting()
531 (struct phm_ppt_v2_information *)(hwmgr->pptable); in vega10_get_socclk_for_voltage_evv()
568 (struct phm_ppt_v2_information *)hwmgr->pptable; in vega10_get_evv_voltages()
673 (struct phm_ppt_v2_information *)(hwmgr->pptable); in vega10_patch_voltage_dependency_tables_with_lookup_table()
749 (struct phm_ppt_v2_information *)(hwmgr->pptable); in vega10_complete_dependency_tables()
778 (struct phm_ppt_v2_information *)(hwmgr->pptable); in vega10_set_private_data_based_on_pptable()
1173 (struct phm_ppt_v2_information *)hwmgr->pptable; in vega10_construct_voltage_tables()
1262 (struct phm_ppt_v2_information *)(hwmgr->pptable); in vega10_setup_default_pcie_table()
1310 (struct phm_ppt_v2_information *)(hwmgr->pptable); in vega10_setup_default_dpm_tables()
[all …]
H A Dvega10_processpptables.c788 (struct phm_ppt_v2_information *)(hwmgr->pptable); in get_pcie_table()
875 (struct phm_ppt_v2_information *)(hwmgr->pptable); in init_powerplay_extended_tables()
1063 (struct phm_ppt_v2_information *)(hwmgr->pptable); in init_dpm_2_parameters()
1150 hwmgr->pptable = kzalloc_obj(struct phm_ppt_v2_information); in vega10_pp_tables_initialize()
1152 PP_ASSERT_WITH_CODE((hwmgr->pptable != NULL), in vega10_pp_tables_initialize()
1197 (struct phm_ppt_v2_information *)(hwmgr->pptable); in vega10_pp_tables_uninitialize()
1235 kfree(hwmgr->pptable); in vega10_pp_tables_uninitialize()
1236 hwmgr->pptable = NULL; in vega10_pp_tables_uninitialize()
H A Dsmu7_hwmgr.c320 (struct phm_ppt_v1_information *)hwmgr->pptable; in smu7_construct_voltage_tables()
639 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_setup_default_pcie_table()
871 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_setup_dpm_tables_v1()
937 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_odn_initial_default_setting()
982 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_setup_voltage_range_from_vbios()
1010 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_check_dpm_table_updated()
1537 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_populate_umdpstate_clocks()
1805 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_init_dpm_defaults()
2054 (struct phm_ppt_v1_information *)hwmgr->pptable; in smu7_get_evv_voltages()
2191 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_patch_clock_voltage_limits_with_vddc_leakage()
[all …]
H A Dsmu_helper.c466 (struct phm_ppt_v1_information *)(hwmgr->pptable); in phm_get_sclk_for_voltage_evv()
495 struct phm_ppt_v1_information *pptable_info = (struct phm_ppt_v1_information *)(hwmgr->pptable); in phm_initializa_dynamic_state_adjustment_rule_settings()
546 (struct phm_ppt_v1_information *)hwmgr->pptable; in phm_apply_dal_min_voltage_request()
H A Dvega12_thermal.c174 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega12_thermal_set_temperature_range()
H A Dvega20_hwmgr.c798 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_init_smc_table()
1051 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_od8_set_feature_capabilities()
1251 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_od8_initialize_default_settings()
2804 (struct phm_ppt_v2_information *)hwmgr->pptable; in vega20_get_dal_power_level()
3375 PPTable_t *pptable = &(data->smc_state_table.pp_table); in vega20_emit_clock_levels() local
3494 gen_speed = pptable->PcieGenSpeed[i]; in vega20_emit_clock_levels()
3495 lane_width = pptable->PcieLaneCount[i]; in vega20_emit_clock_levels()
3511 pptable->LclkFreq[i], in vega20_emit_clock_levels()
4286 (struct phm_ppt_v3_information *)hwmgr->pptable; in vega20_get_thermal_temperature_range()
H A Dvega10_powertune.c1241 (struct phm_ppt_v2_information *)(hwmgr->pptable); in vega10_initialize_power_tune_defaults()
1292 (struct phm_ppt_v2_information *)(hwmgr->pptable); in vega10_enable_power_containment()
H A Dsmu10_hwmgr.c469 struct smu10_voltage_dependency_table **pptable, in smu10_get_clock_voltage_dependency_table() argument
487 *pptable = ptable; in smu10_get_clock_voltage_dependency_table()
H A Dsmu7_powertune.c1151 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_enable_power_containment()
1241 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_power_control_set_level()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c280 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v14_0_2_check_powerplay_table() local
282 &pptable->SkuTable.OverDriveLimitsBasicMax; in smu_v14_0_2_check_powerplay_table()
284 &pptable->SkuTable.OverDriveLimitsBasicMin; in smu_v14_0_2_check_powerplay_table()
310 !(pptable->PFE_Settings.FeaturesToRun[0] & (1 << FEATURE_FAN_CONTROL_BIT)); in smu_v14_0_2_check_powerplay_table()
459 PPTable_t *pptable = table_context->driver_pptable; in smu_v14_0_2_set_default_dpm_table() local
460 SkuTable_t *skutable = &pptable->SkuTable; in smu_v14_0_2_set_default_dpm_table()
922 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v14_0_2_is_od_feature_supported() local
924 &pptable->SkuTable.OverDriveLimitsBasicMax; in smu_v14_0_2_is_od_feature_supported()
934 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v14_0_2_get_od_setting_limits() local
936 &pptable->SkuTable.OverDriveLimitsBasicMax; in smu_v14_0_2_get_od_setting_limits()
[all …]
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c462 PPTable_t *pptable = table_context->driver_pptable; in arcturus_check_fan_support() local
466 !(pptable->FeaturesToRun[0] & FEATURE_FAN_CONTROL_MASK); in arcturus_check_fan_support()
1006 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_thermal_temperature_range() local
1013 range->max = pptable->TedgeLimit * in arcturus_get_thermal_temperature_range()
1015 range->edge_emergency_max = (pptable->TedgeLimit + CTF_OFFSET_EDGE) * in arcturus_get_thermal_temperature_range()
1017 range->hotspot_crit_max = pptable->ThotspotLimit * in arcturus_get_thermal_temperature_range()
1019 range->hotspot_emergency_max = (pptable->ThotspotLimit + CTF_OFFSET_HOTSPOT) * in arcturus_get_thermal_temperature_range()
1021 range->mem_crit_max = pptable->TmemLimit * in arcturus_get_thermal_temperature_range()
1023 range->mem_emergency_max = (pptable->TmemLimit + CTF_OFFSET_MEM)* in arcturus_get_thermal_temperature_range()
1035 PPTable_t *pptable = table_context->driver_pptable; in arcturus_read_sensor() local
[all …]
H A Dnavi10_ppt.c1212 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_is_support_fine_grained_dpm() local
1222 dpm_desc = &pptable->DpmDescriptor[clk_index]; in navi10_is_support_fine_grained_dpm()
1657 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_get_fan_parameters() local
1659 smu->fan_max_rpm = pptable->FanMaximumRpm; in navi10_get_fan_parameters()
1980 PPTable_t *pptable = table_context->driver_pptable; in navi10_read_sensor() local
1987 *(uint32_t *)data = pptable->FanMaximumRpm; in navi10_read_sensor()
2084 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_get_thermal_temperature_range() local
2091 range->max = pptable->TedgeLimit * in navi10_get_thermal_temperature_range()
2093 range->edge_emergency_max = (pptable->TedgeLimit + CTF_OFFSET_EDGE) * in navi10_get_thermal_temperature_range()
2095 range->hotspot_crit_max = pptable->ThotspotLimit * in navi10_get_thermal_temperature_range()
[all …]
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c335 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_update_uvd_smc_table()
368 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_update_vce_smc_table()
400 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_update_bif_smc_table()
435 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_initialize_power_tune_defaults()
507 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_populate_cac_table()
544 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_populate_ulv_level()
817 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_populate_single_graphic_level()
870 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_populate_all_graphic_levels()
986 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_populate_single_memory_level()
1090 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_populate_mvdd_value()
[all …]
H A Dpolaris10_smumgr.c434 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_bapm_parameters_in_dpm_table()
508 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_tdc_limit()
588 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_bapm_vddc_base_leakage_sidd()
748 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_cac_table()
783 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_ulv_level()
963 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_single_graphic_level()
1042 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_all_graphic_levels()
1158 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_single_memory_level()
1257 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_mvdd_value()
1284 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_smc_acpi_level()
[all …]
H A Dfiji_smumgr.c471 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_initialize_power_tune_defaults()
493 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_bapm_parameters_in_dpm_table()
587 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_tdc_limit()
673 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_bapm_vddc_base_leakage_sidd()
761 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_cac_table()
801 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_ulv_level()
944 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_single_graphic_level()
1006 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_all_graphic_levels()
1166 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_single_memory_level()
1276 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_mvdd_value()
[all …]
H A Dtonga_smumgr.c253 (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_get_dependency_volt_by_clk()
398 (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_populate_cac_tables()
483 (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_populate_ulv_level()
624 (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_populate_single_graphic_level()
690 struct phm_ppt_v1_information *pptable_info = (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_populate_all_graphic_levels()
967 (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_populate_single_memory_level()
1148 (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_populate_mvdd_value()
1316 (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_populate_smc_uvd_level()
1376 (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_populate_smc_vce_level()
1421 (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_populate_smc_acp_level()
[all …]
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.c1098 void *pptable = smu->smu_table.driver_pptable; in smu_cmn_write_pptable() local
1103 pptable, in smu_cmn_write_pptable()
1139 void *pptable = smu->smu_table.combo_pptable; in smu_cmn_get_combo_pptable() local
1144 pptable, in smu_cmn_get_combo_pptable()

12