Home
last modified time | relevance | path

Searched refs:populate_dml_pipes (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h109 int (*populate_dml_pipes)( member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c1132 if (dc->res_pool->funcs->populate_dml_pipes) in dcn21_calculate_wm()
1133 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, in dcn21_calculate_wm()
1782 .populate_dml_pipes = dcn21_populate_dml_pipes_from_context,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1963 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes); in dcn30_internal_validate_bw()
2191 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes); in dcn30_internal_validate_bw()
2582 .populate_dml_pipes = dcn30_populate_dml_pipes_from_context,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c2856 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes);
3003 if (dc->res_pool->funcs->populate_dml_pipes)
3004 pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc,
3342 .populate_dml_pipes = dcn20_populate_dml_pipes_from_context,