Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2449 struct pipe_ctx *del_pipe = resource_get_otg_master_for_stream(&new_ctx->res_ctx, stream); in dc_remove_stream_from_ctx() local
2452 if (!del_pipe) { in dc_remove_stream_from_ctx()
2457 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()
2460 ASSERT(del_pipe->stream_res.stream_enc); in dc_remove_stream_from_ctx()
2464 del_pipe->stream_res.stream_enc, in dc_remove_stream_from_ctx()
2467 if (dc->link_srv->dp_is_128b_132b_signal(del_pipe)) { in dc_remove_stream_from_ctx()
2470 del_pipe->stream_res.hpo_dp_stream_enc, in dc_remove_stream_from_ctx()
2472 remove_hpo_dp_link_enc_from_ctx(&new_ctx->res_ctx, del_pipe, del_pipe->stream); in dc_remove_stream_from_ctx()
2475 if (del_pipe->stream_res.audio) in dc_remove_stream_from_ctx()
2479 del_pipe->stream_res.audio, in dc_remove_stream_from_ctx()
[all …]