Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c3205 bool voltage_supported = false; local
3224 voltage_supported = dcn20_validate_bandwidth_internal(dc, context, false);
3228 (voltage_supported && full_pstate_supported)) {
3236 voltage_supported = dcn20_validate_bandwidth_internal(dc, context, false);
3239 if (voltage_supported && (dummy_pstate_supported || !(context->stream_count))) {
3249 return voltage_supported;
3255 bool voltage_supported; local
3257 voltage_supported = dcn20_validate_bandwidth_fp(dc, context, fast_validate);
3259 return voltage_supported;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c1235 bool voltage_supported; in dcn21_validate_bandwidth() local
1237 voltage_supported = dcn21_validate_bandwidth_fp(dc, context, fast_validate); in dcn21_validate_bandwidth()
1239 return voltage_supported; in dcn21_validate_bandwidth()