Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c3200 bool voltage_supported = false; local
3219 voltage_supported = dcn20_validate_bandwidth_internal(dc, context, false);
3223 (voltage_supported && full_pstate_supported)) {
3231 voltage_supported = dcn20_validate_bandwidth_internal(dc, context, false);
3234 if (voltage_supported && dummy_pstate_supported) {
3244 return voltage_supported;
3250 bool voltage_supported = false; local
3252 voltage_supported = dcn20_validate_bandwidth_fp(dc, context, fast_validate);
3254 return voltage_supported;