Searched refs:mdp5_pipe (Results 1 – 8 of 8) sorted by relevance
| /linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
| D | mdp5_smp.h | 42 int mdp5_smp_request(struct mdp5_smp *smp, enum mdp5_pipe pipe, 44 void mdp5_smp_configure(struct mdp5_smp *smp, enum mdp5_pipe pipe); 45 void mdp5_smp_commit(struct mdp5_smp *smp, enum mdp5_pipe pipe); 46 void mdp5_smp_release(struct mdp5_smp *smp, enum mdp5_pipe pipe);
|
| D | mdp5.xml.h | 66 enum mdp5_pipe { enum 540 static inline uint32_t __offset_PIPE(enum mdp5_pipe idx) in __offset_PIPE() 556 static inline uint32_t REG_MDP5_PIPE(enum mdp5_pipe i0) { return 0x00000000 + __offset_PIPE(i0); } in REG_MDP5_PIPE() 558 static inline uint32_t REG_MDP5_PIPE_OP_MODE(enum mdp5_pipe i0) { return 0x00000200 + __offset_PIPE… in REG_MDP5_PIPE_OP_MODE() 573 static inline uint32_t REG_MDP5_PIPE_HIST_CTL_BASE(enum mdp5_pipe i0) { return 0x000002c4 + __offse… in REG_MDP5_PIPE_HIST_CTL_BASE() 575 static inline uint32_t REG_MDP5_PIPE_HIST_LUT_BASE(enum mdp5_pipe i0) { return 0x000002f0 + __offse… in REG_MDP5_PIPE_HIST_LUT_BASE() 577 static inline uint32_t REG_MDP5_PIPE_HIST_LUT_SWAP(enum mdp5_pipe i0) { return 0x00000300 + __offse… in REG_MDP5_PIPE_HIST_LUT_SWAP() 579 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() 593 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() 607 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.c | 115 static inline u32 pipe2client(enum mdp5_pipe pipe, int plane) in pipe2client() 192 enum mdp5_pipe pipe, int nblks) in set_fifo_thresholds() 212 int mdp5_smp_request(struct mdp5_smp *smp, enum mdp5_pipe pipe, in mdp5_smp_request() 271 void mdp5_smp_release(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_release() 337 void mdp5_smp_configure(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_configure() 361 void mdp5_smp_commit(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_commit()
|
| D | mdp5_kms.h | 121 static inline const char *pipe2name(enum mdp5_pipe pipe) in pipe2name() 134 static inline int pipe2nclients(enum mdp5_pipe pipe) in pipe2nclients() 206 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane); 208 enum mdp5_pipe pipe, bool private_plane,
|
| D | mdp5_plane.c | 25 enum mdp5_pipe pipe; 392 enum mdp5_pipe pipe = mdp5_plane->pipe; in set_scanout_locked() 415 static void csc_disable(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe) in csc_disable() 424 static void csc_enable(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe, in csc_enable() 604 static void mdp5_write_pixel_ext(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe, in mdp5_write_pixel_ext() 675 enum mdp5_pipe pipe = mdp5_plane->pipe; in mdp5_plane_mode_set() 837 enum mdp5_pipe pipe = mdp5_plane->pipe; in mdp5_plane_complete_flip() 847 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane) in mdp5_plane_pipe() 866 enum mdp5_pipe pipe = mdp5_plane->pipe; in mdp5_plane_complete_commit() 876 enum mdp5_pipe pipe, bool private_plane, uint32_t reg_offset, in mdp5_plane_init()
|
| D | mdp5_ctl.h | 69 u32 mdp_ctl_flush_mask_pipe(enum mdp5_pipe pipe);
|
| D | mdp5_kms.c | 349 static const enum mdp5_pipe crtcs[] = { in modeset_init() 352 static const enum mdp5_pipe vig_planes[] = { in modeset_init() 355 static const enum mdp5_pipe dma_planes[] = { in modeset_init()
|
| D | mdp5_ctl.c | 315 static u32 mdp_ctl_blend_mask(enum mdp5_pipe pipe, in mdp_ctl_blend_mask() 333 static u32 mdp_ctl_blend_ext_mask(enum mdp5_pipe pipe, in mdp_ctl_blend_ext_mask() 412 u32 mdp_ctl_flush_mask_pipe(enum mdp5_pipe pipe) in mdp_ctl_flush_mask_pipe()
|