Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1863 struct pipe_ctx *del_pipe = resource_get_head_pipe_for_stream(&new_ctx->res_ctx, stream); in dc_remove_stream_from_ctx() local
1866 if (!del_pipe) { in dc_remove_stream_from_ctx()
1871 odm_pipe = del_pipe->next_odm_pipe; in dc_remove_stream_from_ctx()
1874 ASSERT(del_pipe->stream_res.stream_enc); in dc_remove_stream_from_ctx()
1878 del_pipe->stream_res.stream_enc, in dc_remove_stream_from_ctx()
1881 if (del_pipe->stream_res.audio) in dc_remove_stream_from_ctx()
1885 del_pipe->stream_res.audio, in dc_remove_stream_from_ctx()
1890 del_pipe->clock_source); in dc_remove_stream_from_ctx()
1901 memset(del_pipe, 0, sizeof(*del_pipe)); in dc_remove_stream_from_ctx()