Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2621 int i, j, pipe_idx, pipe_idx_unsplit; in dcn20_calculate_dlg_params() local
2643 for (i = 0, pipe_idx = 0, pipe_idx_unsplit = 0; i < dc->res_pool->pipe_count; i++) { in dcn20_calculate_dlg_params()
2648 display_pipe_source_params_st *src = &pipes[pipe_idx_unsplit].pipe.src; in dcn20_calculate_dlg_params()
2649 display_pipe_dest_params_st *dst = &pipes[pipe_idx_unsplit].pipe.dest; in dcn20_calculate_dlg_params()
2651 dst->vstartup_start = context->bw_ctx.dml.vba.VStartup[pipe_idx_unsplit]; in dcn20_calculate_dlg_params()
2652 dst->vupdate_offset = context->bw_ctx.dml.vba.VUpdateOffsetPix[pipe_idx_unsplit]; in dcn20_calculate_dlg_params()
2653 dst->vupdate_width = context->bw_ctx.dml.vba.VUpdateWidthPix[pipe_idx_unsplit]; in dcn20_calculate_dlg_params()
2654 dst->vready_offset = context->bw_ctx.dml.vba.VReadyOffsetPix[pipe_idx_unsplit]; in dcn20_calculate_dlg_params()
2666 dst_j->vstartup_start = context->bw_ctx.dml.vba.VStartup[pipe_idx_unsplit]; in dcn20_calculate_dlg_params()
2667 dst_j->vupdate_offset = context->bw_ctx.dml.vba.VUpdateOffsetPix[pipe_idx_unsplit]; in dcn20_calculate_dlg_params()
[all …]