Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1769 struct pipe_ctx *del_pipe = NULL; in dc_remove_stream_from_ctx() local
1775 del_pipe = &new_ctx->res_ctx.pipe_ctx[i]; in dc_remove_stream_from_ctx()
1777 ASSERT(del_pipe->stream_res.stream_enc); in dc_remove_stream_from_ctx()
1781 del_pipe->stream_res.stream_enc, in dc_remove_stream_from_ctx()
1784 if (del_pipe->stream_res.audio) in dc_remove_stream_from_ctx()
1788 del_pipe->stream_res.audio, in dc_remove_stream_from_ctx()
1793 del_pipe->clock_source); in dc_remove_stream_from_ctx()
1798 memset(del_pipe, 0, sizeof(*del_pipe)); in dc_remove_stream_from_ctx()
1804 if (!del_pipe) { in dc_remove_stream_from_ctx()