Home
last modified time | relevance | path

Searched refs:DPU_STAGE_0 (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_lm.c43 return sblk->blendstage_base[stage - DPU_STAGE_0]; in _stage_offset()
H A Ddpu_hw_mdss.h146 DPU_STAGE_0, enumerator
H A Ddpu_plane.c831 pstate->stage = DPU_STAGE_0 + pstate->base.normalized_zpos; in dpu_plane_atomic_check()
834 pdpu->catalog->caps->max_mixer_blendstages - DPU_STAGE_0); in dpu_plane_atomic_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_mdss.h147 DPU_STAGE_0, enumerator
H A Ddpu_hw_lm.c58 return sblk->blendstage_base[stage - DPU_STAGE_0]; in _stage_offset()
H A Ddpu_crtc.c930 if (z_pos >= DPU_STAGE_MAX - DPU_STAGE_0) { in dpu_crtc_atomic_check()
932 DPU_STAGE_MAX - DPU_STAGE_0); in dpu_crtc_atomic_check()
954 pstates[i].dpu_pstate->stage = z_pos + DPU_STAGE_0; in dpu_crtc_atomic_check()
H A Ddpu_plane.c1625 if (zpos_max > DPU_STAGE_MAX - DPU_STAGE_0 - 1) in dpu_plane_init()
1626 zpos_max = DPU_STAGE_MAX - DPU_STAGE_0 - 1; in dpu_plane_init()

Completed in 10 milliseconds