Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1781 struct pipe_ctx *del_pipe = resource_get_head_pipe_for_stream(&new_ctx->res_ctx, stream); in dc_remove_stream_from_ctx() local
1784 if (!del_pipe) { in dc_remove_stream_from_ctx()
1789 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()
1792 ASSERT(del_pipe->stream_res.stream_enc); in dc_remove_stream_from_ctx()
1796 del_pipe->stream_res.stream_enc, in dc_remove_stream_from_ctx()
1800 dc->res_pool->funcs->link_enc_unassign(new_ctx, del_pipe->stream); in dc_remove_stream_from_ctx()
1802 if (del_pipe->stream_res.audio) in dc_remove_stream_from_ctx()
1806 del_pipe->stream_res.audio, in dc_remove_stream_from_ctx()
1811 del_pipe->clock_source); in dc_remove_stream_from_ctx()
1822 memset(del_pipe, 0, sizeof(*del_pipe)); in dc_remove_stream_from_ctx()