Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_pipe.h11 #define SSPP_MAX (SSPP_CURSOR1 + 1) macro
33 struct drm_plane *hwpipe_to_plane[SSPP_MAX];
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];
Dmdp5_kms.h28 struct mdp5_hw_pipe *hwpipes[SSPP_MAX];
/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_top.h52 u8 sspp[SSPP_MAX];
Ddpu_hw_mdss.h125 SSPP_MAX enumerator
Ddpu_hw_ctl.c48 static const u32 fetch_tbl[SSPP_MAX] = {CTL_INVALID_BIT, 16, 17, 18, 19,
636 for (i = 0; i < SSPP_MAX; i++) { in dpu_hw_ctl_set_fetch_pipe_active()
Ddpu_crtc.c418 DECLARE_BITMAP(fetch_active, SSPP_MAX); in _dpu_crtc_blend_setup_mixer()
1147 const struct drm_plane_state *pipe_staged[SSPP_MAX]; in dpu_crtc_atomic_check()
1228 for (i = 1; i < SSPP_MAX; i++) { in dpu_crtc_atomic_check()
Ddpu_hw_sspp.c769 if ((sspp < SSPP_MAX) && catalog && addr && b) { in _sspp_offset()
Ddpu_kms.c87 for (i = SSPP_VIG0; i < SSPP_MAX; i++) in _dpu_danger_signal_status()