Searched refs:mdp5_pipe_release (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.h | 40 int mdp5_pipe_release(struct drm_atomic_state *s, struct mdp5_hw_pipe *hwpipe);
|
H A D | mdp5_pipe.c | 122 int mdp5_pipe_release(struct drm_atomic_state *s, struct mdp5_hw_pipe *hwpipe) in mdp5_pipe_release() function
|
H A D | mdp5_plane.c | 395 ret = mdp5_pipe_release(state->state, old_hwpipe); in mdp5_plane_atomic_check_with_state() 399 ret = mdp5_pipe_release(state->state, old_right_hwpipe); in mdp5_plane_atomic_check_with_state() 405 ret = mdp5_pipe_release(state->state, mdp5_state->hwpipe); 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.h | 40 int mdp5_pipe_release(struct drm_atomic_state *s, struct mdp5_hw_pipe *hwpipe);
|
H A D | mdp5_pipe.c | 122 int mdp5_pipe_release(struct drm_atomic_state *s, struct mdp5_hw_pipe *hwpipe) in mdp5_pipe_release() function
|
H A D | mdp5_plane.c | 318 ret = mdp5_pipe_release(state->state, old_hwpipe); in mdp5_plane_atomic_check_with_state() 322 ret = mdp5_pipe_release(state->state, old_right_hwpipe); in mdp5_plane_atomic_check_with_state() 328 ret = mdp5_pipe_release(state->state, mdp5_state->hwpipe); 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()
|
Completed in 5 milliseconds