Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c1250 struct pipe_ctx *hsplit_pipe = pipe->bottom_pipe; in dcn_validate_bandwidth() local
1263 if (hsplit_pipe && hsplit_pipe->plane_state == pipe->plane_state) { in dcn_validate_bandwidth()
1265 hsplit_pipe->pipe_dlg_param.vupdate_width = v->v_update_width_pix[input_idx]; in dcn_validate_bandwidth()
1266 hsplit_pipe->pipe_dlg_param.vupdate_offset = v->v_update_offset_pix[input_idx]; in dcn_validate_bandwidth()
1267 hsplit_pipe->pipe_dlg_param.vready_offset = v->v_ready_offset_pix[input_idx]; in dcn_validate_bandwidth()
1268 hsplit_pipe->pipe_dlg_param.vstartup_start = v->v_startup[input_idx]; in dcn_validate_bandwidth()
1270 hsplit_pipe->pipe_dlg_param.htotal = pipe->stream->timing.h_total; in dcn_validate_bandwidth()
1271 hsplit_pipe->pipe_dlg_param.vtotal = pipe->stream->timing.v_total; in dcn_validate_bandwidth()
1272 hsplit_pipe->pipe_dlg_param.vblank_start = pipe->pipe_dlg_param.vblank_start; in dcn_validate_bandwidth()
1273 hsplit_pipe->pipe_dlg_param.vblank_end = pipe->pipe_dlg_param.vblank_end; in dcn_validate_bandwidth()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2623 struct pipe_ctx *hsplit_pipe = pipe->bottom_pipe; local
2625 if (!hsplit_pipe || hsplit_pipe->plane_state != pipe->plane_state)
2628 pipe->bottom_pipe = hsplit_pipe->bottom_pipe;
2629 if (hsplit_pipe->bottom_pipe)
2630 hsplit_pipe->bottom_pipe->top_pipe = pipe;
2631 hsplit_pipe->plane_state = NULL;
2632 hsplit_pipe->stream = NULL;
2633 hsplit_pipe->top_pipe = NULL;
2634 hsplit_pipe->bottom_pipe = NULL;
2637 memset(&hsplit_pipe->plane_res, 0, sizeof(hsplit_pipe->plane_res));
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c2093 struct pipe_ctx *hsplit_pipe = NULL; in dcn30_internal_validate_bw() local
2120 hsplit_pipe = dcn30_find_split_pipe(dc, context, old_index); in dcn30_internal_validate_bw()
2121 ASSERT(hsplit_pipe); in dcn30_internal_validate_bw()
2122 if (!hsplit_pipe) in dcn30_internal_validate_bw()
2127 pipe, hsplit_pipe, odm)) in dcn30_internal_validate_bw()
2130 newly_split[hsplit_pipe->pipe_idx] = true; in dcn30_internal_validate_bw()
2168 hsplit_pipe, pipe_4to1, odm)) in dcn30_internal_validate_bw()