Searched refs:table_context (Results 1 – 4 of 4) sorted by relevance
343 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_bxco_support() local345 table_context->power_play_table; in navi10_check_bxco_support()361 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_powerplay_table() local363 table_context->power_play_table; in navi10_check_powerplay_table()370 table_context->thermal_controller_type = in navi10_check_powerplay_table()385 struct smu_table_context *table_context = &smu->smu_table; in navi10_append_powerplay_table() local386 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table()437 struct smu_table_context *table_context = &smu->smu_table; in navi10_store_powerplay_table() local439 table_context->power_play_table; in navi10_store_powerplay_table()441 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in navi10_store_powerplay_table()[all …]
299 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_bxco_support() local301 table_context->power_play_table; in sienna_cichlid_check_bxco_support()330 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_powerplay_table() local332 table_context->power_play_table; in sienna_cichlid_check_powerplay_table()339 table_context->thermal_controller_type = in sienna_cichlid_check_powerplay_table()347 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_append_powerplay_table() local348 PPTable_t *smc_pptable = table_context->driver_pptable; in sienna_cichlid_append_powerplay_table()368 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_store_powerplay_table() local370 table_context->power_play_table; in sienna_cichlid_store_powerplay_table()372 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table()[all …]
384 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_bxco_support() local386 table_context->power_play_table; in arcturus_check_bxco_support()402 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_powerplay_table() local404 table_context->power_play_table; in arcturus_check_powerplay_table()408 table_context->thermal_controller_type = in arcturus_check_powerplay_table()416 struct smu_table_context *table_context = &smu->smu_table; in arcturus_store_powerplay_table() local418 table_context->power_play_table; in arcturus_store_powerplay_table()420 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table()428 struct smu_table_context *table_context = &smu->smu_table; in arcturus_append_powerplay_table() local429 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table()[all …]
1435 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_get_max_sustainable_clocks_by_dc() local1438 if (!max_clocks || !table_context->max_sustainable_clocks) in smu_v11_0_get_max_sustainable_clocks_by_dc()1441 sustainable_clocks = table_context->max_sustainable_clocks; in smu_v11_0_get_max_sustainable_clocks_by_dc()