Home
last modified time | relevance | path

Searched refs:zpos_max (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_plane.c1463 int zpos_max = DPU_ZPOS_MAX; in dpu_plane_init() local
1526 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()