Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_pipe.c12 struct mdp5_hw_pipe **r_hwpipe) in mdp5_pipe_assign() argument
63 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()
A Dmdp5_plane.c76 pstate->r_hwpipe ? pstate->r_hwpipe->name : in mdp5_plane_atomic_print_state()
248 if ((need_right_hwpipe && !mdp5_state->r_hwpipe) || in mdp5_plane_atomic_check_with_state()
249 (!need_right_hwpipe && mdp5_state->r_hwpipe)) in mdp5_plane_atomic_check_with_state()
271 mdp5_state->r_hwpipe; in mdp5_plane_atomic_check_with_state()
287 mdp5_state->r_hwpipe = new_right_hwpipe; in mdp5_plane_atomic_check_with_state()
294 mdp5_state->r_hwpipe = NULL; in mdp5_plane_atomic_check_with_state()
303 mdp5_state->hwpipe = mdp5_state->r_hwpipe = NULL; in mdp5_plane_atomic_check_with_state()
957 if (!pstate->r_hwpipe) in mdp5_plane_right_pipe()
960 return pstate->r_hwpipe->pipe; in mdp5_plane_right_pipe()
973 if (pstate->r_hwpipe) in mdp5_plane_get_flush()
[all …]
A Dmdp5_pipe.h39 struct mdp5_hw_pipe **r_hwpipe);
A Dmdp5_kms.h99 struct mdp5_hw_pipe *r_hwpipe; /* right hwpipe */ member
A Dmdp5_crtc.c719 if (pstates[cnt].state->r_hwpipe) in mdp5_crtc_atomic_check()

Completed in 10 milliseconds