Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c168 exynos_crtc->ops->win_commit(exynos_crtc, exynos_plane->zpos); in exynos_update_plane()
180 exynos_plane->zpos); in exynos_disable_plane()
192 unsigned int zpos) in exynos_plane_attach_zpos_property() argument
208 drm_object_attach_property(&plane->base, prop, zpos); in exynos_plane_attach_zpos_property()
214 unsigned int zpos) in exynos_plane_init() argument
226 exynos_plane->zpos = zpos; in exynos_plane_init()
229 exynos_plane_attach_zpos_property(&exynos_plane->base, zpos); in exynos_plane_init()
Dexynos_drm_vidi.c467 unsigned int zpos; in vidi_bind() local
472 for (zpos = 0; zpos < WINDOWS_NR; zpos++) { in vidi_bind()
473 type = (zpos == ctx->default_win) ? DRM_PLANE_TYPE_PRIMARY : in vidi_bind()
475 ret = exynos_plane_init(drm_dev, &ctx->planes[zpos], in vidi_bind()
476 1 << ctx->pipe, type, zpos); in vidi_bind()
Dexynos_drm_drv.h103 unsigned int zpos; member
186 void (*win_commit)(struct exynos_drm_crtc *crtc, unsigned int zpos);
187 void (*win_disable)(struct exynos_drm_crtc *crtc, unsigned int zpos);
Dexynos7_drm_decon.c760 unsigned int zpos; in decon_bind() local
769 for (zpos = 0; zpos < WINDOWS_NR; zpos++) { in decon_bind()
770 type = (zpos == ctx->default_win) ? DRM_PLANE_TYPE_PRIMARY : in decon_bind()
772 ret = exynos_plane_init(drm_dev, &ctx->planes[zpos], in decon_bind()
773 1 << ctx->pipe, type, zpos); in decon_bind()
Dexynos_drm_plane.h26 unsigned int zpos);
Dexynos_drm_fimd.c1021 unsigned int zpos; in fimd_bind() local
1027 for (zpos = 0; zpos < WINDOWS_NR; zpos++) { in fimd_bind()
1028 type = (zpos == ctx->default_win) ? DRM_PLANE_TYPE_PRIMARY : in fimd_bind()
1030 ret = exynos_plane_init(drm_dev, &ctx->planes[zpos], in fimd_bind()
1031 1 << ctx->pipe, type, zpos); in fimd_bind()
Dexynos_mixer.c1203 unsigned int zpos; in mixer_bind() local
1210 for (zpos = 0; zpos < MIXER_WIN_NR; zpos++) { in mixer_bind()
1211 type = (zpos == MIXER_DEFAULT_WIN) ? DRM_PLANE_TYPE_PRIMARY : in mixer_bind()
1213 ret = exynos_plane_init(drm_dev, &ctx->planes[zpos], in mixer_bind()
1214 1 << ctx->pipe, type, zpos); in mixer_bind()
Dexynos_drm_crtc.c64 exynos_crtc->ops->win_commit(exynos_crtc, exynos_plane->zpos); in exynos_drm_crtc_commit()
/linux-4.1.27/drivers/gpu/drm/rcar-du/
Drcar_du_plane.c293 state->zpos = plane->type == DRM_PLANE_TYPE_PRIMARY ? 0 : 1; in rcar_du_plane_reset()
338 else if (property == rgrp->planes.zpos) in rcar_du_plane_atomic_set_property()
339 rstate->zpos = val; in rcar_du_plane_atomic_set_property()
359 else if (property == rgrp->planes.zpos) in rcar_du_plane_atomic_get_property()
360 *val = rstate->zpos; in rcar_du_plane_atomic_get_property()
417 planes->zpos = in rcar_du_planes_init()
419 if (planes->zpos == NULL) in rcar_du_planes_init()
456 planes->zpos, 1); in rcar_du_planes_init()
Drcar_du_plane.h46 struct drm_property *zpos; member
57 unsigned int zpos; member
Drcar_du_crtc.c198 return to_rcar_du_plane_state(plane->plane.state)->zpos; in plane_zpos()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.h80 int zpos; member
Dmdp5_plane.c110 mdp5_state->zpos = 0; in mdp5_plane_reset()
112 mdp5_state->zpos = 1 + drm_plane_index(plane); in mdp5_plane_reset()
Dmdp5_crtc.c311 return pa->state->zpos - pb->state->zpos; in pstate_cmp()