Searched refs:first_pipe (Results 1 – 2 of 2) sorted by relevance
2109 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].top_pipe; local2112 while (first_pipe->top_pipe && first_pipe->top_pipe->plane_state2114 first_pipe = first_pipe->top_pipe;2119 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx;2125 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].prev_odm_pipe; local2127 while (first_pipe->prev_odm_pipe)2128 first_pipe = first_pipe->prev_odm_pipe;2129 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx;
14585 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround() local14599 first_pipe = crtc->pipe; in hsw_mode_set_planes_workaround()14629 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()