Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dnavi10_ppt.c410 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table()
465 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in navi10_store_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()
2072 if (!clocks_in_khz || !num_states || !table_context->driver_pptable) in navi10_get_uclk_dpm_states()
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()
[all …]
Darcturus_ppt.c342 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in arcturus_set_default_dpm_table()
459 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table()
468 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table()
1081 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_thermal_temperature_range()
1110 PPTable_t *pptable = table_context->driver_pptable; in arcturus_read_sensor()
1326 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_fan_parameters()
1340 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_power_limit()
1607 PPTable_t *pptable = table_context->driver_pptable; in arcturus_dump_pptable()
Dsmu_v11_0.c399 smu_table->driver_pptable = in smu_v11_0_init_smc_tables()
401 if (!smu_table->driver_pptable) { in smu_v11_0_init_smc_tables()
447 kfree(smu_table->driver_pptable); in smu_v11_0_init_smc_tables()
462 kfree(smu_table->driver_pptable); in smu_v11_0_fini_smc_tables()
469 smu_table->driver_pptable = NULL; in smu_v11_0_fini_smc_tables()
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));\
432 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table()
1814 if (!clocks_in_khz || !num_states || !table_context->driver_pptable) in sienna_cichlid_get_uclk_dpm_states()
2378 PPTable_beige_goby_t *pptable = table_context->driver_pptable; in beige_goby_dump_pptable()
3007 PPTable_t *pptable = table_context->driver_pptable; in sienna_cichlid_dump_pptable()
/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c372 smu_table->driver_pptable = in smu_v13_0_init_smc_tables()
374 if (!smu_table->driver_pptable) { in smu_v13_0_init_smc_tables()
410 kfree(smu_table->driver_pptable); in smu_v13_0_init_smc_tables()
424 kfree(smu_table->driver_pptable); in smu_v13_0_fini_smc_tables()
429 smu_table->driver_pptable = NULL; in smu_v13_0_fini_smc_tables()
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()
/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h342 void *driver_pptable; member
/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.c932 void *pptable = smu->smu_table.driver_pptable; in smu_cmn_write_pptable()