Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_plane.c1576 int zpos_max = DPU_ZPOS_MAX; in dpu_plane_init() local
1639 zpos_max = kms->catalog->mixer[0].sblk->maxblendstages - 1; in dpu_plane_init()
1640 if (zpos_max > DPU_STAGE_MAX - DPU_STAGE_0 - 1) in dpu_plane_init()
1641 zpos_max = DPU_STAGE_MAX - DPU_STAGE_0 - 1; in dpu_plane_init()
1644 ret = drm_plane_create_zpos_property(plane, 0, 0, zpos_max); in dpu_plane_init()

Completed in 7 milliseconds