Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c724 struct pipe_ctx *other_pipe = pipe->bottom_pipe; in get_num_mpc_splits() local
726 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in get_num_mpc_splits()
728 other_pipe = other_pipe->bottom_pipe; in get_num_mpc_splits()
730 other_pipe = pipe->top_pipe; in get_num_mpc_splits()
731 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in get_num_mpc_splits()
733 other_pipe = other_pipe->top_pipe; in get_num_mpc_splits()