Home
last modified time | relevance | path

Searched refs:phm_ppt_v1_information (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c334 struct phm_ppt_v1_information *table_info = in vegam_update_uvd_smc_table()
335 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_update_uvd_smc_table()
367 struct phm_ppt_v1_information *table_info = in vegam_update_vce_smc_table()
368 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_update_vce_smc_table()
399 struct phm_ppt_v1_information *table_info = in vegam_update_bif_smc_table()
400 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_update_bif_smc_table()
434 struct phm_ppt_v1_information *table_info = in vegam_initialize_power_tune_defaults()
435 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_initialize_power_tune_defaults()
506 struct phm_ppt_v1_information *table_info = in vegam_populate_cac_table()
507 (struct phm_ppt_v1_information *)(hwmgr->pptable); in vegam_populate_cac_table()
[all …]
H A Dpolaris10_smumgr.c433 struct phm_ppt_v1_information *table_info = in polaris10_populate_bapm_parameters_in_dpm_table()
434 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_bapm_parameters_in_dpm_table()
507 struct phm_ppt_v1_information *table_info = in polaris10_populate_tdc_limit()
508 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_tdc_limit()
587 struct phm_ppt_v1_information *table_info = in polaris10_populate_bapm_vddc_base_leakage_sidd()
588 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_bapm_vddc_base_leakage_sidd()
747 struct phm_ppt_v1_information *table_info = in polaris10_populate_cac_table()
748 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_cac_table()
782 struct phm_ppt_v1_information *table_info = in polaris10_populate_ulv_level()
783 (struct phm_ppt_v1_information *)(hwmgr->pptable); in polaris10_populate_ulv_level()
[all …]
H A Dfiji_smumgr.c470 struct phm_ppt_v1_information *table_info = in fiji_initialize_power_tune_defaults()
471 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_initialize_power_tune_defaults()
492 struct phm_ppt_v1_information *table_info = in fiji_populate_bapm_parameters_in_dpm_table()
493 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_bapm_parameters_in_dpm_table()
586 struct phm_ppt_v1_information *table_info = in fiji_populate_tdc_limit()
587 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_tdc_limit()
672 struct phm_ppt_v1_information *table_info = in fiji_populate_bapm_vddc_base_leakage_sidd()
673 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_bapm_vddc_base_leakage_sidd()
760 struct phm_ppt_v1_information *table_info = in fiji_populate_cac_table()
761 (struct phm_ppt_v1_information *)(hwmgr->pptable); in fiji_populate_cac_table()
[all …]
H A Dtonga_smumgr.c252 struct phm_ppt_v1_information *pptable_info = in tonga_get_dependency_volt_by_clk()
253 (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_get_dependency_volt_by_clk()
397 struct phm_ppt_v1_information *pptable_info = in tonga_populate_cac_tables()
398 (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_populate_cac_tables()
482 struct phm_ppt_v1_information *table_info = in tonga_populate_ulv_level()
483 (struct phm_ppt_v1_information *)(hwmgr->pptable); in tonga_populate_ulv_level()
623 struct phm_ppt_v1_information *pptable_info = in tonga_populate_single_graphic_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()
966 struct phm_ppt_v1_information *pptable_info = in tonga_populate_single_memory_level()
[all …]
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c319 struct phm_ppt_v1_information *table_info = in smu7_construct_voltage_tables()
320 (struct phm_ppt_v1_information *)hwmgr->pptable; in smu7_construct_voltage_tables()
638 struct phm_ppt_v1_information *table_info = in smu7_setup_default_pcie_table()
639 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_setup_default_pcie_table()
870 struct phm_ppt_v1_information *table_info = in smu7_setup_dpm_tables_v1()
871 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_setup_dpm_tables_v1()
936 struct phm_ppt_v1_information *table_info = in smu7_odn_initial_default_setting()
937 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_odn_initial_default_setting()
981 struct phm_ppt_v1_information *table_info = in smu7_setup_voltage_range_from_vbios()
982 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_setup_voltage_range_from_vbios()
[all …]
H A Dprocess_pptables_v1_0.c204 struct phm_ppt_v1_information *pp_table_information = in get_platform_power_management_table()
205 (struct phm_ppt_v1_information *)(hwmgr->pptable); in get_platform_power_management_table()
248 …struct phm_ppt_v1_information *pp_table_information = (struct phm_ppt_v1_information *)(hwmgr->ppt… in init_dpm_2_parameters()
483 struct phm_ppt_v1_information *pp_table_information = in get_pcie_table()
484 (struct phm_ppt_v1_information *)(hwmgr->pptable); in get_pcie_table()
761 struct phm_ppt_v1_information *pp_table_information = in get_gpio_table()
762 (struct phm_ppt_v1_information *)(hwmgr->pptable); in get_gpio_table()
793 struct phm_ppt_v1_information *pp_table_information = in init_clock_voltage_dependency()
794 (struct phm_ppt_v1_information *)(hwmgr->pptable); in init_clock_voltage_dependency()
1144 hwmgr->pptable = kzalloc(sizeof(struct phm_ppt_v1_information), GFP_KERNEL); in pp_tables_v1_0_initialize()
[all …]
H A Dsmu_helper.c466 struct phm_ppt_v1_information *table_info = in phm_get_sclk_for_voltage_evv()
467 (struct phm_ppt_v1_information *)(hwmgr->pptable); in phm_get_sclk_for_voltage_evv()
496 struct phm_ppt_v1_information *pptable_info = (struct phm_ppt_v1_information *)(hwmgr->pptable); in phm_initializa_dynamic_state_adjustment_rule_settings()
547 struct phm_ppt_v1_information *table_info = in phm_apply_dal_min_voltage_request()
548 (struct phm_ppt_v1_information *)hwmgr->pptable; in phm_apply_dal_min_voltage_request()
H A Dsmu7_powertune.c1150 struct phm_ppt_v1_information *table_info = in smu7_enable_power_containment()
1151 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_enable_power_containment()
1240 struct phm_ppt_v1_information *table_info = in smu7_power_control_set_level()
1241 (struct phm_ppt_v1_information *)(hwmgr->pptable); in smu7_power_control_set_level()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h533 struct phm_ppt_v1_information { struct