Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_pipe.h14 struct mdp5_hw_pipe { struct
38 struct mdp5_hw_pipe **hwpipe, argument
39 struct mdp5_hw_pipe **r_hwpipe);
40 void mdp5_pipe_release(struct drm_atomic_state *s, struct mdp5_hw_pipe *hwpipe);
42 struct mdp5_hw_pipe *mdp5_pipe_init(enum mdp5_pipe pipe,
44 void mdp5_pipe_destroy(struct mdp5_hw_pipe *hwpipe);
Dmdp5_pipe.c11 struct mdp5_hw_pipe **hwpipe, in mdp5_pipe_assign()
12 struct mdp5_hw_pipe **r_hwpipe) in mdp5_pipe_assign()
31 struct mdp5_hw_pipe *cur = mdp5_kms->hwpipes[i]; in mdp5_pipe_assign()
66 struct mdp5_hw_pipe *r_cur = in mdp5_pipe_assign()
122 void mdp5_pipe_release(struct drm_atomic_state *s, struct mdp5_hw_pipe *hwpipe) in mdp5_pipe_release()
146 void mdp5_pipe_destroy(struct mdp5_hw_pipe *hwpipe) in mdp5_pipe_destroy()
151 struct mdp5_hw_pipe *mdp5_pipe_init(enum mdp5_pipe pipe, in mdp5_pipe_init()
154 struct mdp5_hw_pipe *hwpipe; in mdp5_pipe_init()
Dmdp5_kms.h28 struct mdp5_hw_pipe *hwpipes[SSPP_MAX];
96 struct mdp5_hw_pipe *hwpipe;
97 struct mdp5_hw_pipe *r_hwpipe; /* right hwpipe */
Dmdp5_plane.c365 struct mdp5_hw_pipe *old_hwpipe = mdp5_state->hwpipe; in mdp5_plane_atomic_check_with_state()
366 struct mdp5_hw_pipe *old_right_hwpipe = in mdp5_plane_atomic_check_with_state()
368 struct mdp5_hw_pipe *new_hwpipe = NULL; in mdp5_plane_atomic_check_with_state()
369 struct mdp5_hw_pipe *new_right_hwpipe = NULL; in mdp5_plane_atomic_check_with_state()
817 struct mdp5_hw_pipe *hwpipe, in mdp5_hwpipe_mode_set()
918 struct mdp5_hw_pipe *hwpipe = to_mdp5_plane_state(pstate)->hwpipe; in mdp5_plane_mode_set()
921 struct mdp5_hw_pipe *right_hwpipe; in mdp5_plane_mode_set()
Dmdp5_smp.c278 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in write_smp_fifo_regs()
351 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in mdp5_smp_dump()
Dmdp5_kms.c500 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in modeset_init()
809 struct mdp5_hw_pipe *hwpipe; in construct_pipes()