Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c343 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_check_powerplay_table()
387 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in smu_v13_0_7_store_powerplay_table()
419 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_append_powerplay_table()
579 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in smu_v13_0_7_set_default_dpm_table()
918 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_read_sensor()
1050 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_7_is_od_feature_supported()
1062 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_7_get_od_setting_limits()
2065 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v13_0_7_get_thermal_temperature_range()
2306 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_7_populate_umd_state_clk()
2382 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_7_enable_mgpu_fan_boost()
[all...]
H A Daldebaran_ppt.c404 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_set_default_dpm_table()
494 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in aldebaran_store_powerplay_table()
503 PPTable_t *smc_pptable = table_context->driver_pptable; in aldebaran_append_powerplay_table()
1101 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_get_thermal_temperature_range()
1245 PPTable_t *pptable = smu->smu_table.driver_pptable; in aldebaran_get_power_limit()
H A Dsmu_v13_0.c443 smu_table->driver_pptable = in smu_v13_0_init_smc_tables()
445 if (!smu_table->driver_pptable) { in smu_v13_0_init_smc_tables()
499 kfree(smu_table->driver_pptable); in smu_v13_0_init_smc_tables()
515 kfree(smu_table->driver_pptable); in smu_v13_0_fini_smc_tables()
522 smu_table->driver_pptable = NULL; in smu_v13_0_fini_smc_tables()
H A Dsmu_v13_0_6_ppt.c544 smu_table->driver_pptable = in smu_v13_0_6_tables_init()
546 if (!smu_table->driver_pptable) { in smu_v13_0_6_tables_init()
804 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_setup_driver_pptable()
887 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_get_dpm_ultimate_freq()
993 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_set_default_dpm_table()
1751 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_get_power_limit()
2470 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_6_get_unique_id()
H A Dsmu_v13_0_12_ppt.c221 (struct PPTable_t *)smu_table->driver_pptable; in smu_v13_0_12_setup_driver_pptable()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c364 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()
503 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, 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()
1318 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_fan_parameters()
1331 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_power_limit()
H A 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()
969 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in navi10_set_default_dpm_table()
1226 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_is_support_fine_grained_dpm()
1271 PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable; in navi10_emit_clk_levels()
1480 PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable; in navi10_print_clk_levels()
1911 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_get_fan_parameters()
2234 PPTable_t *pptable = table_context->driver_pptable; in navi10_read_sensor()
2311 if (!clocks_in_khz || !num_states || !table_context->driver_pptable) in navi10_get_uclk_dpm_states()
2314 driver_ppt = table_context->driver_pptable; in navi10_get_uclk_dpm_states()
[all...]
H A Dsmu_v11_0.c373 smu_table->driver_pptable = in smu_v11_0_init_smc_tables()
375 if (!smu_table->driver_pptable) { in smu_v11_0_init_smc_tables()
421 kfree(smu_table->driver_pptable); in smu_v11_0_init_smc_tables()
436 kfree(smu_table->driver_pptable); in smu_v11_0_fini_smc_tables()
443 smu_table->driver_pptable = NULL; in smu_v11_0_fini_smc_tables()
H A Dsienna_cichlid_ppt.c80 (*member) = (smu->smu_table.driver_pptable + \
83 (*member) = (smu->smu_table.driver_pptable + \
399 PPTable_t *pptable = table_context->driver_pptable; in sienna_cichlid_check_fan_support()
442 ppt_beige_goby = smu->smu_table.driver_pptable; in sienna_cichlid_append_powerplay_table()
444 ppt = smu->smu_table.driver_pptable; in sienna_cichlid_append_powerplay_table()
472 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table()
2058 if (!clocks_in_khz || !num_states || !table_context->driver_pptable) in sienna_cichlid_get_uclk_dpm_states()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c324 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v14_0_2_check_powerplay_table()
365 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in smu_v14_0_2_store_powerplay_table()
502 PPTable_t *pptable = table_context->driver_pptable; in smu_v14_0_2_set_default_dpm_table()
847 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v14_0_2_read_sensor()
972 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v14_0_2_is_od_feature_supported()
984 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v14_0_2_get_od_setting_limits()
1471 PPTable_t *pptable = table_context->driver_pptable; in smu_v14_0_2_update_pcie_parameters()
1553 PPTable_t *pptable = smu->smu_table.driver_pptable; in smu_v14_0_2_get_thermal_temperature_range()
1600 PPTable_t *pptable = table_context->driver_pptable; in smu_v14_0_2_populate_umd_state_clk()
1700 PPTable_t *pptable = table_context->driver_pptable; in smu_v14_0_2_get_power_limit()
[all...]
H A Dsmu_v14_0.c434 smu_table->driver_pptable = in smu_v14_0_init_smc_tables()
436 if (!smu_table->driver_pptable) { in smu_v14_0_init_smc_tables()
489 kfree(smu_table->driver_pptable); in smu_v14_0_init_smc_tables()
504 kfree(smu_table->driver_pptable); in smu_v14_0_fini_smc_tables()
510 smu_table->driver_pptable = NULL; in smu_v14_0_fini_smc_tables()