/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
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);
|
A D | dcn20_fpu.c | 1207 bool fast_validate) in dcn20_populate_dml_pipes_from_context() argument 1623 bool fast_validate) in dcn20_calculate_wm() argument 1670 context, pipes, fast_validate); in dcn20_calculate_wm() 1673 context, pipes, fast_validate); in dcn20_calculate_wm() 1904 bool fast_validate) in dcn20_validate_bandwidth_internal() argument 1928 if (fast_validate) { in dcn20_validate_bandwidth_internal() 1975 if (fast_validate) { in dcn20_validate_bandwidth_fp() 2035 bool fast_validate) in dcn21_populate_dml_pipes_from_context() argument 2118 bool fast_validate) in dcn21_calculate_wm() argument 2199 bool fast_validate) in dcn21_validate_bandwidth_fp() argument [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_resource.h | 60 bool fast_validate); 67 bool fast_validate, 81 bool fast_validate);
|
A D | dcn30_resource.c | 1340 bool fast_validate) in dcn30_populate_dml_pipes_from_context() argument 1346 dcn20_populate_dml_pipes_from_context(dc, context, pipes, fast_validate); in dcn30_populate_dml_pipes_from_context() 1651 bool fast_validate, in dcn30_internal_validate_bw() argument 1670 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn30_internal_validate_bw() 1679 if (!fast_validate || !allow_self_refresh_only) { in dcn30_internal_validate_bw() 1693 (fast_validate || vlevel == context->bw_ctx.dml.soc.num_states || in dcn30_internal_validate_bw() 1887 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn30_internal_validate_bw() 2054 bool fast_validate) in dcn30_validate_bandwidth() argument 2068 out = dcn30_internal_validate_bw(dc, context, pipes, &pipe_cnt, &vlevel, fast_validate, true); in dcn30_validate_bandwidth() 2079 if (fast_validate) { in dcn30_validate_bandwidth()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_resource.h | 42 bool fast_validate); 51 bool fast_validate);
|
A D | dcn31_resource.c | 1646 bool fast_validate) in dcn31x_populate_dml_pipes_from_context() argument 1653 pipe_cnt = dcn20_populate_dml_pipes_from_context(dc, context, pipes, fast_validate); in dcn31x_populate_dml_pipes_from_context() 1671 bool fast_validate) in dcn31_populate_dml_pipes_from_context() argument 1679 dcn31x_populate_dml_pipes_from_context(dc, context, pipes, fast_validate); in dcn31_populate_dml_pipes_from_context() 1784 bool fast_validate) in dcn31_validate_bandwidth() argument 1798 out = dcn30_internal_validate_bw(dc, context, pipes, &pipe_cnt, &vlevel, fast_validate, true); in dcn31_validate_bandwidth() 1803 fast_validate = false; in dcn31_validate_bandwidth() 1810 if (fast_validate) { in dcn31_validate_bandwidth()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_resource.h | 119 bool dcn20_validate_bandwidth(struct dc *dc, struct dc_state *context, bool fast_validate); 158 bool fast_validate);
|
A D | dcn20_resource.c | 2046 bool fast_validate) in dcn20_fast_validate_bw() argument 2059 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn20_fast_validate_bw() 2162 bool fast_validate) in dcn20_validate_bandwidth() argument 2166 voltage_supported = dcn20_validate_bandwidth_fp(dc, context, fast_validate); in dcn20_validate_bandwidth()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
A D | dcn314_fpu.h | 38 bool fast_validate);
|
A D | dcn314_fpu.c | 283 bool fast_validate) in dcn314_populate_dml_pipes_from_context_fpu() argument 292 dcn31x_populate_dml_pipes_from_context(dc, context, pipes, fast_validate); in dcn314_populate_dml_pipes_from_context_fpu()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn314/ |
A D | dcn314_resource.h | 44 bool fast_validate);
|
A D | dcn314_resource.c | 1673 bool fast_validate) in dcn314_populate_dml_pipes_from_context() argument 1678 pipe_cnt = dcn314_populate_dml_pipes_from_context_fpu(dc, context, pipes, fast_validate); in dcn314_populate_dml_pipes_from_context() 1702 bool fast_validate) in dcn314_validate_bandwidth() argument 1717 out = dcn30_internal_validate_bw(dc, context, pipes, &pipe_cnt, &vlevel, fast_validate, false); in dcn314_validate_bandwidth() 1722 fast_validate = false; in dcn314_validate_bandwidth() 1729 if (fast_validate) { in dcn314_validate_bandwidth()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce112/ |
A D | dce112_resource.h | 48 bool fast_validate);
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn21/ |
A D | dcn21_resource.h | 54 bool fast_validate);
|
A D | dcn21_resource.c | 815 bool fast_validate) in dcn21_fast_validate_bw() argument 828 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn21_fast_validate_bw() 969 bool fast_validate) in dcn21_validate_bandwidth() argument 973 voltage_supported = dcn21_validate_bandwidth_fp(dc, context, fast_validate); in dcn21_validate_bandwidth()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
A D | dcn31_fpu.h | 54 bool fast_validate);
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
A D | dcn32_fpu.h | 59 bool fast_validate);
|
A D | dcn32_fpu.c | 1596 bool fast_validate) in dcn32_internal_validate_bw() argument 1614 dc->res_pool->funcs->remove_phantom_pipes(dc, context, fast_validate); in dcn32_internal_validate_bw() 1618 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn32_internal_validate_bw() 1628 if (!fast_validate) in dcn32_internal_validate_bw() 1631 if (fast_validate || in dcn32_internal_validate_bw() 1648 context->bw_ctx.dml.validate_max_state = fast_validate; in dcn32_internal_validate_bw() 1867 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes, fast_validate); in dcn32_internal_validate_bw()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/ |
A D | core_types.h | 83 bool fast_validate); 102 bool fast_validate);
|
A D | dcn_calcs.h | 625 bool fast_validate);
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/ |
A D | dcn32_resource.c | 1831 bool fast_validate) in dcn32_validate_bandwidth() argument 1859 if (fast_validate) { in dcn32_validate_bandwidth() 1867 out = dcn32_internal_validate_bw(dc, context, pipes, &pipe_cnt, &vlevel, fast_validate); in dcn32_validate_bandwidth() 1870 if (fast_validate) in dcn32_validate_bandwidth() 1881 if (fast_validate) { in dcn32_validate_bandwidth() 1910 bool fast_validate) in dcn32_populate_dml_pipes_from_context() argument 1919 dcn20_populate_dml_pipes_from_context(dc, context, pipes, fast_validate); in dcn32_populate_dml_pipes_from_context() 1965 if (!fast_validate) { in dcn32_populate_dml_pipes_from_context()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/ |
A D | dc.h | 1324 bool fast_validate); 1336 bool fast_validate);
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_resource.c | 1146 bool fast_validate) in dcn10_validate_bandwidth() argument 1151 voltage_supported = dcn_validate_bandwidth(dc, context, fast_validate); in dcn10_validate_bandwidth()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_resource.c | 2667 bool fast_validate) in dc_validate_with_context() argument 2823 res = dc_validate_global_state(dc, context, fast_validate); in dc_validate_with_context() 2849 bool fast_validate) in dc_validate_global_state() argument 2904 if (!dc->res_pool->funcs->validate_bandwidth(dc, new_ctx, fast_validate)) in dc_validate_global_state() 2911 if (result == DC_OK && dc->res_pool->funcs->link_encs_assign && fast_validate == false) in dc_validate_global_state()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
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()
|