Searched refs:z_pos (Results 1 – 1 of 1) sorted by relevance
1146 int cnt = 0, rc = 0, mixer_width = 0, i, z_pos; in dpu_crtc_atomic_check() local1238 z_pos = -1; in dpu_crtc_atomic_check()1241 if (pstates[i].stage != z_pos) { in dpu_crtc_atomic_check()1244 z_pos = pstates[i].stage; in dpu_crtc_atomic_check()1248 if (z_pos >= DPU_STAGE_MAX - DPU_STAGE_0) { in dpu_crtc_atomic_check()1256 z_pos); in dpu_crtc_atomic_check()1265 z_pos); in dpu_crtc_atomic_check()1272 pstates[i].dpu_pstate->stage = z_pos + DPU_STAGE_0; in dpu_crtc_atomic_check()1273 DRM_DEBUG_ATOMIC("%s: zpos %d\n", dpu_crtc->name, z_pos); in dpu_crtc_atomic_check()
Completed in 9 milliseconds