Home
last modified time | relevance | path

Searched refs:SSPP_MAX (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_pipe.h10 /* TODO: Add SSPP_MAX in mdp5.xml.h */
11 #define SSPP_MAX (SSPP_CURSOR1 + 1) macro
33 struct drm_plane *hwpipe_to_plane[SSPP_MAX];
H A Dmdp5_smp.c26 u32 pipe_reqprio_fifo_wm0[SSPP_MAX];
27 u32 pipe_reqprio_fifo_wm1[SSPP_MAX];
28 u32 pipe_reqprio_fifo_wm2[SSPP_MAX];
H A Dmdp5_kms.h28 struct mdp5_hw_pipe *hwpipes[SSPP_MAX];
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_pipe.h10 /* TODO: Add SSPP_MAX in mdp5.xml.h */
11 #define SSPP_MAX (SSPP_CURSOR1 + 1) macro
33 struct drm_plane *hwpipe_to_plane[SSPP_MAX];
H A Dmdp5_smp.c26 u32 pipe_reqprio_fifo_wm0[SSPP_MAX];
27 u32 pipe_reqprio_fifo_wm1[SSPP_MAX];
28 u32 pipe_reqprio_fifo_wm2[SSPP_MAX];
H A Dmdp5_kms.h28 struct mdp5_hw_pipe *hwpipes[SSPP_MAX];
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_top.h53 u8 sspp[SSPP_MAX];
H A Ddpu_hw_mdss.h123 SSPP_MAX enumerator
H A Ddpu_crtc.c832 const struct drm_plane_state *pipe_staged[SSPP_MAX]; in dpu_crtc_atomic_check()
906 for (i = 1; i < SSPP_MAX; i++) { in dpu_crtc_atomic_check()
H A Ddpu_hw_sspp.c694 if ((sspp < SSPP_MAX) && catalog && addr && b) { in _sspp_offset()
H A Ddpu_kms.c82 for (i = SSPP_VIG0; i < SSPP_MAX; i++) in _dpu_danger_signal_status()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_top.h52 u8 sspp[SSPP_MAX];
H A Ddpu_rm.h35 struct dpu_hw_sspp *hw_sspp[SSPP_MAX - SSPP_NONE];
H A Ddpu_hw_ctl.c52 static const u32 fetch_tbl[SSPP_MAX] = {CTL_INVALID_BIT, 16, 17, 18, 19,
424 [SSPP_MAX] = { { -1 }, { -1 } },
630 for (i = 0; i < SSPP_MAX; i++) { in dpu_hw_ctl_set_fetch_pipe_active()
H A Ddpu_hw_mdss.h122 SSPP_MAX enumerator
H A Ddpu_kms.c88 for (i = SSPP_VIG0; i < SSPP_MAX; i++) in _dpu_danger_signal_status()
262 for (i = SSPP_NONE; i < SSPP_MAX; i++) { in dpu_debugfs_sspp_init()
H A Ddpu_crtc.c459 DECLARE_BITMAP(fetch_active, SSPP_MAX); in _dpu_crtc_blend_setup_mixer()

Completed in 16 milliseconds