Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_resource.h57 bool fast_validate);
64 bool fast_validate);
77 bool fast_validate);
A Ddcn30_resource.c1462 bool fast_validate) in dcn30_populate_dml_pipes_from_context() argument
1467 dcn20_populate_dml_pipes_from_context(dc, context, pipes, fast_validate); in dcn30_populate_dml_pipes_from_context()
1866 bool fast_validate) in dcn30_internal_validate_bw() argument
1881 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn30_internal_validate_bw()
1891 if (!fast_validate) { in dcn30_internal_validate_bw()
1904 if (fast_validate || vlevel == context->bw_ctx.dml.soc.num_states || in dcn30_internal_validate_bw()
2098 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn30_internal_validate_bw()
2298 bool fast_validate) in dcn30_validate_bandwidth() argument
2311 out = dcn30_internal_validate_bw(dc, context, pipes, &pipe_cnt, &vlevel, fast_validate); in dcn30_validate_bandwidth()
2321 if (fast_validate) { in dcn30_validate_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_resource.h56 bool fast_validate);
121 bool dcn20_validate_bandwidth(struct dc *dc, struct dc_state *context, bool fast_validate);
160 bool fast_validate);
A Ddcn20_resource.c2004 bool fast_validate) in dcn20_populate_dml_pipes_from_context() argument
2835 bool fast_validate) in dcn20_fast_validate_bw() argument
2952 bool fast_validate) in dcn20_calculate_wm() argument
2997 context, pipes, fast_validate); in dcn20_calculate_wm()
3000 context, pipes, fast_validate); in dcn20_calculate_wm()
3191 bool fast_validate) in dcn20_validate_bandwidth_internal() argument
3215 if (fast_validate) { in dcn20_validate_bandwidth_internal()
3255 struct dc_state *context, bool fast_validate) in dcn20_validate_bandwidth_fp() argument
3271 if (fast_validate) { in dcn20_validate_bandwidth_fp()
3305 bool fast_validate) in dcn20_validate_bandwidth() argument
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dcn21/
A Ddcn21_resource.c712 bool fast_validate);
1102 bool fast_validate) in dcn21_calculate_wm() argument
1144 context, pipes, fast_validate); in dcn21_calculate_wm()
1147 context, pipes, fast_validate); in dcn21_calculate_wm()
1189 bool fast_validate) in dcn21_fast_validate_bw() argument
1201 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn21_fast_validate_bw()
1334 struct dc_state *context, bool fast_validate) in dcn21_validate_bandwidth_fp() argument
1361 if (fast_validate) { in dcn21_validate_bandwidth_fp()
1394 bool fast_validate) in dcn21_validate_bandwidth() argument
1398 voltage_supported = dcn21_validate_bandwidth_fp(dc, context, fast_validate); in dcn21_validate_bandwidth()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce112/
A Ddce112_resource.h48 bool fast_validate);
A Ddce112_resource.c888 bool fast_validate) in dce112_validate_bandwidth() argument
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_resource.h40 bool fast_validate);
A Ddcn31_resource.c1780 bool fast_validate) in dcn31_populate_dml_pipes_from_context() argument
1786 dcn20_populate_dml_pipes_from_context(dc, context, pipes, fast_validate); in dcn31_populate_dml_pipes_from_context()
2002 bool fast_validate) in dcn31_validate_bandwidth() argument
2015 out = dcn30_internal_validate_bw(dc, context, pipes, &pipe_cnt, &vlevel, fast_validate); in dcn31_validate_bandwidth()
2019 fast_validate = false; in dcn31_validate_bandwidth()
2026 if (fast_validate) { in dcn31_validate_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/inc/
A Dcore_types.h108 bool fast_validate);
120 bool fast_validate);
A Ddcn_calcs.h625 bool fast_validate);
/linux/drivers/gpu/drm/amd/display/dc/calcs/
A Ddcn_calcs.c769 bool fast_validate) in dcn_validate_bandwidth() argument
1141 if (v->voltage_level != number_of_states_plus_one && !fast_validate) { in dcn_validate_bandwidth()
1308 } else if (fast_validate) { in dcn_validate_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc.h1128 bool fast_validate);
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c2252 bool fast_validate) in dc_validate_global_state() argument
2307 if (!dc->res_pool->funcs->validate_bandwidth(dc, new_ctx, fast_validate)) in dc_validate_global_state()
2315 if (result == DC_OK && dc->res_pool->funcs->link_encs_assign && fast_validate == false) in dc_validate_global_state()
/linux/drivers/gpu/drm/amd/display/dc/dce100/
A Ddce100_resource.c839 bool fast_validate) in dce100_validate_bandwidth() argument
/linux/drivers/gpu/drm/amd/display/dc/dce60/
A Ddce60_resource.c868 bool fast_validate) in dce60_validate_bandwidth() argument
/linux/drivers/gpu/drm/amd/display/dc/dce80/
A Ddce80_resource.c873 bool fast_validate) in dce80_validate_bandwidth() argument
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_resource.c966 bool fast_validate) in dce110_validate_bandwidth() argument

Completed in 66 milliseconds