Home
last modified time | relevance | path

Searched refs:PPTable_t (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dvega12_pptable.h102 PPTable_t smcPPTable;
A Dvega20_pptable.h133 PPTable_t smcPPTable;
A Dvega12_processpptables.c101 static int append_vbios_pptable(struct pp_hwmgr *hwmgr, PPTable_t *ppsmc_pptable) in append_vbios_pptable()
254 sizeof(PPTable_t), GFP_KERNEL); in init_powerplay_table_information()
A Dvega20_processpptables.c66 static void dump_pptable(PPTable_t *pptable)
715 static int append_vbios_pptable(struct pp_hwmgr *hwmgr, PPTable_t *ppsmc_pptable) in append_vbios_pptable()
806 PPTable_t *ppsmc_pptable = (PPTable_t *)(pptable_information->smc_pptable); in override_powerplay_table_fantargettemperature()
893 sizeof(PPTable_t), in init_powerplay_table_information()
A Dvega12_thermal.c256 PPTable_t *table = &(data->smc_state_table.pp_table); in vega12_thermal_setup_fan_table()
A Dvega10_thermal.c510 PPTable_t *table = &(data->smc_state_table.pp_table); in vega10_thermal_setup_fan_table()
566 PPTable_t *table = &(data->smc_state_table.pp_table); in vega10_enable_mgpu_fan_boost()
A Dvega10_hwmgr.c965 PPTable_t *pp_table = &(data->smc_state_table.pp_table); in vega10_setup_dpm_led_config()
1523 PPTable_t *pp_table = &(data->smc_state_table.pp_table); in vega10_override_pcie_parameters()
1570 PPTable_t *pp_table = &(data->smc_state_table.pp_table); in vega10_populate_smc_link_levels()
1732 PPTable_t *pp_table = &(data->smc_state_table.pp_table); in vega10_populate_all_graphic_levels()
1787 PPTable_t *pp_table = &(data->smc_state_table.pp_table); in vega10_populate_vddc_soc_levels()
1881 PPTable_t *pp_table = &(data->smc_state_table.pp_table); in vega10_populate_all_memory_levels()
1924 PPTable_t *pp_table = &(data->smc_state_table.pp_table); in vega10_populate_single_display_type()
2019 PPTable_t *pp_table = &(data->smc_state_table.pp_table); in vega10_populate_smc_vce_levels()
2082 PPTable_t *pp_table = &(data->smc_state_table.pp_table); in vega10_populate_smc_uvd_levels()
2153 PPTable_t *pp_table = &(data->smc_state_table.pp_table); in vega10_populate_clock_stretcher_table()
[all …]
A Dvega20_thermal.c327 PPTable_t *table = &(data->smc_state_table.pp_table); in vega20_thermal_setup_fan_table()
A Dvega10_hwmgr.h208 PPTable_t pp_table;
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0_7_ppt.c341 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_check_powerplay_table()
386 sizeof(PPTable_t)); in smu_v13_0_7_store_powerplay_table()
417 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_append_powerplay_table()
577 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in smu_v13_0_7_set_default_dpm_table()
1071 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_7_is_od_feature_supported()
1083 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_7_get_od_setting_limits()
1989 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_7_get_thermal_temperature_range()
2220 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_7_populate_umd_state_clk()
2296 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_7_enable_mgpu_fan_boost()
2321 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_7_get_power_limit()
[all …]
A Dsmu_v13_0_0_ppt.c350 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_0_check_powerplay_table()
392 sizeof(PPTable_t)); in smu_v13_0_0_store_powerplay_table()
407 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_0_append_powerplay_table()
570 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_0_set_default_dpm_table()
1082 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_0_is_od_feature_supported()
1094 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_0_get_od_setting_limits()
2000 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_0_get_thermal_temperature_range()
2236 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_0_populate_umd_state_clk()
2332 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_0_enable_mgpu_fan_boost()
2357 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_0_get_power_limit()
[all …]
A Dsmu_v13_0_6_ppt.c237 struct PPTable_t { struct
364 kzalloc(sizeof(struct PPTable_t), GFP_KERNEL); in smu_v13_0_6_tables_init()
584 struct PPTable_t *pptable = in smu_v13_0_6_setup_driver_pptable()
585 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_setup_driver_pptable()
650 struct PPTable_t *pptable = in smu_v13_0_6_get_dpm_ultimate_freq()
651 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_get_dpm_ultimate_freq()
757 struct PPTable_t *pptable = in smu_v13_0_6_set_default_dpm_table()
758 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_set_default_dpm_table()
1496 struct PPTable_t *pptable = in smu_v13_0_6_get_power_limit()
1497 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_get_power_limit()
[all …]
A Daldebaran_ppt.c232 SMU_TABLE_INIT(tables, SMU_TABLE_PPTABLE, sizeof(PPTable_t), in aldebaran_tables_init()
349 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_set_default_dpm_table()
440 sizeof(PPTable_t)); in aldebaran_store_powerplay_table()
448 PPTable_t *smc_pptable = table_context->driver_pptable; in aldebaran_append_powerplay_table()
1046 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_get_thermal_temperature_range()
1190 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_get_power_limit()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
A Dsmu_v14_0_2_ppt.c323 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v14_0_2_check_powerplay_table()
365 sizeof(PPTable_t)); in smu_v14_0_2_store_powerplay_table()
501 PPTable_t *pptable = table_context->driver_pptable; in smu_v14_0_2_set_default_dpm_table()
878 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v14_0_2_read_sensor()
997 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v14_0_2_is_od_feature_supported()
1009 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v14_0_2_get_od_setting_limits()
1207 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v14_0_2_print_clk_levels()
1513 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v14_0_2_get_thermal_temperature_range()
1560 PPTable_t *pptable = table_context->driver_pptable; in smu_v14_0_2_populate_umd_state_clk()
1627 PPTable_t *pptable = table_context->driver_pptable; in smu_v14_0_2_get_power_limit()
[all …]
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
A Dsmu_v13_0_pptable.h163 PPTable_t smc_pptable; //PPTable_t in driver_if.h
A Dsmu_v11_0_pptable.h161 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h
A Dsmu_v13_0_7_pptable.h193 PPTable_t smc_pptable; //PPTable_t in driver_if.h
A Dsmu_v14_0_2_pptable.h169PPTable_t smc_pptable; // PPTable_t in driver_if.h -- as requested by PMF…
A Dsmu_v11_0_7_pptable.h194 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dnavi10_ppt.c410 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table()
466 sizeof(PPTable_t)); in navi10_store_powerplay_table()
1224 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_is_support_fine_grained_dpm()
1269 PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable; in navi10_emit_clk_levels()
1478 PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable; in navi10_print_clk_levels()
1909 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_get_fan_parameters()
2197 PPTable_t *pptable = table_context->driver_pptable; in navi10_read_sensor()
2272 PPTable_t *driver_ppt = NULL; in navi10_get_uclk_dpm_states()
2301 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_get_thermal_temperature_range()
2358 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_get_power_limit()
[all …]
A Darcturus_ppt.c255 SMU_TABLE_INIT(tables, SMU_TABLE_PPTABLE, sizeof(PPTable_t), in arcturus_tables_init()
364 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in arcturus_set_default_dpm_table()
472 PPTable_t *pptable = table_context->driver_pptable; in arcturus_check_fan_support()
504 sizeof(PPTable_t)); in arcturus_store_powerplay_table()
512 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table()
1071 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_thermal_temperature_range()
1100 PPTable_t *pptable = table_context->driver_pptable; in arcturus_read_sensor()
1315 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_fan_parameters()
1328 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_power_limit()
1565 PPTable_t *pptable = table_context->driver_pptable; in arcturus_dump_pptable()
/linux/drivers/gpu/drm/amd/pm/inc/
A Dsmu_v13_0_0_pptable.h193 PPTable_t smc_pptable; //PPTable_t in driver_if.h
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dvega10_smumgr.c230 sizeof(PPTable_t), in vega10_smu_init()
240 priv->smu_tables.entry[PPTABLE].size = sizeof(PPTable_t); in vega10_smu_init()
A Dvega12_smumgr.c232 sizeof(PPTable_t), in vega12_smu_init()
242 priv->smu_tables.entry[TABLE_PPTABLE].size = sizeof(PPTable_t); in vega12_smu_init()
A Dvega20_smumgr.c441 sizeof(PPTable_t), in vega20_smu_init()
451 priv->smu_tables.entry[TABLE_PPTABLE].size = sizeof(PPTable_t); in vega20_smu_init()

Completed in 899 milliseconds

12