Searched refs:pipe_ctx_check (Results 1 – 1 of 1) sorted by relevance
4125 struct pipe_ctx *pipe_ctx, *pipe_ctx_check; in check_syncd_pipes_for_disabled_master_pipe() local4134 pipe_ctx_check = &context->res_ctx.pipe_ctx[i]; in check_syncd_pipes_for_disabled_master_pipe()4136 if ((GET_PIPE_SYNCD_FROM_PIPE(pipe_ctx_check) == disabled_master_pipe_idx) && in check_syncd_pipes_for_disabled_master_pipe()4137 IS_PIPE_SYNCD_VALID(pipe_ctx_check) && (i != disabled_master_pipe_idx)) { in check_syncd_pipes_for_disabled_master_pipe()4138 struct pipe_ctx *first_pipe = pipe_ctx_check; in check_syncd_pipes_for_disabled_master_pipe()