Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_plane.c184 pstate->r_hwpipe ? pstate->r_hwpipe->name : in mdp5_plane_atomic_print_state()
393 if ((need_right_hwpipe && !mdp5_state->r_hwpipe) || in mdp5_plane_atomic_check_with_state()
394 (!need_right_hwpipe && mdp5_state->r_hwpipe)) in mdp5_plane_atomic_check_with_state()
416 mdp5_state->r_hwpipe; in mdp5_plane_atomic_check_with_state()
426 mdp5_state->r_hwpipe = in mdp5_plane_atomic_check_with_state()
429 if (IS_ERR(mdp5_state->r_hwpipe)) { in mdp5_plane_atomic_check_with_state()
432 return PTR_ERR(mdp5_state->r_hwpipe); in mdp5_plane_atomic_check_with_state()
440 mdp5_state->r_hwpipe = NULL; in mdp5_plane_atomic_check_with_state()
448 mdp5_pipe_release(state->state, mdp5_state->r_hwpipe); in mdp5_plane_atomic_check_with_state()
449 mdp5_state->hwpipe = mdp5_state->r_hwpipe = NULL; in mdp5_plane_atomic_check_with_state()
[all …]
Dmdp5_kms.h105 struct mdp5_hw_pipe *r_hwpipe; /* right hwpipe */ member
Dmdp5_crtc.c590 if (pstates[cnt].state->r_hwpipe) in mdp5_crtc_atomic_check()