Home
last modified time | relevance | path

Searched refs:del_pipe (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2454 struct pipe_ctx *del_pipe = resource_get_otg_master_for_stream(&new_ctx->res_ctx, stream); in dc_remove_stream_from_ctx() local
2457 if (!del_pipe) { in dc_remove_stream_from_ctx()
2462 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()
2465 ASSERT(del_pipe->stream_res.stream_enc); in dc_remove_stream_from_ctx()
2469 del_pipe->stream_res.stream_enc, in dc_remove_stream_from_ctx()
2472 if (dc->link_srv->dp_is_128b_132b_signal(del_pipe)) { in dc_remove_stream_from_ctx()
2475 del_pipe->stream_res.hpo_dp_stream_enc, in dc_remove_stream_from_ctx()
2477 remove_hpo_dp_link_enc_from_ctx(&new_ctx->res_ctx, del_pipe, del_pipe->stream); in dc_remove_stream_from_ctx()
2480 if (del_pipe->stream_res.audio) in dc_remove_stream_from_ctx()
2484 del_pipe->stream_res.audio, in dc_remove_stream_from_ctx()
[all …]