Searched refs:zpos_max (Results 1 – 3 of 3) sorted by relevance
323 pp->zpos_max = INT_MAX; in drmFillPlaneProp()348 pp->zpos_max = prop->values[1]; in drmFillPlaneProp()629 plane_zpos = dev->plane_primary.zpos_max; in drmCommit()633 plane_zpos = dev->plane_overlay.zpos_max; in drmCommit()
77 int zpos_max; member
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()