Searched refs:smu_cmn_update_table (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/ | 
| D | smu_cmn.c | 576 int smu_cmn_update_table(struct smu_context *smu,  in smu_cmn_update_table()  function 627 	return smu_cmn_update_table(smu,  in smu_cmn_write_watermarks_table() 638 	return smu_cmn_update_table(smu,  in smu_cmn_write_pptable() 657 		ret = smu_cmn_update_table(smu,  in smu_cmn_get_metrics_table_locked()
  | 
| D | smu_cmn.h | 76 int smu_cmn_update_table(struct smu_context *smu,
  | 
| /Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu12/ | 
| D | smu_v12_0.c | 197 	return smu_cmn_update_table(smu, SMU_TABLE_DPMCLOCKS, 0, smu_table->clocks_table, false);  in smu_v12_0_set_default_dpm_tables()
  | 
| /Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ | 
| D | navi10_ppt.c | 1420 		result = smu_cmn_update_table(smu,  in navi10_get_power_profile_mode() 1491 		ret = smu_cmn_update_table(smu,  in navi10_set_power_profile_mode() 1535 		ret = smu_cmn_update_table(smu,  in navi10_set_power_profile_mode() 1965 	ret = smu_cmn_update_table(smu, SMU_TABLE_OVERDRIVE, 0, (void *)od_table, false);  in navi10_set_default_od_settings() 2099 		ret = smu_cmn_update_table(smu, SMU_TABLE_OVERDRIVE, 0, (void *)od_table, true);  in navi10_od_edit_dpm_table() 2382 	ret = smu_cmn_update_table(&adev->smu, SMU_TABLE_I2C_COMMANDS, 0, &req,  in navi10_i2c_read_data() 2423 	ret = smu_cmn_update_table(&adev->smu, SMU_TABLE_I2C_COMMANDS, 0, &req, true);  in navi10_i2c_write_data()
  | 
| D | arcturus_ppt.c | 1230 			result = smu_cmn_update_table(smu,  in arcturus_get_power_profile_mode() 1299 		ret = smu_cmn_update_table(smu,  in arcturus_set_power_profile_mode() 1334 		ret = smu_cmn_update_table(smu,  in arcturus_set_power_profile_mode() 1929 	ret = smu_cmn_update_table(&adev->smu, SMU_TABLE_I2C_COMMANDS, 0, &req,  in arcturus_i2c_read_data() 1970 	ret = smu_cmn_update_table(&adev->smu, SMU_TABLE_I2C_COMMANDS, 0, &req, true);  in arcturus_i2c_write_data()
  | 
| D | sienna_cichlid_ppt.c | 1236 		result = smu_cmn_update_table(smu,  in sienna_cichlid_get_power_profile_mode() 1307 		ret = smu_cmn_update_table(smu,  in sienna_cichlid_set_power_profile_mode() 1351 		ret = smu_cmn_update_table(smu,  in sienna_cichlid_set_power_profile_mode() 2478 	ret = smu_cmn_update_table(&adev->smu, SMU_TABLE_I2C_COMMANDS, 0, &req,  in sienna_cichlid_i2c_read_data() 2519 	ret = smu_cmn_update_table(&adev->smu, SMU_TABLE_I2C_COMMANDS, 0, &req, true);  in sienna_cichlid_i2c_write_data()
  |