Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Ddc_resource.c2037 const struct pipe_ctx *other_pipe = pipe->bottom_pipe; in resource_get_mpc_slice_count() local
2039 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_mpc_slice_count()
2041 other_pipe = other_pipe->bottom_pipe; in resource_get_mpc_slice_count()
2043 other_pipe = pipe->top_pipe; in resource_get_mpc_slice_count()
2044 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in resource_get_mpc_slice_count()
2046 other_pipe = other_pipe->top_pipe; in resource_get_mpc_slice_count()