/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | dcn20_fpu.h | 47 bool fast_validate); 54 bool fast_validate); 66 bool fast_validate); 79 bool fast_validate); 82 bool fast_validate);
|
H A D | dcn20_fpu.c | 1311 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 D | dcn30_resource.h | 60 bool fast_validate); 67 bool fast_validate, 81 bool fast_validate);
|
H A D | dcn30_resource.c | 1320 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 D | dcn31_resource.h | 42 bool fast_validate); 51 bool fast_validate);
|
H A D | dcn31_resource.c | 1618 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 D | dcn20_resource.h | 120 bool dcn20_validate_bandwidth(struct dc *dc, struct dc_state *context, bool fast_validate); 159 bool fast_validate);
|
H A D | dcn20_resource.c | 2025 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 D | dcn314_fpu.h | 38 bool fast_validate);
|
H A D | dcn314_fpu.c | 309 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 D | dcn314_resource.h | 44 bool fast_validate);
|
H A D | dcn314_resource.c | 1685 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 D | dcn21_resource.h | 54 bool fast_validate);
|
H A D | dcn21_resource.c | 799 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 D | dce112_resource.h | 48 bool fast_validate);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | dcn31_fpu.h | 57 bool fast_validate);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.h | 55 bool fast_validate);
|
H A D | dcn32_fpu.c | 1644 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 D | core_types.h | 83 bool fast_validate); 102 bool fast_validate);
|
H A D | dcn_calcs.h | 625 bool fast_validate);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource.c | 1815 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 D | dc.h | 1377 bool fast_validate); 1389 bool fast_validate);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_resource.c | 1139 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 D | dc_resource.c | 2912 * @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 D | dcn_calcs.c | 751 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()
|