Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.c1143 int cnt = 0, rc = 0, mixer_width = 0, i, z_pos; in dpu_crtc_atomic_check() local
1233 z_pos = -1; in dpu_crtc_atomic_check()
1236 if (pstates[i].stage != z_pos) { in dpu_crtc_atomic_check()
1239 z_pos = pstates[i].stage; in dpu_crtc_atomic_check()
1243 if (z_pos >= DPU_STAGE_MAX - DPU_STAGE_0) { in dpu_crtc_atomic_check()
1251 z_pos); in dpu_crtc_atomic_check()
1260 z_pos); in dpu_crtc_atomic_check()
1267 pstates[i].dpu_pstate->stage = z_pos + DPU_STAGE_0; in dpu_crtc_atomic_check()
1268 DRM_DEBUG_ATOMIC("%s: zpos %d\n", dpu_crtc->name, z_pos); in dpu_crtc_atomic_check()