Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1192 struct pipe_ctx *head_pipe, *tail_pipe; in resource_get_tail_pipe_for_stream() local
1198 tail_pipe = head_pipe->bottom_pipe; in resource_get_tail_pipe_for_stream()
1200 while (tail_pipe) { in resource_get_tail_pipe_for_stream()
1201 head_pipe = tail_pipe; in resource_get_tail_pipe_for_stream()
1202 tail_pipe = tail_pipe->bottom_pipe; in resource_get_tail_pipe_for_stream()
1296 struct pipe_ctx *head_pipe, *tail_pipe, *free_pipe; in dc_add_plane_to_context() local
1341 tail_pipe = resource_get_tail_pipe_for_stream(&context->res_ctx, stream); in dc_add_plane_to_context()
1342 ASSERT(tail_pipe); in dc_add_plane_to_context()
1344 free_pipe->stream_res.tg = tail_pipe->stream_res.tg; in dc_add_plane_to_context()
1345 free_pipe->stream_res.abm = tail_pipe->stream_res.abm; in dc_add_plane_to_context()
[all …]