zpos_max         1463 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c 	int zpos_max = DPU_ZPOS_MAX;
zpos_max         1526 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c 		zpos_max = kms->catalog->mixer[0].sblk->maxblendstages - 1;
zpos_max         1527 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c 		if (zpos_max > DPU_STAGE_MAX - DPU_STAGE_0 - 1)
zpos_max         1528 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c 			zpos_max = DPU_STAGE_MAX - DPU_STAGE_0 - 1;
zpos_max         1531 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c 	ret = drm_plane_create_zpos_property(plane, 0, 0, zpos_max);