Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1856 struct pipe_ctx *del_pipe = resource_get_head_pipe_for_stream(&new_ctx->res_ctx, stream); in dc_remove_stream_from_ctx() local
1859 if (!del_pipe) { in dc_remove_stream_from_ctx()
1864 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()
1867 ASSERT(del_pipe->stream_res.stream_enc); in dc_remove_stream_from_ctx()
1871 del_pipe->stream_res.stream_enc, in dc_remove_stream_from_ctx()
1874 if (del_pipe->stream_res.audio) in dc_remove_stream_from_ctx()
1878 del_pipe->stream_res.audio, in dc_remove_stream_from_ctx()
1883 del_pipe->clock_source); in dc_remove_stream_from_ctx()
1894 memset(del_pipe, 0, sizeof(*del_pipe)); in dc_remove_stream_from_ctx()