Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_0_ppt.c343 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_0_check_powerplay_table()
345 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_0_check_powerplay_table()
396 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in smu_v13_0_0_store_powerplay_table()
412 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_0_append_powerplay_table()
572 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_0_set_default_dpm_table()
728 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_0_dump_pptable()
939 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_0_read_sensor()
1062 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_0_is_od_feature_supported()
1074 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_0_get_od_setting_limits()
1671 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_0_get_thermal_temperature_range()
[all …]
Dsmu_v13_0_7_ppt.c332 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_check_powerplay_table()
381 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in smu_v13_0_7_store_powerplay_table()
413 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_append_powerplay_table()
570 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in smu_v13_0_7_set_default_dpm_table()
717 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_7_dump_pptable()
919 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_read_sensor()
1042 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_7_is_od_feature_supported()
1054 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_7_get_od_setting_limits()
1651 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_7_get_thermal_temperature_range()
1848 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_7_populate_umd_state_clk()
[all …]
Dsmu_v13_0_6_ppt.c249 smu_table->driver_pptable = in smu_v13_0_6_tables_init()
251 if (!smu_table->driver_pptable) { in smu_v13_0_6_tables_init()
334 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_setup_driver_pptable()
391 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_get_dpm_ultimate_freq()
489 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_set_default_dpm_table()
1239 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_get_power_limit()
1854 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_get_unique_id()
Daldebaran_ppt.c310 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_set_default_dpm_table()
400 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in aldebaran_store_powerplay_table()
409 PPTable_t *smc_pptable = table_context->driver_pptable; in aldebaran_append_powerplay_table()
1050 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_get_thermal_temperature_range()
1193 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_get_power_limit()
Dsmu_v13_0.c440 smu_table->driver_pptable = in smu_v13_0_init_smc_tables()
442 if (!smu_table->driver_pptable) { in smu_v13_0_init_smc_tables()
496 kfree(smu_table->driver_pptable); in smu_v13_0_init_smc_tables()
512 kfree(smu_table->driver_pptable); in smu_v13_0_fini_smc_tables()
519 smu_table->driver_pptable = NULL; in smu_v13_0_fini_smc_tables()
/Linux-v6.6/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()
972 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in navi10_set_default_dpm_table()
1227 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()
1476 PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable; in navi10_print_clk_levels()
1901 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_get_fan_parameters()
2183 PPTable_t *pptable = table_context->driver_pptable; in navi10_read_sensor()
2260 if (!clocks_in_khz || !num_states || !table_context->driver_pptable) in navi10_get_uclk_dpm_states()
2263 driver_ppt = table_context->driver_pptable; in navi10_get_uclk_dpm_states()
[all …]
Darcturus_ppt.c330 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in arcturus_set_default_dpm_table()
430 PPTable_t *pptable = table_context->driver_pptable; in arcturus_check_fan_support()
461 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table()
470 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table()
1078 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_thermal_temperature_range()
1107 PPTable_t *pptable = table_context->driver_pptable; in arcturus_read_sensor()
1322 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_fan_parameters()
1336 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_power_limit()
1595 PPTable_t *pptable = table_context->driver_pptable; in arcturus_dump_pptable()
Dsmu_v11_0.c375 smu_table->driver_pptable = in smu_v11_0_init_smc_tables()
377 if (!smu_table->driver_pptable) { in smu_v11_0_init_smc_tables()
423 kfree(smu_table->driver_pptable); in smu_v11_0_init_smc_tables()
438 kfree(smu_table->driver_pptable); in smu_v11_0_fini_smc_tables()
445 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));\
395 PPTable_t *pptable = table_context->driver_pptable; in sienna_cichlid_check_fan_support()
438 ppt_beige_goby = smu->smu_table.driver_pptable; in sienna_cichlid_append_powerplay_table()
440 ppt = smu->smu_table.driver_pptable; in sienna_cichlid_append_powerplay_table()
468 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table()
2005 if (!clocks_in_khz || !num_states || !table_context->driver_pptable) in sienna_cichlid_get_uclk_dpm_states()
2481 PPTable_beige_goby_t *pptable = table_context->driver_pptable; in beige_goby_dump_pptable()
3110 PPTable_t *pptable = table_context->driver_pptable; in sienna_cichlid_dump_pptable()
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.c919 void *pptable = smu->smu_table.driver_pptable; in smu_cmn_write_pptable()
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h334 void *driver_pptable; member