Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dnavi10_ppt.c369 table_context->power_play_table; in navi10_check_bxco_support()
387 table_context->power_play_table; in navi10_check_powerplay_table()
394 table_context->thermal_controller_type = in navi10_check_powerplay_table()
463 table_context->power_play_table; in navi10_store_powerplay_table()
2075 driver_ppt = table_context->driver_pptable; in navi10_get_uclk_dpm_states()
2098 table_context->power_play_table; in navi10_get_thermal_temperature_range()
2403 if (!table_context->overdrive_table) { in navi10_od_edit_dpm_table()
2464 if (!(table_context->overdrive_table && table_context->boot_overdrive_table)) { in navi10_od_edit_dpm_table()
2468 …memcpy(table_context->overdrive_table, table_context->boot_overdrive_table, sizeof(OverDriveTable_… in navi10_od_edit_dpm_table()
2481 if (!memcmp(table_context->user_overdrive_table, in navi10_od_edit_dpm_table()
[all …]
A 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_fan_support() local
442 PPTable_t *pptable = table_context->driver_pptable; in arcturus_check_fan_support()
456 table_context->power_play_table; in arcturus_check_powerplay_table()
461 table_context->thermal_controller_type = in arcturus_check_powerplay_table()
471 table_context->power_play_table; in arcturus_store_powerplay_table()
482 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table()
1094 table_context->power_play_table; in arcturus_get_thermal_temperature_range()
1124 PPTable_t *pptable = table_context->driver_pptable; in arcturus_read_sensor()
[all …]
A Dsienna_cichlid_ppt.c351 table_context->power_play_table; in sienna_cichlid_check_bxco_support()
368 table_context->power_play_table; in sienna_cichlid_check_powerplay_table()
375 table_context->thermal_controller_type = in sienna_cichlid_check_powerplay_table()
411 table_context->power_play_table; in sienna_cichlid_store_powerplay_table()
1005 (OverDriveTable_t *)table_context->overdrive_table; in sienna_cichlid_print_clk_levels()
1731 table_context->power_play_table; in sienna_cichlid_get_thermal_temperature_range()
1975 if (!(table_context->overdrive_table && table_context->boot_overdrive_table)) { in sienna_cichlid_od_edit_dpm_table()
2083 memcpy(table_context->overdrive_table, in sienna_cichlid_od_edit_dpm_table()
2084 table_context->boot_overdrive_table, in sienna_cichlid_od_edit_dpm_table()
2099 if (!memcmp(table_context->user_overdrive_table, in sienna_cichlid_od_edit_dpm_table()
[all …]
A Dsmu_v11_0.c1562 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_get_max_sustainable_clocks_by_dc() local
1565 if (!max_clocks || !table_context->max_sustainable_clocks) in smu_v11_0_get_max_sustainable_clocks_by_dc()
1568 sustainable_clocks = table_context->max_sustainable_clocks; in smu_v11_0_get_max_sustainable_clocks_by_dc()
2224 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_restore_user_od_settings() local
2225 void *user_od_table = table_context->user_overdrive_table; in smu_v11_0_restore_user_od_settings()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A 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()
A Dsmu_v13_0.c1394 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_get_max_sustainable_clocks_by_dc() local
1397 if (!max_clocks || !table_context->max_sustainable_clocks) in smu_v13_0_get_max_sustainable_clocks_by_dc()
1400 sustainable_clocks = table_context->max_sustainable_clocks; in smu_v13_0_get_max_sustainable_clocks_by_dc()

Completed in 29 milliseconds