Home
last modified time | relevance | path

Searched refs:SSPP_MAX (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_pipe.h11 #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];
/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_top.h52 u8 sspp[SSPP_MAX];
H A Ddpu_rm.h38 struct dpu_hw_sspp *hw_sspp[SSPP_MAX - SSPP_NONE];
H A Ddpu_kms.h134 uint32_t sspp_to_crtc_id[SSPP_MAX - SSPP_NONE];
H A Ddpu_hw_ctl.c63 static const u32 fetch_tbl[SSPP_MAX] = {CTL_INVALID_BIT, 16, 17, 18, 19,
475 [SSPP_MAX] = { { -1 }, { -1 } },
707 for (i = 0; i < SSPP_MAX; i++) { in dpu_hw_ctl_set_fetch_pipe_active()
H A Ddpu_hw_mdss.h109 SSPP_MAX enumerator
H A Ddpu_kms.c91 for (i = SSPP_VIG0; i < SSPP_MAX; i++) in _dpu_danger_signal_status()
280 for (i = SSPP_NONE; i < SSPP_MAX; i++) { in dpu_debugfs_sspp_init()
H A Ddpu_crtc.c448 DECLARE_BITMAP(fetch_active, SSPP_MAX); in _dpu_crtc_blend_setup_mixer()