Searched refs:hsplit_pipe (Results 1 – 2 of 2) sorted by relevance
1207 struct pipe_ctx *hsplit_pipe = pipe->bottom_pipe; in dcn_validate_bandwidth() local1220 if (hsplit_pipe && hsplit_pipe->plane_state == pipe->plane_state) { in dcn_validate_bandwidth()1222 hsplit_pipe->pipe_dlg_param.vupdate_width = v->v_update_width_pix[input_idx]; in dcn_validate_bandwidth()1223 hsplit_pipe->pipe_dlg_param.vupdate_offset = v->v_update_offset_pix[input_idx]; in dcn_validate_bandwidth()1224 hsplit_pipe->pipe_dlg_param.vready_offset = v->v_ready_offset_pix[input_idx]; in dcn_validate_bandwidth()1225 hsplit_pipe->pipe_dlg_param.vstartup_start = v->v_startup[input_idx]; in dcn_validate_bandwidth()1227 hsplit_pipe->pipe_dlg_param.htotal = pipe->stream->timing.h_total; in dcn_validate_bandwidth()1228 hsplit_pipe->pipe_dlg_param.vtotal = pipe->stream->timing.v_total; in dcn_validate_bandwidth()1229 hsplit_pipe->pipe_dlg_param.vblank_start = pipe->pipe_dlg_param.vblank_start; in dcn_validate_bandwidth()1230 hsplit_pipe->pipe_dlg_param.vblank_end = pipe->pipe_dlg_param.vblank_end; in dcn_validate_bandwidth()[all …]
2304 struct pipe_ctx *hsplit_pipe = pipe->bottom_pipe; in dcn20_fast_validate_bw() local2306 if (!hsplit_pipe || hsplit_pipe->plane_state != pipe->plane_state) in dcn20_fast_validate_bw()2309 pipe->bottom_pipe = hsplit_pipe->bottom_pipe; in dcn20_fast_validate_bw()2310 if (hsplit_pipe->bottom_pipe) in dcn20_fast_validate_bw()2311 hsplit_pipe->bottom_pipe->top_pipe = pipe; in dcn20_fast_validate_bw()2312 hsplit_pipe->plane_state = NULL; in dcn20_fast_validate_bw()2313 hsplit_pipe->stream = NULL; in dcn20_fast_validate_bw()2314 hsplit_pipe->top_pipe = NULL; in dcn20_fast_validate_bw()2315 hsplit_pipe->bottom_pipe = NULL; in dcn20_fast_validate_bw()2318 memset(&hsplit_pipe->plane_res, 0, sizeof(hsplit_pipe->plane_res)); in dcn20_fast_validate_bw()[all …]