Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_resource.c1776 struct pipe_ctx *del_pipe = NULL; in dc_remove_stream_from_ctx() local
1782 del_pipe = &new_ctx->res_ctx.pipe_ctx[i]; in dc_remove_stream_from_ctx()
1784 ASSERT(del_pipe->stream_res.stream_enc); in dc_remove_stream_from_ctx()
1788 del_pipe->stream_res.stream_enc, in dc_remove_stream_from_ctx()
1791 if (del_pipe->stream_res.audio) in dc_remove_stream_from_ctx()
1795 del_pipe->stream_res.audio, in dc_remove_stream_from_ctx()
1800 del_pipe->clock_source); in dc_remove_stream_from_ctx()
1805 memset(del_pipe, 0, sizeof(*del_pipe)); in dc_remove_stream_from_ctx()
1809 if (!del_pipe) { in dc_remove_stream_from_ctx()