Searched refs:mdp5_pipe (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_ctl.h | 55 enum mdp5_pipe stage[][MAX_PIPE_STAGE], 56 enum mdp5_pipe r_stage[][MAX_PIPE_STAGE], 66 u32 mdp_ctl_flush_mask_pipe(enum mdp5_pipe pipe);
|
H A D | mdp5_kms.h | 15 #include "mdp5_pipe.h" 195 static inline const char *pipe2name(enum mdp5_pipe pipe) in pipe2name() 209 static inline int pipe2nclients(enum mdp5_pipe pipe) in pipe2nclients() 275 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane); 276 enum mdp5_pipe mdp5_plane_right_pipe(struct drm_plane *plane);
|
H A D | mdp5_ctl.c | 289 static u32 mdp_ctl_blend_mask(enum mdp5_pipe pipe, in mdp_ctl_blend_mask() 309 static u32 mdp_ctl_blend_ext_mask(enum mdp5_pipe pipe, in mdp_ctl_blend_ext_mask() 351 enum mdp5_pipe stage[][MAX_PIPE_STAGE], in mdp5_ctl_blend() 352 enum mdp5_pipe r_stage[][MAX_PIPE_STAGE], in mdp5_ctl_blend() 441 u32 mdp_ctl_flush_mask_pipe(enum mdp5_pipe pipe) in mdp_ctl_flush_mask_pipe()
|
H A D | mdp5_plane.c | 463 enum mdp5_pipe pipe, in set_scanout_locked() 485 static void csc_disable(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe) in csc_disable() 494 static void csc_enable(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe, in csc_enable() 670 static void mdp5_write_pixel_ext(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe, in mdp5_write_pixel_ext() 755 enum mdp5_pipe pipe = hwpipe->pipe; in mdp5_hwpipe_mode_set() 847 enum mdp5_pipe pipe = hwpipe->pipe; in mdp5_plane_mode_set() 956 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane) in mdp5_plane_pipe() 966 enum mdp5_pipe mdp5_plane_right_pipe(struct drm_plane *plane) in mdp5_plane_right_pipe()
|
H A D | mdp5_kms.c | 578 const enum mdp5_pipe *pipes, const uint32_t *offsets, in construct_pipes() 603 static const enum mdp5_pipe rgb_planes[] = { in hwpipe_init() 606 static const enum mdp5_pipe vig_planes[] = { in hwpipe_init() 609 static const enum mdp5_pipe dma_planes[] = { in hwpipe_init() 612 static const enum mdp5_pipe cursor_planes[] = { in hwpipe_init()
|
H A D | mdp5_crtc.c | 227 enum mdp5_pipe stage[STAGE_MAX + 1][MAX_PIPE_STAGE] = { { SSPP_NONE } }; in blend_setup() 228 enum mdp5_pipe r_stage[STAGE_MAX + 1][MAX_PIPE_STAGE] = { { SSPP_NONE } }; in blend_setup() 244 enum mdp5_pipe right_pipe; in blend_setup()
|