| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_blend.c | 363 unsigned int zpos, in drm_plane_create_zpos_property() argument 372 drm_object_attach_property(&plane->base, prop, zpos); in drm_plane_create_zpos_property() 377 plane->state->zpos = zpos; in drm_plane_create_zpos_property() 378 plane->state->normalized_zpos = zpos; in drm_plane_create_zpos_property() 402 unsigned int zpos) in drm_plane_create_zpos_immutable_property() argument 407 "zpos", zpos, zpos); in drm_plane_create_zpos_immutable_property() 411 drm_object_attach_property(&plane->base, prop, zpos); in drm_plane_create_zpos_immutable_property() 416 plane->state->zpos = zpos; in drm_plane_create_zpos_immutable_property() 417 plane->state->normalized_zpos = zpos; in drm_plane_create_zpos_immutable_property() 429 if (sa->zpos != sb->zpos) in drm_atomic_state_zpos_cmp() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0008-kmssink-Support-setting-plane-zpos.patch | 4 Subject: [PATCH 08/41] kmssink: Support setting plane zpos 6 Set env KMSSINK_PLANE_ZPOS to specify plane zpos. 7 Set env KMSSINK_PLANE_ON_TOP to set max zpos. 8 Set env KMSSINK_PLANE_ON_BOTTOM to set min zpos. 10 Default zpos is max. 32 + guint64 min, max, zpos; 69 + zpos = self->saved_zpos; 71 + zpos = min + 1; 75 + zpos = atoi (buf); 77 + zpos = max; [all …]
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0008-kmssink-Support-setting-plane-zpos.patch | 4 Subject: [PATCH 08/43] kmssink: Support setting plane zpos 6 Set env KMSSINK_PLANE_ZPOS to specify plane zpos. 7 Set env KMSSINK_PLANE_ON_TOP to set max zpos. 8 Set env KMSSINK_PLANE_ON_BOTTOM to set min zpos. 10 Default zpos is max. 32 + guint64 min, max, zpos; 69 + zpos = self->saved_zpos; 71 + zpos = min + 1; 75 + zpos = atoi (buf); 77 + zpos = max; [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0008-kmssink-Support-setting-plane-zpos.patch | 4 Subject: [PATCH 08/33] kmssink: Support setting plane zpos 6 Set env KMSSINK_PLANE_ZPOS to specify plane zpos. 7 Set env KMSSINK_PLANE_ON_TOP to set max zpos. 8 Set env KMSSINK_PLANE_ON_BOTTOM to set min zpos. 10 Default zpos is max. 32 + guint64 min, max, zpos; 69 + zpos = self->saved_zpos; 71 + zpos = min + 1; 75 + zpos = atoi (buf); 77 + zpos = max; [all …]
|
| /OK3568_Linux_fs/buildroot/package/efl/ |
| H A D | 0008-ecore_drm2-Ignore-other-primary-planes-and-support-Z.patch | 23 + else if (!strcasecmp(prop->name, "zpos")) 25 + pstate->zpos.id = prop->prop_id; 26 + pstate->zpos.value = oprops->prop_values[i]; 40 + pstate->zpos.id, pstate->zpos.value); 65 + pstate->zpos.value = 0; 79 + Ecore_Drm2_Atomic_Property zpos;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun8i_ui_layer.c | 27 int overlay, bool enable, unsigned int zpos, in sun8i_ui_layer_enable() argument 47 if (!enable || zpos != old_zpos) { in sun8i_ui_layer_enable() 60 val = SUN8I_MIXER_BLEND_PIPE_CTL_EN(zpos); in sun8i_ui_layer_enable() 66 val = channel << SUN8I_MIXER_BLEND_ROUTE_PIPE_SHIFT(zpos); in sun8i_ui_layer_enable() 70 SUN8I_MIXER_BLEND_ROUTE_PIPE_MSK(zpos), in sun8i_ui_layer_enable() 77 unsigned int zpos) in sun8i_ui_layer_update_coord() argument 164 SUN8I_MIXER_BLEND_ATTR_COORD(bld_base, zpos), in sun8i_ui_layer_update_coord() 167 SUN8I_MIXER_BLEND_ATTR_INSIZE(bld_base, zpos), in sun8i_ui_layer_update_coord() 281 unsigned int zpos = plane->state->normalized_zpos; in sun8i_ui_layer_atomic_update() local 292 layer->overlay, plane, zpos); in sun8i_ui_layer_atomic_update() [all …]
|
| H A D | sun8i_vi_layer.c | 21 int overlay, bool enable, unsigned int zpos, in sun8i_vi_layer_enable() argument 41 if (!enable || zpos != old_zpos) { in sun8i_vi_layer_enable() 54 val = SUN8I_MIXER_BLEND_PIPE_CTL_EN(zpos); in sun8i_vi_layer_enable() 60 val = channel << SUN8I_MIXER_BLEND_ROUTE_PIPE_SHIFT(zpos); in sun8i_vi_layer_enable() 64 SUN8I_MIXER_BLEND_ROUTE_PIPE_MSK(zpos), in sun8i_vi_layer_enable() 71 unsigned int zpos) in sun8i_vi_layer_update_coord() argument 205 SUN8I_MIXER_BLEND_ATTR_COORD(bld_base, zpos), in sun8i_vi_layer_update_coord() 208 SUN8I_MIXER_BLEND_ATTR_INSIZE(bld_base, zpos), in sun8i_vi_layer_update_coord() 384 unsigned int zpos = plane->state->normalized_zpos; in sun8i_vi_layer_atomic_update() local 395 layer->overlay, plane, zpos); in sun8i_vi_layer_atomic_update() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_kms.c | 108 if (!last || (new->base.zpos > last->base.zpos)) { in komeda_plane_state_list_add() 115 if (new->base.zpos < node->base.zpos) { in komeda_plane_state_list_add() 118 } else if (node->base.zpos == new->base.zpos) { in komeda_plane_state_list_add() 126 a->name, b->name, node->base.zpos); in komeda_plane_state_list_add() 181 plane_st->zpos, plane_st->normalized_zpos); in komeda_crtc_normalize_zpos()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/ |
| H A D | sti_plane.c | 118 plane->state->zpos = sti_plane_get_default_zpos(plane->type); in sti_plane_reset() 124 int zpos = sti_plane_get_default_zpos(type); in sti_plane_attach_zorder_property() local 129 drm_plane_create_zpos_property(drm_plane, zpos, 0, 6); in sti_plane_attach_zorder_property() 132 drm_plane_create_zpos_immutable_property(drm_plane, zpos); in sti_plane_attach_zorder_property()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_plane.c | 138 plane->state->zpos = exynos_plane->config->zpos; in exynos_drm_plane_reset() 286 int zpos, bool immutable) in exynos_plane_attach_zpos_property() argument 289 drm_plane_create_zpos_immutable_property(plane, zpos); in exynos_plane_attach_zpos_property() 291 drm_plane_create_zpos_property(plane, zpos, 0, MAX_PLANE - 1); in exynos_plane_attach_zpos_property() 320 exynos_plane_attach_zpos_property(&exynos_plane->base, config->zpos, in exynos_plane_init()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qdoublevector3d_p.h | 68 Q_DECL_CONSTEXPR inline QDoubleVector3D(double xpos, double ypos, double zpos); 70 Q_DECL_CONSTEXPR inline QDoubleVector3D(const QDoubleVector2D &vector, double zpos); 137 …eVector3D::QDoubleVector3D(double xpos, double ypos, double zpos) : xp(xpos), yp(ypos), zp(zpos) {} in QDoubleVector3D() argument 142 Q_DECL_CONSTEXPR inline QDoubleVector3D::QDoubleVector3D(const QDoubleVector2D &v, double zpos) in QDoubleVector3D() argument 143 : xp(v.xp), yp(v.yp), zp(zpos) {} in QDoubleVector3D()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_blend.h | 53 unsigned int zpos, 56 unsigned int zpos);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_plane.c | 93 plane->state->zpos = plane->type == DRM_PLANE_TYPE_PRIMARY in omap_plane_atomic_disable() 190 plane->state->zpos = plane->type == DRM_PLANE_TYPE_PRIMARY in omap_plane_reset() 202 state->zpos = val; in omap_plane_atomic_set_property() 217 *val = state->zpos; in omap_plane_atomic_get_property()
|
| H A D | omap_crtc.c | 25 unsigned int zpos; member 590 omap_crtc_state->zpos = pri_state->zpos; in omap_crtc_atomic_check() 674 plane_state->zpos = val; in omap_crtc_atomic_set_property() 692 *val = omap_state->zpos; in omap_crtc_atomic_get_property() 729 state->zpos = current_state->zpos; in omap_crtc_duplicate_state()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/ |
| H A D | rcar_du_vsp.c | 71 .zpos = 0, in rcar_du_vsp_enable() 159 .zpos = state->state.zpos, in rcar_du_vsp_plane_setup() 332 state->state.zpos = plane->type == DRM_PLANE_TYPE_PRIMARY ? 0 : 1; in rcar_du_vsp_plane_reset()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-plane.c | 364 unsigned int zpos) in dcss_plane_init() argument 370 if (zpos > 2) in dcss_plane_init() 394 ret = drm_plane_create_zpos_immutable_property(&dcss_plane->base, zpos); in dcss_plane_init() 407 dcss_plane->ch_num = zpos; in dcss_plane_init()
|
| H A D | dcss-kms.h | 42 unsigned int zpos);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/ |
| H A D | ipuv3-plane.c | 277 unsigned int zpos = (plane->type == DRM_PLANE_TYPE_PRIMARY) ? 0 : 1; in ipu_plane_state_reset() local 291 ipu_state->base.zpos = zpos; in ipu_plane_state_reset() 292 ipu_state->base.normalized_zpos = zpos; in ipu_plane_state_reset() 831 unsigned int zpos = (type == DRM_PLANE_TYPE_PRIMARY) ? 0 : 1; in ipu_plane_init() local 863 drm_plane_create_zpos_property(&ipu_plane->base, zpos, 0, 1); in ipu_plane_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/ |
| H A D | vsp1_drm.h | 63 unsigned int zpos; member
|
| H A D | vsp1_drm.c | 363 return vsp1->drm->inputs[rpf->entity.index].zpos; in rpf_zpos() 838 &cfg->mem[2], cfg->zpos); in vsp1_du_atomic_update() 857 vsp1->drm->inputs[rpf_index].zpos = cfg->zpos; in vsp1_du_atomic_update()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkdrm_display.h | 72 int zpos; member
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | vsp1.h | 62 unsigned int zpos; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_plane.c | 90 INSTALL_RANGE_PROPERTY(zpos, ZPOS, 1, 255, 1); in mdp5_plane_install_properties() 118 SET_PROPERTY(zpos, ZPOS, uint8_t); in mdp5_plane_atomic_set_property() 146 GET_PROPERTY(zpos, ZPOS, uint8_t); in mdp5_plane_atomic_get_property() 169 drm_printf(p, "\tzpos=%u\n", pstate->zpos); in mdp5_plane_atomic_print_state() 192 mdp5_state->zpos = STAGE_BASE; in mdp5_plane_reset() 194 mdp5_state->zpos = STAGE0 + drm_plane_index(plane); in mdp5_plane_reset()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.c | 292 int zpos; member 350 int zpos; member 453 uint8_t zpos; member 4800 vpstate->zpos = state->zpos; in vop2_plane_atomic_check() 5646 vpstate->base.zpos = win->zpos; in vop2_atomic_plane_reset() 6243 DEBUG_PRINT("\tzpos: %d\n", vpstate->zpos); in vop2_plane_info_dump() 7621 const struct vop2_zpos *zpos; in vop3_setup_pipe_dly() local 7680 zpos = &vop2_zpos[i]; in vop3_setup_pipe_dly() 7681 win = vop2_find_win_by_phys_id(vop2, zpos->win_phys_id); in vop3_setup_pipe_dly() 8177 if (pa->zpos != pb->zpos) in vop2_zpos_cmp() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0047-Support-sw-cursor-config.patch | 48 /* 'compute' faked zpos values in case HW doesn't expose any */
|