Searched refs:voltage_supported (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1146 bool voltage_supported; local
1149 voltage_supported = dcn_validate_bandwidth(dc, context, fast_validate);
1152 return voltage_supported;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c929 bool voltage_supported; local
937 voltage_supported = dcn21_validate_bandwidth_fp(dc, context, fast_validate, pipes);
941 return voltage_supported;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c2079 bool voltage_supported = false; local
2100 voltage_supported = dcn20_validate_bandwidth_internal(dc, context, false, pipes);
2104 (voltage_supported && full_pstate_supported)) {
2113 voltage_supported = dcn20_validate_bandwidth_internal(dc, context, false, pipes);
2116 if (voltage_supported && (dummy_pstate_supported || !(context->stream_count))) {
2126 return voltage_supported;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c2150 bool voltage_supported; local
2158 voltage_supported = dcn20_validate_bandwidth_fp(dc, context, fast_validate, pipes);
2162 return voltage_supported;

Completed in 133 milliseconds