Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3072 struct pipe_ctx *sec_pipe, *tail_pipe; in acquire_secondary_dpp_pipes_and_add_plane() local
3089 sec_pipe = pool->funcs->acquire_free_pipe_as_secondary_dpp_pipe( in acquire_secondary_dpp_pipes_and_add_plane()
3094 ASSERT(sec_pipe); in acquire_secondary_dpp_pipes_and_add_plane()
3095 sec_pipe->plane_state = plane_state; in acquire_secondary_dpp_pipes_and_add_plane()
3099 tail_pipe->bottom_pipe = sec_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3100 sec_pipe->top_pipe = tail_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3101 sec_pipe->bottom_pipe = NULL; in acquire_secondary_dpp_pipes_and_add_plane()
3104 sec_pipe->prev_odm_pipe = tail_pipe->prev_odm_pipe->bottom_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3105 tail_pipe->prev_odm_pipe->bottom_pipe->next_odm_pipe = sec_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3107 sec_pipe->prev_odm_pipe = NULL; in acquire_secondary_dpp_pipes_and_add_plane()
[all …]