r_hwpipe          639 drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c 		if (pstates[cnt].state->r_hwpipe)
r_hwpipe           97 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.h 	struct mdp5_hw_pipe *r_hwpipe;	/* right hwpipe */
r_hwpipe           12 drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.c 		     struct mdp5_hw_pipe **r_hwpipe)
r_hwpipe           63 drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.c 			if (r_hwpipe) {
r_hwpipe           77 drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.c 					*r_hwpipe = r_cur;
r_hwpipe           83 drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.c 			if (!r_hwpipe || r_found)
r_hwpipe           91 drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.c 	if (r_hwpipe && !(*r_hwpipe))
r_hwpipe           98 drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.c 		WARN_ON(r_hwpipe);
r_hwpipe          113 drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.c 	if (r_hwpipe) {
r_hwpipe          115 drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.c 		    (*r_hwpipe)->name, plane->name, caps);
r_hwpipe          116 drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.c 		new_state->hwpipe_to_plane[(*r_hwpipe)->idx] = plane;
r_hwpipe           39 drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.h 		     struct mdp5_hw_pipe **r_hwpipe);
r_hwpipe          166 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 			   pstate->r_hwpipe ? pstate->r_hwpipe->name :
r_hwpipe          344 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 		if ((need_right_hwpipe && !mdp5_state->r_hwpipe) ||
r_hwpipe          345 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 		    (!need_right_hwpipe && mdp5_state->r_hwpipe))
r_hwpipe          367 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 							  mdp5_state->r_hwpipe;
r_hwpipe          383 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 				mdp5_state->r_hwpipe = new_right_hwpipe;
r_hwpipe          390 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 				mdp5_state->r_hwpipe = NULL;
r_hwpipe          398 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 		mdp5_pipe_release(state->state, mdp5_state->r_hwpipe);
r_hwpipe          399 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 		mdp5_state->hwpipe = mdp5_state->r_hwpipe = NULL;
r_hwpipe          969 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 	right_hwpipe = to_mdp5_plane_state(pstate)->r_hwpipe;
r_hwpipe         1043 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 	if (!pstate->r_hwpipe)
r_hwpipe         1046 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 	return pstate->r_hwpipe->pipe;
r_hwpipe         1059 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 	if (pstate->r_hwpipe)
r_hwpipe         1060 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 		mask |= pstate->r_hwpipe->flush_mask;