Searched refs:zpos_max (Results 1 – 1 of 1) sorted by relevance
1561 int zpos_max = DPU_ZPOS_MAX; in dpu_plane_init() local1624 zpos_max = kms->catalog->mixer[0].sblk->maxblendstages - 1; in dpu_plane_init()1625 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()1629 ret = drm_plane_create_zpos_property(plane, 0, 0, zpos_max); in dpu_plane_init()