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_powerplay_table() local345 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() local371 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() local424 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() local930 PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable; in navi10_print_clk_levels()[all …]
299 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_powerplay_table() local301 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() local317 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() local339 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() local910 PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable; in sienna_cichlid_print_clk_levels()[all …]
384 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_powerplay_table() local386 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() local403 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() local414 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() local960 table_context->power_play_table; in arcturus_get_thermal_temperature_range()[all …]
1406 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_get_max_sustainable_clocks_by_dc() local1409 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()