Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_resource.c1190 struct pipe_ctx *head_pipe, *tail_pipe; in resource_get_tail_pipe_for_stream() local
1196 tail_pipe = head_pipe->bottom_pipe; in resource_get_tail_pipe_for_stream()
1198 while (tail_pipe) { in resource_get_tail_pipe_for_stream()
1199 head_pipe = tail_pipe; in resource_get_tail_pipe_for_stream()
1200 tail_pipe = tail_pipe->bottom_pipe; in resource_get_tail_pipe_for_stream()
1294 struct pipe_ctx *head_pipe, *tail_pipe, *free_pipe; in dc_add_plane_to_context() local
1340 ASSERT(tail_pipe); in dc_add_plane_to_context()
1342 free_pipe->stream_res.tg = tail_pipe->stream_res.tg; in dc_add_plane_to_context()
1347 free_pipe->clock_source = tail_pipe->clock_source; in dc_add_plane_to_context()
1348 free_pipe->top_pipe = tail_pipe; in dc_add_plane_to_context()
[all …]