Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_pipe.h14 struct mdp5_hw_pipe { struct
38 struct mdp5_hw_pipe **hwpipe, argument
39 struct mdp5_hw_pipe **r_hwpipe);
40 int 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);
H A 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 int mdp5_pipe_release(struct drm_atomic_state *s, struct mdp5_hw_pipe *hwpipe) in mdp5_pipe_release()
154 void mdp5_pipe_destroy(struct mdp5_hw_pipe *hwpipe) in mdp5_pipe_destroy()
159 struct mdp5_hw_pipe *mdp5_pipe_init(enum mdp5_pipe pipe, in mdp5_pipe_init()
162 struct mdp5_hw_pipe *hwpipe; in mdp5_pipe_init()
H A Dmdp5_kms.h28 struct mdp5_hw_pipe *hwpipes[SSPP_MAX];
98 struct mdp5_hw_pipe *hwpipe;
99 struct mdp5_hw_pipe *r_hwpipe; /* right hwpipe */
H A Dmdp5_plane.c290 struct mdp5_hw_pipe *old_hwpipe = mdp5_state->hwpipe; in mdp5_plane_atomic_check_with_state()
291 struct mdp5_hw_pipe *old_right_hwpipe = in mdp5_plane_atomic_check_with_state()
293 struct mdp5_hw_pipe *new_hwpipe = NULL; in mdp5_plane_atomic_check_with_state()
294 struct mdp5_hw_pipe *new_right_hwpipe = NULL; in mdp5_plane_atomic_check_with_state()
762 struct mdp5_hw_pipe *hwpipe, in mdp5_hwpipe_mode_set()
863 struct mdp5_hw_pipe *hwpipe = to_mdp5_plane_state(pstate)->hwpipe; in mdp5_plane_mode_set()
866 struct mdp5_hw_pipe *right_hwpipe; in mdp5_plane_mode_set()
H A Dmdp5_smp.c276 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in write_smp_fifo_regs()
349 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in mdp5_smp_dump()
H A Dmdp5_kms.c467 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in modeset_init()
666 struct mdp5_hw_pipe *hwpipe; in construct_pipes()