Searched refs:del_pipe (Results 1 – 1 of 1) sorted by relevance
2187 struct pipe_ctx *del_pipe = resource_get_head_pipe_for_stream(&new_ctx->res_ctx, stream); in dc_remove_stream_from_ctx() local2190 if (!del_pipe) { in dc_remove_stream_from_ctx()2195 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()2198 ASSERT(del_pipe->stream_res.stream_enc); in dc_remove_stream_from_ctx()2202 del_pipe->stream_res.stream_enc, in dc_remove_stream_from_ctx()2205 if (is_dp_128b_132b_signal(del_pipe)) { in dc_remove_stream_from_ctx()2208 del_pipe->stream_res.hpo_dp_stream_enc, in dc_remove_stream_from_ctx()2210 remove_hpo_dp_link_enc_from_ctx(&new_ctx->res_ctx, del_pipe, del_pipe->stream); in dc_remove_stream_from_ctx()2213 if (del_pipe->stream_res.audio) in dc_remove_stream_from_ctx()2217 del_pipe->stream_res.audio, in dc_remove_stream_from_ctx()[all …]