Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c173 bool need_right_hwpipe = false; in mdp5_plane_atomic_check_with_state() local
198 need_right_hwpipe = true; in mdp5_plane_atomic_check_with_state()
256 if ((need_right_hwpipe && !mdp5_state->r_hwpipe) || in mdp5_plane_atomic_check_with_state()
257 (!need_right_hwpipe && mdp5_state->r_hwpipe)) in mdp5_plane_atomic_check_with_state()
285 need_right_hwpipe ? in mdp5_plane_atomic_check_with_state()
294 if (need_right_hwpipe) in mdp5_plane_atomic_check_with_state()