Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1133 bool voltage_supported; in dcn10_validate_bandwidth() local
1136 voltage_supported = dcn_validate_bandwidth(dc, context, fast_validate); in dcn10_validate_bandwidth()
1139 return voltage_supported; in dcn10_validate_bandwidth()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c929 bool voltage_supported; in dcn21_validate_bandwidth() local
937 voltage_supported = dcn21_validate_bandwidth_fp(dc, context, fast_validate, pipes); in dcn21_validate_bandwidth()
941 return voltage_supported; in dcn21_validate_bandwidth()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c2082 bool voltage_supported = false; in dcn20_validate_bandwidth_fp() local
2103 voltage_supported = dcn20_validate_bandwidth_internal(dc, context, false, pipes); in dcn20_validate_bandwidth_fp()
2107 (voltage_supported && full_pstate_supported)) { in dcn20_validate_bandwidth_fp()
2116 voltage_supported = dcn20_validate_bandwidth_internal(dc, context, false, pipes); in dcn20_validate_bandwidth_fp()
2119 if (voltage_supported && (dummy_pstate_supported || !(context->stream_count))) { in dcn20_validate_bandwidth_fp()
2129 return voltage_supported; in dcn20_validate_bandwidth_fp()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c2130 bool voltage_supported; in dcn20_validate_bandwidth() local
2138 voltage_supported = dcn20_validate_bandwidth_fp(dc, context, fast_validate, pipes); in dcn20_validate_bandwidth()
2142 return voltage_supported; in dcn20_validate_bandwidth()