min_vce_voltage  3435 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	u16 vddc, vddci, min_vce_voltage = 0;
min_vce_voltage  3470 drivers/gpu/drm/amd/amdgpu/si_dpm.c 					 &min_vce_voltage);
min_vce_voltage  3612 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		if (ps->performance_levels[i].vddc < min_vce_voltage)
min_vce_voltage  3613 drivers/gpu/drm/amd/amdgpu/si_dpm.c 			ps->performance_levels[i].vddc = min_vce_voltage;
min_vce_voltage  2976 drivers/gpu/drm/radeon/si_dpm.c 	u16 vddc, vddci, min_vce_voltage = 0;
min_vce_voltage  3011 drivers/gpu/drm/radeon/si_dpm.c 					 &min_vce_voltage);
min_vce_voltage  3153 drivers/gpu/drm/radeon/si_dpm.c 		if (ps->performance_levels[i].vddc < min_vce_voltage)
min_vce_voltage  3154 drivers/gpu/drm/radeon/si_dpm.c 			ps->performance_levels[i].vddc = min_vce_voltage;
min_vce_voltage  1546 drivers/gpu/drm/radeon/trinity_dpm.c 	u16 min_vce_voltage;
min_vce_voltage  1577 drivers/gpu/drm/radeon/trinity_dpm.c 			trinity_get_vce_clock_voltage(rdev, new_rps->evclk, new_rps->ecclk, &min_vce_voltage);
min_vce_voltage  1578 drivers/gpu/drm/radeon/trinity_dpm.c 			if (ps->levels[i].vddc_index < min_vce_voltage)
min_vce_voltage  1579 drivers/gpu/drm/radeon/trinity_dpm.c 				ps->levels[i].vddc_index = min_vce_voltage;