Home
last modified time | relevance | path

Searched refs:driver_pptable (Results 1 – 8 of 8) sorted by relevance

/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()
981 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in navi10_set_default_dpm_table()
1236 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_is_support_fine_grained_dpm()
1276 PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable; in navi10_print_clk_levels()
1704 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_get_fan_parameters()
1994 PPTable_t *pptable = table_context->driver_pptable; in navi10_read_sensor()
2075 driver_ppt = table_context->driver_pptable; in navi10_get_uclk_dpm_states()
2099 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_get_thermal_temperature_range()
2155 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_get_power_limit()
2195 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_update_pcie_parameters()
[all …]
A Darcturus_ppt.c342 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in arcturus_set_default_dpm_table()
442 PPTable_t *pptable = table_context->driver_pptable; in arcturus_check_fan_support()
473 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table()
482 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table()
1095 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_thermal_temperature_range()
1124 PPTable_t *pptable = table_context->driver_pptable; in arcturus_read_sensor()
1340 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_fan_parameters()
1354 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_power_limit()
1621 PPTable_t *pptable = table_context->driver_pptable; in arcturus_dump_pptable()
A Dsmu_v11_0.c401 smu_table->driver_pptable = in smu_v11_0_init_smc_tables()
403 if (!smu_table->driver_pptable) { in smu_v11_0_init_smc_tables()
449 kfree(smu_table->driver_pptable); in smu_v11_0_init_smc_tables()
464 kfree(smu_table->driver_pptable); in smu_v11_0_fini_smc_tables()
471 smu_table->driver_pptable = NULL; in smu_v11_0_fini_smc_tables()
A Dsienna_cichlid_ppt.c78 (*member) = (smu->smu_table.driver_pptable + offsetof(PPTable_beige_goby_t, field));\
80 (*member) = (smu->smu_table.driver_pptable + offsetof(PPTable_t, field));\
415 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table()
1704 if (!clocks_in_khz || !num_states || !table_context->driver_pptable) in sienna_cichlid_get_uclk_dpm_states()
2189 PPTable_beige_goby_t *pptable = table_context->driver_pptable; in beige_goby_dump_pptable()
2818 PPTable_t *pptable = table_context->driver_pptable; in sienna_cichlid_dump_pptable()
3685 PPTable_t *smc_pptable = table_context->driver_pptable; in sienna_cichlid_enable_mgpu_fan_boost()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0.c375 smu_table->driver_pptable = in smu_v13_0_init_smc_tables()
377 if (!smu_table->driver_pptable) { in smu_v13_0_init_smc_tables()
413 kfree(smu_table->driver_pptable); in smu_v13_0_init_smc_tables()
427 kfree(smu_table->driver_pptable); in smu_v13_0_fini_smc_tables()
432 smu_table->driver_pptable = NULL; in smu_v13_0_fini_smc_tables()
A Daldebaran_ppt.c295 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_set_default_dpm_table()
385 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in aldebaran_store_powerplay_table()
394 PPTable_t *smc_pptable = table_context->driver_pptable; in aldebaran_append_powerplay_table()
1043 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_get_thermal_temperature_range()
1195 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_get_power_limit()
/linux/drivers/gpu/drm/amd/pm/swsmu/
A Dsmu_cmn.c936 void *pptable = smu->smu_table.driver_pptable; in smu_cmn_write_pptable()
/linux/drivers/gpu/drm/amd/pm/inc/
A Damdgpu_smu.h342 void *driver_pptable; member

Completed in 56 milliseconds