Home
last modified time | relevance | path

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

/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(struct drm_device *dev,
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 struct mdp5_hw_pipe *mdp5_pipe_init(struct drm_device *dev, in mdp5_pipe_init()
158 struct mdp5_hw_pipe *hwpipe; in mdp5_pipe_init()
H A Dmdp5_kms.h28 struct mdp5_hw_pipe *hwpipes[SSPP_MAX];
97 struct mdp5_hw_pipe *hwpipe;
98 struct mdp5_hw_pipe *r_hwpipe; /* right hwpipe */
H A Dmdp5_smp.c276 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in write_smp_fifo_regs()
344 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in mdp5_smp_dump()