Searched refs:mdp5_pipe (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5.xml.h | 58 enum mdp5_pipe { enum 479 static inline uint32_t __offset_PIPE(enum mdp5_pipe idx) in __offset_PIPE() 495 static inline uint32_t REG_MDP5_PIPE(enum mdp5_pipe i0) { return 0x00000000 + __offset_PIPE(i0); } in REG_MDP5_PIPE() 497 static inline uint32_t REG_MDP5_PIPE_OP_MODE(enum mdp5_pipe i0) { return 0x00000200 + __offset_PIPE… in REG_MDP5_PIPE_OP_MODE() 512 static inline uint32_t REG_MDP5_PIPE_HIST_CTL_BASE(enum mdp5_pipe i0) { return 0x000002c4 + __offse… in REG_MDP5_PIPE_HIST_CTL_BASE() 514 static inline uint32_t REG_MDP5_PIPE_HIST_LUT_BASE(enum mdp5_pipe i0) { return 0x000002f0 + __offse… in REG_MDP5_PIPE_HIST_LUT_BASE() 516 static inline uint32_t REG_MDP5_PIPE_HIST_LUT_SWAP(enum mdp5_pipe i0) { return 0x00000300 + __offse… in REG_MDP5_PIPE_HIST_LUT_SWAP() 518 static inline uint32_t REG_MDP5_PIPE_CSC_1_MATRIX_COEFF_0(enum mdp5_pipe i0) { return 0x00000320 + … in REG_MDP5_PIPE_CSC_1_MATRIX_COEFF_0() 532 static inline uint32_t REG_MDP5_PIPE_CSC_1_MATRIX_COEFF_1(enum mdp5_pipe i0) { return 0x00000324 + … in REG_MDP5_PIPE_CSC_1_MATRIX_COEFF_1() 546 static inline uint32_t REG_MDP5_PIPE_CSC_1_MATRIX_COEFF_2(enum mdp5_pipe i0) { return 0x00000328 + … in REG_MDP5_PIPE_CSC_1_MATRIX_COEFF_2() [all …]
|
D | mdp5_smp.h | 41 int mdp5_smp_request(struct mdp5_smp *smp, enum mdp5_pipe pipe, u32 fmt, u32 width); 42 void mdp5_smp_configure(struct mdp5_smp *smp, enum mdp5_pipe pipe); 43 void mdp5_smp_commit(struct mdp5_smp *smp, enum mdp5_pipe pipe); 44 void mdp5_smp_release(struct mdp5_smp *smp, enum mdp5_pipe pipe);
|
D | mdp5_kms.h | 125 static inline const char *pipe2name(enum mdp5_pipe pipe) in pipe2name() 138 static inline int pipe2nclients(enum mdp5_pipe pipe) in pipe2nclients() 205 static inline bool pipe_supports_yuv(enum mdp5_pipe pipe) in pipe_supports_yuv() 219 uint32_t mdp5_get_formats(enum mdp5_pipe pipe, uint32_t *pixel_formats, in mdp5_get_formats() 230 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane); 232 enum mdp5_pipe pipe, bool private_plane, uint32_t reg_offset);
|
D | mdp5_smp.c | 88 static inline u32 pipe2client(enum mdp5_pipe pipe, int plane) in pipe2client() 162 enum mdp5_pipe pipe, int nblks) in set_fifo_thresholds() 182 int mdp5_smp_request(struct mdp5_smp *smp, enum mdp5_pipe pipe, u32 fmt, u32 width) in mdp5_smp_request() 224 void mdp5_smp_release(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_release() 267 void mdp5_smp_configure(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_configure() 283 void mdp5_smp_commit(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_commit()
|
D | mdp5_ctl.h | 50 static inline u32 mdp_ctl_blend_mask(enum mdp5_pipe pipe, in mdp_ctl_blend_mask() 86 u32 mdp_ctl_flush_mask_pipe(enum mdp5_pipe pipe);
|
D | mdp5_plane.c | 25 enum mdp5_pipe pipe; 63 enum mdp5_pipe pipe = mdp5_plane->pipe; in mdp5_plane_disable() 259 enum mdp5_pipe pipe = mdp5_plane->pipe; in set_scanout_locked() 282 static void csc_disable(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe) in csc_disable() 291 static void csc_enable(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe, in csc_enable() 440 enum mdp5_pipe pipe = mdp5_plane->pipe; in mdp5_plane_mode_set() 583 enum mdp5_pipe pipe = mdp5_plane->pipe; in mdp5_plane_complete_flip() 592 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane) in mdp5_plane_pipe() 607 enum mdp5_pipe pipe, bool private_plane, uint32_t reg_offset) in mdp5_plane_init()
|
D | mdp5_kms.c | 307 static const enum mdp5_pipe crtcs[] = { in modeset_init() 310 static const enum mdp5_pipe pub_planes[] = { in modeset_init()
|
D | mdp5_ctl.c | 340 u32 mdp_ctl_flush_mask_pipe(enum mdp5_pipe pipe) in mdp_ctl_flush_mask_pipe()
|