Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkdrm_display.c323 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()
H A Drkdrm_display.h77 int zpos_max; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c1561 int zpos_max = DPU_ZPOS_MAX; in dpu_plane_init() local
1624 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()