Searched refs:zpos_max (Results 1 – 1 of 1) sorted by relevance
1463 int zpos_max = DPU_ZPOS_MAX; in dpu_plane_init() local1526 zpos_max = kms->catalog->mixer[0].sblk->maxblendstages - 1; in dpu_plane_init()1527 if (zpos_max > DPU_STAGE_MAX - DPU_STAGE_0 - 1) in dpu_plane_init()1528 zpos_max = DPU_STAGE_MAX - DPU_STAGE_0 - 1; in dpu_plane_init()1531 ret = drm_plane_create_zpos_property(plane, 0, 0, zpos_max); in dpu_plane_init()