max_vddc         3315 drivers/gpu/drm/amd/amdgpu/si_dpm.c 					  u16 max_vddc, u16 max_vddci,
max_vddc         3334 drivers/gpu/drm/amd/amdgpu/si_dpm.c 			*vddc = (new_voltage < max_vddc) ? new_voltage : max_vddc;
max_vddc         3405 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		pi->max_vddc = 0;
max_vddc         3407 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		pi->max_vddc = vddc;
max_vddc          559 drivers/gpu/drm/amd/amdgpu/si_dpm.h 	u16 max_vddc;
max_vddc         1534 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c void atomctrl_get_voltage_range(struct pp_hwmgr *hwmgr, uint32_t *max_vddc,
max_vddc         1547 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 			*max_vddc = le32_to_cpu(((ATOM_ASIC_PROFILING_INFO_V3_3 *)profile)->ulMaxVddc) / 4;
max_vddc         1553 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 			*max_vddc = le32_to_cpu(((ATOM_ASIC_PROFILING_INFO_V3_6 *)profile)->ulMaxVddc) / 100;
max_vddc         1560 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 	*max_vddc = 0;
max_vddc          334 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.h extern void atomctrl_get_voltage_range(struct pp_hwmgr *hwmgr, uint32_t *max_vddc,
max_vddc          871 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	uint32_t max_vddc = 0;
max_vddc          878 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	atomctrl_get_voltage_range(hwmgr, &max_vddc, &min_vddc);
max_vddc          884 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	if (max_vddc == 0 || max_vddc > 2000
max_vddc          885 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		|| max_vddc < dep_sclk_table->entries[dep_sclk_table->count-1].vddc)
max_vddc          886 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		max_vddc = dep_sclk_table->entries[dep_sclk_table->count-1].vddc;
max_vddc          889 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	data->odn_dpm_table.max_vddc = max_vddc;
max_vddc          965 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		if (data->odn_dpm_table.max_vddc) {
max_vddc         4532 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 				data->odn_dpm_table.max_vddc);
max_vddc         4818 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	if (voltage < data->odn_dpm_table.min_vddc || voltage > data->odn_dpm_table.max_vddc) {
max_vddc         4821 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 						data->odn_dpm_table.max_vddc);
max_vddc          189 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.h 	uint32_t max_vddc;
max_vddc          317 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		data->odn_dpm_table.max_vddc = avfs_params.ulMaxVddc;
max_vddc          339 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	if (odn_table->max_vddc == 0 || odn_table->max_vddc > 2000)
max_vddc          340 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		odn_table->max_vddc = dep_table[0]->entries[dep_table[0]->count - 1].vddc;
max_vddc          348 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	od_table[2]->entries[i].vddc = odn_table->max_vddc > od_table[2]->entries[i].vddc ?
max_vddc          349 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 					odn_table->max_vddc :
max_vddc         2510 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		if (odn_table->max_vddc) {
max_vddc         4573 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 				data->odn_dpm_table.max_vddc);
max_vddc         4997 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	if (voltage < odn_table->min_vddc || voltage > odn_table->max_vddc) {
max_vddc         4998 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		pr_info("OD voltage is out of range [%d - %d] mV\n", odn_table->min_vddc, odn_table->max_vddc);
max_vddc          299 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h 	uint32_t max_vddc;
max_vddc         2864 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	uint32_t max_vddc = adev->pm.ac_power ? hwmgr->dyn_state.max_clock_voltage_on_ac.vddc :
max_vddc         2879 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 		if (uvd_table->entries[i].v <= max_vddc)
max_vddc         2900 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	uint32_t max_vddc = adev->pm.ac_power ? hwmgr->dyn_state.max_clock_voltage_on_ac.vddc :
max_vddc         2910 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 		if (vce_table->entries[i].v <= max_vddc)
max_vddc         1310 drivers/gpu/drm/radeon/btc_dpm.c 				   u16 max_vddc, u16 max_vddci,
max_vddc         1329 drivers/gpu/drm/radeon/btc_dpm.c 			*vddc = (new_voltage < max_vddc) ? new_voltage : max_vddc;
max_vddc           55 drivers/gpu/drm/radeon/btc_dpm.h 				   u16 max_vddc, u16 max_vddci,
max_vddc         1000 drivers/gpu/drm/radeon/ni_dpm.c 				if (pi->max_vddc == 0)
max_vddc         1002 drivers/gpu/drm/radeon/ni_dpm.c 				table->entries[i].v = pi->max_vddc;
max_vddc         3942 drivers/gpu/drm/radeon/ni_dpm.c 		if (pi->max_vddc)
max_vddc         3943 drivers/gpu/drm/radeon/ni_dpm.c 			pl->vddc = pi->max_vddc;
max_vddc         1695 drivers/gpu/drm/radeon/rv770_dpm.c 		pi->max_vddc = 0;
max_vddc         1697 drivers/gpu/drm/radeon/rv770_dpm.c 		pi->max_vddc = vddc;
max_vddc         2220 drivers/gpu/drm/radeon/rv770_dpm.c 		if (pi->max_vddc)
max_vddc         2221 drivers/gpu/drm/radeon/rv770_dpm.c 			pl->vddc = pi->max_vddc;
max_vddc          103 drivers/gpu/drm/radeon/rv770_dpm.h 	u16 max_vddc;