Searched refs:first_pipe (Results 1 – 2 of 2) sorted by relevance
1272 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].top_pipe; in dcn20_populate_dml_pipes_from_context() local1275 while (first_pipe->top_pipe && first_pipe->top_pipe->plane_state in dcn20_populate_dml_pipes_from_context()1277 first_pipe = first_pipe->top_pipe; in dcn20_populate_dml_pipes_from_context()1282 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx; in dcn20_populate_dml_pipes_from_context()1288 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].prev_odm_pipe; in dcn20_populate_dml_pipes_from_context() local1290 while (first_pipe->prev_odm_pipe) in dcn20_populate_dml_pipes_from_context()1291 first_pipe = first_pipe->prev_odm_pipe; in dcn20_populate_dml_pipes_from_context()1292 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx; in dcn20_populate_dml_pipes_from_context()
6056 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround() local6070 first_pipe = crtc->pipe; in hsw_mode_set_planes_workaround()6100 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()