Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.h47 bool fast_validate);
54 bool fast_validate);
66 bool fast_validate);
79 bool fast_validate);
82 bool fast_validate);
H A Ddcn20_fpu.c1311 bool fast_validate) in dcn20_populate_dml_pipes_from_context() argument
1727 bool fast_validate) in dcn20_calculate_wm() argument
1774 context, pipes, fast_validate); in dcn20_calculate_wm()
1777 context, pipes, fast_validate); in dcn20_calculate_wm()
2021 bool fast_validate) in dcn20_validate_bandwidth_internal() argument
2035 …t = dcn20_fast_validate_bw(dc, context, pipes, &pipe_cnt, pipe_split_from, &vlevel, fast_validate); in dcn20_validate_bandwidth_internal()
2045 if (fast_validate) { in dcn20_validate_bandwidth_internal()
2050 dcn20_calculate_wm(dc, context, pipes, &pipe_cnt, pipe_split_from, vlevel, fast_validate); in dcn20_validate_bandwidth_internal()
2074 bool fast_validate) in dcn20_validate_bandwidth_fp() argument
2092 if (fast_validate) { in dcn20_validate_bandwidth_fp()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.h60 bool fast_validate);
67 bool fast_validate,
81 bool fast_validate);
H A Ddcn30_resource.c1320 bool fast_validate) in dcn30_populate_dml_pipes_from_context() argument
1326 dcn20_populate_dml_pipes_from_context(dc, context, pipes, fast_validate); in dcn30_populate_dml_pipes_from_context()
1631 bool fast_validate, in dcn30_internal_validate_bw() argument
1650 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn30_internal_validate_bw()
1659 if (!fast_validate || !allow_self_refresh_only) { in dcn30_internal_validate_bw()
1673 (fast_validate || vlevel == context->bw_ctx.dml.soc.num_states || in dcn30_internal_validate_bw()
1867 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn30_internal_validate_bw()
2035 bool fast_validate) in dcn30_validate_bandwidth() argument
2052 out = dcn30_internal_validate_bw(dc, context, pipes, &pipe_cnt, &vlevel, fast_validate, true); in dcn30_validate_bandwidth()
2063 if (fast_validate) { in dcn30_validate_bandwidth()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.h42 bool fast_validate);
51 bool fast_validate);
H A Ddcn31_resource.c1618 bool fast_validate) in dcn31x_populate_dml_pipes_from_context() argument
1625 pipe_cnt = dcn20_populate_dml_pipes_from_context(dc, context, pipes, fast_validate); in dcn31x_populate_dml_pipes_from_context()
1643 bool fast_validate) in dcn31_populate_dml_pipes_from_context() argument
1651 dcn31x_populate_dml_pipes_from_context(dc, context, pipes, fast_validate); in dcn31_populate_dml_pipes_from_context()
1756 bool fast_validate) in dcn31_validate_bandwidth() argument
1773 out = dcn30_internal_validate_bw(dc, context, pipes, &pipe_cnt, &vlevel, fast_validate, true); in dcn31_validate_bandwidth()
1778 fast_validate = false; in dcn31_validate_bandwidth()
1785 if (fast_validate) { in dcn31_validate_bandwidth()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.h120 bool dcn20_validate_bandwidth(struct dc *dc, struct dc_state *context, bool fast_validate);
159 bool fast_validate);
H A Ddcn20_resource.c2025 bool fast_validate) in dcn20_fast_validate_bw() argument
2039 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn20_fast_validate_bw()
2142 bool fast_validate) in dcn20_validate_bandwidth() argument
2146 voltage_supported = dcn20_validate_bandwidth_fp(dc, context, fast_validate); in dcn20_validate_bandwidth()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddcn314_fpu.h38 bool fast_validate);
H A Ddcn314_fpu.c309 bool fast_validate) in dcn314_populate_dml_pipes_from_context_fpu() argument
319 dcn31x_populate_dml_pipes_from_context(dc, context, pipes, fast_validate); in dcn314_populate_dml_pipes_from_context_fpu()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.h44 bool fast_validate);
H A Ddcn314_resource.c1685 bool fast_validate) in dcn314_populate_dml_pipes_from_context() argument
1690 pipe_cnt = dcn314_populate_dml_pipes_from_context_fpu(dc, context, pipes, fast_validate); in dcn314_populate_dml_pipes_from_context()
1733 bool fast_validate) in dcn314_validate_bandwidth() argument
1754 out = dcn30_internal_validate_bw(dc, context, pipes, &pipe_cnt, &vlevel, fast_validate, false); in dcn314_validate_bandwidth()
1759 fast_validate = false; in dcn314_validate_bandwidth()
1766 if (fast_validate) { in dcn314_validate_bandwidth()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.h54 bool fast_validate);
H A Ddcn21_resource.c799 bool fast_validate) in dcn21_fast_validate_bw() argument
813 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn21_fast_validate_bw()
954 bool fast_validate) in dcn21_validate_bandwidth() argument
958 voltage_supported = dcn21_validate_bandwidth_fp(dc, context, fast_validate); in dcn21_validate_bandwidth()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_resource.h48 bool fast_validate);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddcn31_fpu.h57 bool fast_validate);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.h55 bool fast_validate);
H A Ddcn32_fpu.c1644 bool fast_validate) in dcn32_internal_validate_bw() argument
1662 dc->res_pool->funcs->remove_phantom_pipes(dc, context, fast_validate); in dcn32_internal_validate_bw()
1666 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn32_internal_validate_bw()
1676 if (!fast_validate) in dcn32_internal_validate_bw()
1679 if (fast_validate || in dcn32_internal_validate_bw()
1696 context->bw_ctx.dml.validate_max_state = fast_validate; in dcn32_internal_validate_bw()
1915 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn32_internal_validate_bw()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h83 bool fast_validate);
102 bool fast_validate);
H A Ddcn_calcs.h625 bool fast_validate);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1815 bool fast_validate) in dcn32_validate_bandwidth() argument
1843 if (fast_validate) { in dcn32_validate_bandwidth()
1854 out = dcn32_internal_validate_bw(dc, context, pipes, &pipe_cnt, &vlevel, fast_validate); in dcn32_validate_bandwidth()
1857 if (fast_validate) in dcn32_validate_bandwidth()
1868 if (fast_validate) { in dcn32_validate_bandwidth()
1899 bool fast_validate) in dcn32_populate_dml_pipes_from_context() argument
1908 dcn20_populate_dml_pipes_from_context(dc, context, pipes, fast_validate); in dcn32_populate_dml_pipes_from_context()
1957 if (!fast_validate) { in dcn32_populate_dml_pipes_from_context()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1377 bool fast_validate);
1389 bool fast_validate);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1139 bool fast_validate) in dcn10_validate_bandwidth() argument
1144 voltage_supported = dcn_validate_bandwidth(dc, context, fast_validate); in dcn10_validate_bandwidth()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2912 * @fast_validate: Enable or disable fast validation
2927 bool fast_validate) in dc_validate_with_context()
3083 res = dc_validate_global_state(dc, context, fast_validate); in dc_validate_with_context()
3099 * @fast_validate: set to true if only yes/no to support matters
3109 bool fast_validate) in dc_validate_global_state()
3164 if (!dc->res_pool->funcs->validate_bandwidth(dc, new_ctx, fast_validate)) in dc_validate_global_state()
3171 if (result == DC_OK && dc->res_pool->funcs->link_encs_assign && fast_validate == false) in dc_validate_global_state()
2926 dc_validate_with_context(struct dc * dc,const struct dc_validation_set set[],int set_count,struct dc_state * context,bool fast_validate) dc_validate_with_context() argument
3108 dc_validate_global_state(struct dc * dc,struct dc_state * new_ctx,bool fast_validate) dc_validate_global_state() argument
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c751 bool fast_validate) in dcn_validate_bandwidth() argument
1122 if (v->voltage_level != number_of_states_plus_one && !fast_validate) { in dcn_validate_bandwidth()
1289 } else if (fast_validate) { in dcn_validate_bandwidth()

12