Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2193 struct pipe_ctx *pri_dpp_pipe = (struct pipe_ctx *) dpp_pipe; in resource_get_primary_dpp_pipe() local
2196 while (pri_dpp_pipe->prev_odm_pipe) in resource_get_primary_dpp_pipe()
2197 pri_dpp_pipe = pri_dpp_pipe->prev_odm_pipe; in resource_get_primary_dpp_pipe()
2198 while (pri_dpp_pipe->top_pipe && in resource_get_primary_dpp_pipe()
2199 pri_dpp_pipe->top_pipe->plane_state == pri_dpp_pipe->plane_state) in resource_get_primary_dpp_pipe()
2200 pri_dpp_pipe = pri_dpp_pipe->top_pipe; in resource_get_primary_dpp_pipe()
2201 return pri_dpp_pipe; in resource_get_primary_dpp_pipe()