Searched refs:populate_dml_pipes (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/ |
| D | core_types.h | 109 int (*populate_dml_pipes)( member
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn21/ |
| D | dcn21_resource.c | 1134 if (dc->res_pool->funcs->populate_dml_pipes) in dcn21_calculate_wm() 1135 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, in dcn21_calculate_wm() 1767 .populate_dml_pipes = dcn21_populate_dml_pipes_from_context,
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
| D | dcn30_resource.c | 1964 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes); in dcn30_internal_validate_bw() 2192 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes); in dcn30_internal_validate_bw() 2561 .populate_dml_pipes = dcn30_populate_dml_pipes_from_context,
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_resource.c | 2851 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes); 2998 if (dc->res_pool->funcs->populate_dml_pipes) 2999 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, 3337 .populate_dml_pipes = dcn20_populate_dml_pipes_from_context,
|