Home
last modified time | relevance | path

Searched refs:mdp5_pipe (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5.xml.h74 enum mdp5_pipe { enum
546 static inline uint32_t __offset_PIPE(enum mdp5_pipe idx) in __offset_PIPE()
565 static inline uint32_t REG_MDP5_PIPE(enum mdp5_pipe i0) { return 0x00000000 + __offset_PIPE(i0); } in REG_MDP5_PIPE()
567 static inline uint32_t REG_MDP5_PIPE_OP_MODE(enum mdp5_pipe i0) { return 0x00000200 + __offset_PIPE… in REG_MDP5_PIPE_OP_MODE()
582 static inline uint32_t REG_MDP5_PIPE_HIST_CTL_BASE(enum mdp5_pipe i0) { return 0x000002c4 + __offse… in REG_MDP5_PIPE_HIST_CTL_BASE()
584 static inline uint32_t REG_MDP5_PIPE_HIST_LUT_BASE(enum mdp5_pipe i0) { return 0x000002f0 + __offse… in REG_MDP5_PIPE_HIST_LUT_BASE()
586 static inline uint32_t REG_MDP5_PIPE_HIST_LUT_SWAP(enum mdp5_pipe i0) { return 0x00000300 + __offse… in REG_MDP5_PIPE_HIST_LUT_SWAP()
588 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()
602 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()
616 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 …]
Dmdp5_ctl.h56 enum mdp5_pipe stage[][MAX_PIPE_STAGE],
57 enum mdp5_pipe r_stage[][MAX_PIPE_STAGE],
67 u32 mdp_ctl_flush_mask_pipe(enum mdp5_pipe pipe);
Dmdp5_smp.c39 static inline u32 pipe2client(enum mdp5_pipe pipe, int plane) in pipe2client()
97 enum mdp5_pipe pipe, int nblks) in set_fifo_thresholds()
165 enum mdp5_pipe pipe, uint32_t blkcfg) in mdp5_smp_assign()
196 enum mdp5_pipe pipe) in mdp5_smp_release()
277 enum mdp5_pipe pipe = hwpipe->pipe; in write_smp_fifo_regs()
290 enum mdp5_pipe pipe; in mdp5_smp_prepare_commit()
316 enum mdp5_pipe pipe; in mdp5_smp_complete_commit()
351 enum mdp5_pipe pipe = hwpipe->pipe; in mdp5_smp_dump()
Dmdp5_pipe.h18 enum mdp5_pipe pipe;
42 struct mdp5_hw_pipe *mdp5_pipe_init(enum mdp5_pipe pipe,
Dmdp5_smp.h80 enum mdp5_pipe pipe, uint32_t blkcfg);
82 enum mdp5_pipe pipe);
Dmdp5_kms.h196 static inline const char *pipe2name(enum mdp5_pipe pipe) in pipe2name()
210 static inline int pipe2nclients(enum mdp5_pipe pipe) in pipe2nclients()
276 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane);
277 enum mdp5_pipe mdp5_plane_right_pipe(struct drm_plane *plane);
Dmdp5_ctl.c288 static u32 mdp_ctl_blend_mask(enum mdp5_pipe pipe, in mdp_ctl_blend_mask()
308 static u32 mdp_ctl_blend_ext_mask(enum mdp5_pipe pipe, in mdp_ctl_blend_ext_mask()
350 enum mdp5_pipe stage[][MAX_PIPE_STAGE], in mdp5_ctl_blend()
351 enum mdp5_pipe r_stage[][MAX_PIPE_STAGE], in mdp5_ctl_blend()
440 u32 mdp_ctl_flush_mask_pipe(enum mdp5_pipe pipe) in mdp_ctl_flush_mask_pipe()
Dmdp5_plane.c481 enum mdp5_pipe pipe, in set_scanout_locked()
505 static void csc_disable(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe) in csc_disable()
514 static void csc_enable(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe, in csc_enable()
690 static void mdp5_write_pixel_ext(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe, in mdp5_write_pixel_ext()
775 enum mdp5_pipe pipe = hwpipe->pipe; in mdp5_hwpipe_mode_set()
866 enum mdp5_pipe pipe = hwpipe->pipe; in mdp5_plane_mode_set()
975 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane) in mdp5_plane_pipe()
985 enum mdp5_pipe mdp5_plane_right_pipe(struct drm_plane *plane) in mdp5_plane_right_pipe()
Dmdp5_kms.c658 const enum mdp5_pipe *pipes, const uint32_t *offsets, in construct_pipes()
683 static const enum mdp5_pipe rgb_planes[] = { in hwpipe_init()
686 static const enum mdp5_pipe vig_planes[] = { in hwpipe_init()
689 static const enum mdp5_pipe dma_planes[] = { in hwpipe_init()
692 static const enum mdp5_pipe cursor_planes[] = { in hwpipe_init()
Dmdp5_pipe.c159 struct mdp5_hw_pipe *mdp5_pipe_init(enum mdp5_pipe pipe, in mdp5_pipe_init()
Dmdp5_crtc.c229 enum mdp5_pipe stage[STAGE_MAX + 1][MAX_PIPE_STAGE] = { { SSPP_NONE } }; in blend_setup()
230 enum mdp5_pipe r_stage[STAGE_MAX + 1][MAX_PIPE_STAGE] = { { SSPP_NONE } }; in blend_setup()
246 enum mdp5_pipe right_pipe; in blend_setup()
/Linux-v6.1/drivers/gpu/drm/msm/
DMakefile52 disp/mdp5/mdp5_pipe.o \