Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dnavi10_ppt.c367 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_bxco_support() local
369 table_context->power_play_table; in navi10_check_bxco_support()
385 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_powerplay_table() local
387 table_context->power_play_table; in navi10_check_powerplay_table()
394 table_context->thermal_controller_type = in navi10_check_powerplay_table()
409 struct smu_table_context *table_context = &smu->smu_table; in navi10_append_powerplay_table() local
410 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table()
461 struct smu_table_context *table_context = &smu->smu_table; in navi10_store_powerplay_table() local
463 table_context->power_play_table; in navi10_store_powerplay_table()
465 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in navi10_store_powerplay_table()
[all …]
Darcturus_ppt.c423 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_bxco_support() local
425 table_context->power_play_table; in arcturus_check_bxco_support()
441 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_powerplay_table() local
443 table_context->power_play_table; in arcturus_check_powerplay_table()
447 table_context->thermal_controller_type = in arcturus_check_powerplay_table()
455 struct smu_table_context *table_context = &smu->smu_table; in arcturus_store_powerplay_table() local
457 table_context->power_play_table; in arcturus_store_powerplay_table()
459 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table()
467 struct smu_table_context *table_context = &smu->smu_table; in arcturus_append_powerplay_table() local
468 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table()
[all …]
Dsienna_cichlid_ppt.c349 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_bxco_support() local
351 table_context->power_play_table; in sienna_cichlid_check_bxco_support()
366 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_powerplay_table() local
368 table_context->power_play_table; in sienna_cichlid_check_powerplay_table()
375 table_context->thermal_controller_type = in sienna_cichlid_check_powerplay_table()
409 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_store_powerplay_table() local
411 table_context->power_play_table; in sienna_cichlid_store_powerplay_table()
415 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table()
1045 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_print_clk_levels() local
1052 (OverDriveTable_t *)table_context->overdrive_table; in sienna_cichlid_print_clk_levels()
[all …]
Dsmu_v11_0.c1551 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_get_max_sustainable_clocks_by_dc() local
1554 if (!max_clocks || !table_context->max_sustainable_clocks) in smu_v11_0_get_max_sustainable_clocks_by_dc()
1557 sustainable_clocks = table_context->max_sustainable_clocks; in smu_v11_0_get_max_sustainable_clocks_by_dc()
2213 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_restore_user_od_settings() local
2214 void *user_od_table = table_context->user_overdrive_table; in smu_v11_0_restore_user_od_settings()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c370 struct smu_table_context *table_context = &smu->smu_table; in aldebaran_check_powerplay_table() local
372 table_context->power_play_table; in aldebaran_check_powerplay_table()
374 table_context->thermal_controller_type = in aldebaran_check_powerplay_table()
382 struct smu_table_context *table_context = &smu->smu_table; in aldebaran_store_powerplay_table() local
384 table_context->power_play_table; in aldebaran_store_powerplay_table()
385 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in aldebaran_store_powerplay_table()
393 struct smu_table_context *table_context = &smu->smu_table; in aldebaran_append_powerplay_table() local
394 PPTable_t *smc_pptable = table_context->driver_pptable; in aldebaran_append_powerplay_table()
1040 struct smu_table_context *table_context = &smu->smu_table; in aldebaran_get_thermal_temperature_range() local
1042 table_context->power_play_table; in aldebaran_get_thermal_temperature_range()
Dsmu_v13_0.c1382 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_get_max_sustainable_clocks_by_dc() local
1385 if (!max_clocks || !table_context->max_sustainable_clocks) in smu_v13_0_get_max_sustainable_clocks_by_dc()
1388 sustainable_clocks = table_context->max_sustainable_clocks; in smu_v13_0_get_max_sustainable_clocks_by_dc()