Searched refs:mdp5_hw_pipe (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.h | 14 struct mdp5_hw_pipe { struct 38 struct mdp5_hw_pipe **hwpipe, 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 D | mdp5_pipe.c | 11 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 D | mdp5_kms.h | 28 struct mdp5_hw_pipe *hwpipes[SSPP_MAX]; 98 struct mdp5_hw_pipe *hwpipe; 99 struct mdp5_hw_pipe *r_hwpipe; /* right hwpipe */
|
H A D | mdp5_plane.c | 367 struct mdp5_hw_pipe *old_hwpipe = mdp5_state->hwpipe; in mdp5_plane_atomic_check_with_state() 368 struct mdp5_hw_pipe *old_right_hwpipe = in mdp5_plane_atomic_check_with_state() 370 struct mdp5_hw_pipe *new_hwpipe = NULL; in mdp5_plane_atomic_check_with_state() 371 struct mdp5_hw_pipe *new_right_hwpipe = NULL; in mdp5_plane_atomic_check_with_state() 831 struct mdp5_hw_pipe *hwpipe, in mdp5_hwpipe_mode_set() 932 struct mdp5_hw_pipe *hwpipe = to_mdp5_plane_state(pstate)->hwpipe; in mdp5_plane_mode_set() 935 struct mdp5_hw_pipe *right_hwpipe; in mdp5_plane_mode_set()
|
H A D | mdp5_smp.c | 276 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 D | mdp5_kms.c | 492 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in modeset_init() 705 struct mdp5_hw_pipe *hwpipe; in construct_pipes()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.h | 14 struct mdp5_hw_pipe { struct 38 struct mdp5_hw_pipe **hwpipe, 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 D | mdp5_pipe.c | 11 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 D | mdp5_kms.h | 28 struct mdp5_hw_pipe *hwpipes[SSPP_MAX]; 98 struct mdp5_hw_pipe *hwpipe; 99 struct mdp5_hw_pipe *r_hwpipe; /* right hwpipe */
|
H A D | mdp5_plane.c | 290 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 D | mdp5_smp.c | 276 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 D | mdp5_kms.c | 467 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in modeset_init() 666 struct mdp5_hw_pipe *hwpipe; in construct_pipes()
|
Completed in 9 milliseconds