Searched refs:r_hwpipe (Results 1 – 5 of 5) sorted by relevance
12 struct mdp5_hw_pipe **r_hwpipe) in mdp5_pipe_assign() argument63 if (r_hwpipe) { in mdp5_pipe_assign()77 *r_hwpipe = r_cur; in mdp5_pipe_assign()83 if (!r_hwpipe || r_found) in mdp5_pipe_assign()91 if (r_hwpipe && !(*r_hwpipe)) in mdp5_pipe_assign()98 WARN_ON(r_hwpipe); in mdp5_pipe_assign()113 if (r_hwpipe) { in mdp5_pipe_assign()115 (*r_hwpipe)->name, plane->name, caps); in mdp5_pipe_assign()116 new_state->hwpipe_to_plane[(*r_hwpipe)->idx] = plane; in mdp5_pipe_assign()
77 pstate->r_hwpipe ? pstate->r_hwpipe->name : in mdp5_plane_atomic_print_state()267 if ((need_right_hwpipe && !mdp5_state->r_hwpipe) || in mdp5_plane_atomic_check_with_state()268 (!need_right_hwpipe && mdp5_state->r_hwpipe)) in mdp5_plane_atomic_check_with_state()290 mdp5_state->r_hwpipe; in mdp5_plane_atomic_check_with_state()306 mdp5_state->r_hwpipe = new_right_hwpipe; in mdp5_plane_atomic_check_with_state()313 mdp5_state->r_hwpipe = NULL; in mdp5_plane_atomic_check_with_state()330 ret = mdp5_pipe_release(state->state, mdp5_state->r_hwpipe); in mdp5_plane_atomic_check_with_state()334 mdp5_state->hwpipe = mdp5_state->r_hwpipe = NULL; in mdp5_plane_atomic_check_with_state()914 right_hwpipe = to_mdp5_plane_state(pstate)->r_hwpipe; in mdp5_plane_mode_set()988 if (!pstate->r_hwpipe) in mdp5_plane_right_pipe()[all …]
39 struct mdp5_hw_pipe **r_hwpipe);
99 struct mdp5_hw_pipe *r_hwpipe; /* right hwpipe */ member
733 if (pstates[cnt].state->r_hwpipe) in mdp5_crtc_atomic_check()