Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2475 while (tail_pipe) { in get_tail_pipe()
2476 head_pipe = tail_pipe; in get_tail_pipe()
2477 tail_pipe = tail_pipe->bottom_pipe; in get_tail_pipe()
2998 struct pipe_ctx *sec_pipe, *tail_pipe; in acquire_secondary_dpp_pipes_and_add_plane() local
3024 tail_pipe = get_tail_pipe(opp_heads[i]); in acquire_secondary_dpp_pipes_and_add_plane()
3025 tail_pipe->bottom_pipe = sec_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3026 sec_pipe->top_pipe = tail_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3028 if (tail_pipe->prev_odm_pipe) { in acquire_secondary_dpp_pipes_and_add_plane()
3229 while (tail_pipe->top_pipe) { in release_pipes_and_remove_odm_slice()
3231 tail_pipe = tail_pipe->top_pipe; in release_pipes_and_remove_odm_slice()
[all …]