Home
last modified time | relevance | path

Searched refs:table_context (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dnavi10_ppt.c343 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_powerplay_table() local
345 table_context->power_play_table; in navi10_check_powerplay_table()
355 table_context->thermal_controller_type = in navi10_check_powerplay_table()
370 struct smu_table_context *table_context = &smu->smu_table; in navi10_append_powerplay_table() local
371 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table()
422 struct smu_table_context *table_context = &smu->smu_table; in navi10_store_powerplay_table() local
424 table_context->power_play_table; in navi10_store_powerplay_table()
426 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in navi10_store_powerplay_table()
926 struct smu_table_context *table_context = &smu->smu_table; in navi10_print_clk_levels() local
930 PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable; in navi10_print_clk_levels()
[all …]
Dsienna_cichlid_ppt.c299 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_powerplay_table() local
301 table_context->power_play_table; in sienna_cichlid_check_powerplay_table()
308 table_context->thermal_controller_type = in sienna_cichlid_check_powerplay_table()
316 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_append_powerplay_table() local
317 PPTable_t *smc_pptable = table_context->driver_pptable; in sienna_cichlid_append_powerplay_table()
337 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_store_powerplay_table() local
339 table_context->power_play_table; in sienna_cichlid_store_powerplay_table()
341 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table()
907 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_print_clk_levels() local
910 PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable; in sienna_cichlid_print_clk_levels()
[all …]
Darcturus_ppt.c384 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_powerplay_table() local
386 table_context->power_play_table; in arcturus_check_powerplay_table()
393 table_context->thermal_controller_type = in arcturus_check_powerplay_table()
401 struct smu_table_context *table_context = &smu->smu_table; in arcturus_store_powerplay_table() local
403 table_context->power_play_table; in arcturus_store_powerplay_table()
405 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table()
413 struct smu_table_context *table_context = &smu->smu_table; in arcturus_append_powerplay_table() local
414 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table()
958 struct smu_table_context *table_context = &smu->smu_table; in arcturus_get_thermal_temperature_range() local
960 table_context->power_play_table; in arcturus_get_thermal_temperature_range()
[all …]
Dsmu_v11_0.c1406 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_get_max_sustainable_clocks_by_dc() local
1409 if (!max_clocks || !table_context->max_sustainable_clocks) in smu_v11_0_get_max_sustainable_clocks_by_dc()
1412 sustainable_clocks = table_context->max_sustainable_clocks; in smu_v11_0_get_max_sustainable_clocks_by_dc()