Searched refs:table_context (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_7_ppt.c | 313 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_7_check_powerplay_table() local 315 table_context->power_play_table; in smu_v13_0_7_check_powerplay_table() 317 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_check_powerplay_table() 330 table_context->thermal_controller_type = in smu_v13_0_7_check_powerplay_table() 344 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_7_store_powerplay_table() local 346 table_context->power_play_table; in smu_v13_0_7_store_powerplay_table() 352 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in smu_v13_0_7_store_powerplay_table() 383 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_7_append_powerplay_table() local 385 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_append_powerplay_table() 680 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_7_dump_pptable() local [all …]
|
D | smu_v13_0_0_ppt.c | 291 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_0_check_powerplay_table() local 293 table_context->power_play_table; in smu_v13_0_0_check_powerplay_table() 306 table_context->thermal_controller_type = in smu_v13_0_0_check_powerplay_table() 320 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_0_store_powerplay_table() local 322 table_context->power_play_table; in smu_v13_0_0_store_powerplay_table() 324 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in smu_v13_0_0_store_powerplay_table() 339 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_0_append_powerplay_table() local 340 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_0_append_powerplay_table() 488 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_0_set_default_dpm_table() local 489 PPTable_t *pptable = table_context->driver_pptable; in smu_v13_0_0_set_default_dpm_table() [all …]
|
D | aldebaran_ppt.c | 386 struct smu_table_context *table_context = &smu->smu_table; in aldebaran_check_powerplay_table() local 388 table_context->power_play_table; in aldebaran_check_powerplay_table() 390 table_context->thermal_controller_type = in aldebaran_check_powerplay_table() 398 struct smu_table_context *table_context = &smu->smu_table; in aldebaran_store_powerplay_table() local 400 table_context->power_play_table; in aldebaran_store_powerplay_table() 401 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in aldebaran_store_powerplay_table() 409 struct smu_table_context *table_context = &smu->smu_table; in aldebaran_append_powerplay_table() local 410 PPTable_t *smc_pptable = table_context->driver_pptable; in aldebaran_append_powerplay_table() 1047 struct smu_table_context *table_context = &smu->smu_table; in aldebaran_get_thermal_temperature_range() local 1049 table_context->power_play_table; in aldebaran_get_thermal_temperature_range()
|
D | smu_v13_0.c | 1491 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_get_max_sustainable_clocks_by_dc() local 1494 if (!max_clocks || !table_context->max_sustainable_clocks) in smu_v13_0_get_max_sustainable_clocks_by_dc() 1497 sustainable_clocks = table_context->max_sustainable_clocks; in smu_v13_0_get_max_sustainable_clocks_by_dc()
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | navi10_ppt.c | 366 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_bxco_support() local 368 table_context->power_play_table; in navi10_check_bxco_support() 384 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_powerplay_table() local 386 table_context->power_play_table; in navi10_check_powerplay_table() 393 table_context->thermal_controller_type = in navi10_check_powerplay_table() 408 struct smu_table_context *table_context = &smu->smu_table; in navi10_append_powerplay_table() local 409 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table() 460 struct smu_table_context *table_context = &smu->smu_table; in navi10_store_powerplay_table() local 462 table_context->power_play_table; in navi10_store_powerplay_table() 464 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in navi10_store_powerplay_table() [all …]
|
D | arcturus_ppt.c | 411 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_bxco_support() local 413 table_context->power_play_table; in arcturus_check_bxco_support() 429 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_fan_support() local 430 PPTable_t *pptable = table_context->driver_pptable; in arcturus_check_fan_support() 442 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_powerplay_table() local 444 table_context->power_play_table; in arcturus_check_powerplay_table() 449 table_context->thermal_controller_type = in arcturus_check_powerplay_table() 457 struct smu_table_context *table_context = &smu->smu_table; in arcturus_store_powerplay_table() local 459 table_context->power_play_table; in arcturus_store_powerplay_table() 461 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table() [all …]
|
D | sienna_cichlid_ppt.c | 360 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_bxco_support() local 362 table_context->power_play_table; in sienna_cichlid_check_bxco_support() 394 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_fan_support() local 395 PPTable_t *pptable = table_context->driver_pptable; in sienna_cichlid_check_fan_support() 408 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_powerplay_table() local 410 table_context->power_play_table; in sienna_cichlid_check_powerplay_table() 418 table_context->thermal_controller_type = in sienna_cichlid_check_powerplay_table() 452 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_store_powerplay_table() local 454 table_context->power_play_table; in sienna_cichlid_store_powerplay_table() 458 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table() [all …]
|
D | smu_v11_0.c | 1546 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_get_max_sustainable_clocks_by_dc() local 1549 if (!max_clocks || !table_context->max_sustainable_clocks) in smu_v11_0_get_max_sustainable_clocks_by_dc() 1552 sustainable_clocks = table_context->max_sustainable_clocks; in smu_v11_0_get_max_sustainable_clocks_by_dc() 2192 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_restore_user_od_settings() local 2193 void *user_od_table = table_context->user_overdrive_table; in smu_v11_0_restore_user_od_settings()
|