Searched refs:r_hwpipe (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.c | 12 struct mdp5_hw_pipe **r_hwpipe) in mdp5_pipe_assign() 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) in mdp5_pipe_assign() 9 mdp5_pipe_assign(struct drm_atomic_state *s, struct drm_plane *plane, uint32_t caps, uint32_t blkcfg, struct mdp5_hw_pipe **hwpipe, struct mdp5_hw_pipe **r_hwpipe) mdp5_pipe_assign() argument [all...] |
H A D | mdp5_plane.c | 166 pstate->r_hwpipe ? pstate->r_hwpipe->name : in mdp5_plane_atomic_print_state() 346 if ((need_right_hwpipe && !mdp5_state->r_hwpipe) || in mdp5_plane_atomic_check_with_state() 347 (!need_right_hwpipe && mdp5_state->r_hwpipe)) in mdp5_plane_atomic_check_with_state() 369 mdp5_state->r_hwpipe; in mdp5_plane_atomic_check_with_state() 385 mdp5_state->r_hwpipe = new_right_hwpipe; in mdp5_plane_atomic_check_with_state() 392 mdp5_state->r_hwpipe = NULL; in mdp5_plane_atomic_check_with_state() 409 ret = mdp5_pipe_release(state->state, mdp5_state->r_hwpipe); in mdp5_plane_atomic_check_with_state() 413 mdp5_state->hwpipe = mdp5_state->r_hwpipe = NULL; in mdp5_plane_atomic_check_with_state() 983 right_hwpipe = to_mdp5_plane_state(pstate)->r_hwpipe; in mdp5_plane_mode_set() [all...] |
H A D | mdp5_pipe.h | 39 struct mdp5_hw_pipe **r_hwpipe);
|
H A D | mdp5_kms.h | 99 struct mdp5_hw_pipe *r_hwpipe; /* right hwpipe */ member
|
H A D | mdp5_crtc.c | 719 if (pstates[cnt].state->r_hwpipe) in mdp5_crtc_atomic_check()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.c | 12 struct mdp5_hw_pipe **r_hwpipe) in mdp5_pipe_assign() 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) in mdp5_pipe_assign() 9 mdp5_pipe_assign(struct drm_atomic_state *s, struct drm_plane *plane, uint32_t caps, uint32_t blkcfg, struct mdp5_hw_pipe **hwpipe, struct mdp5_hw_pipe **r_hwpipe) mdp5_pipe_assign() argument [all...] |
H A D | mdp5_plane.c | 86 pstate->r_hwpipe ? pstate->r_hwpipe->name : in mdp5_plane_atomic_print_state() 269 if ((need_right_hwpipe && !mdp5_state->r_hwpipe) || in mdp5_plane_atomic_check_with_state() 270 (!need_right_hwpipe && mdp5_state->r_hwpipe)) in mdp5_plane_atomic_check_with_state() 292 mdp5_state->r_hwpipe; in mdp5_plane_atomic_check_with_state() 308 mdp5_state->r_hwpipe = new_right_hwpipe; in mdp5_plane_atomic_check_with_state() 315 mdp5_state->r_hwpipe = NULL; in mdp5_plane_atomic_check_with_state() 332 ret = mdp5_pipe_release(state->state, mdp5_state->r_hwpipe); in mdp5_plane_atomic_check_with_state() 336 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() [all...] |
H A D | mdp5_pipe.h | 39 struct mdp5_hw_pipe **r_hwpipe);
|
H A D | mdp5_kms.h | 99 struct mdp5_hw_pipe *r_hwpipe; /* right hwpipe */ member
|
H A D | mdp5_crtc.c | 734 if (pstates[cnt].state->r_hwpipe) in mdp5_crtc_atomic_check()
|
Completed in 10 milliseconds