Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2900 struct pipe_ctx *last_top_dpp_pipe, *last_bottom_dpp_pipe, in acquire_pipes_and_add_odm_slice() local
2917 last_top_dpp_pipe = last_opp_head; in acquire_pipes_and_add_odm_slice()
2920 while (last_top_dpp_pipe->bottom_pipe) { in acquire_pipes_and_add_odm_slice()
2921 last_bottom_dpp_pipe = last_top_dpp_pipe->bottom_pipe; in acquire_pipes_and_add_odm_slice()
2934 last_top_dpp_pipe = last_bottom_dpp_pipe; in acquire_pipes_and_add_odm_slice()