/Linux-v5.10/drivers/gpu/drm/ |
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 …]
|
/Linux-v5.10/drivers/gpu/drm/sun4i/ |
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 …]
|
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 …]
|
D | sun4i_layer.c | 35 plane->state->zpos = layer->id; in sun4i_backend_layer_reset()
|
/Linux-v5.10/drivers/gpu/drm/arm/display/komeda/ |
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()
|
D | komeda_plane.c | 150 state->base.zpos = kplane->layer->base.id; in komeda_plane_reset()
|
/Linux-v5.10/drivers/gpu/drm/sti/ |
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()
|
/Linux-v5.10/drivers/gpu/drm/exynos/ |
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()
|
D | exynos_drm_drv.h | 111 unsigned int zpos; member
|
D | exynos_mixer.c | 124 .zpos = 0, 133 .zpos = 1, 142 .zpos = 2,
|
D | exynos_drm_vidi.c | 395 plane_config.zpos = i; in vidi_bind()
|
/Linux-v5.10/include/drm/ |
D | drm_blend.h | 53 unsigned int zpos, 56 unsigned int zpos);
|
D | drm_plane.h | 152 unsigned int zpos; member
|
/Linux-v5.10/drivers/gpu/drm/omapdrm/ |
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()
|
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()
|
/Linux-v5.10/drivers/gpu/drm/rcar-du/ |
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()
|
/Linux-v5.10/drivers/gpu/drm/imx/dcss/ |
D | dcss-plane.c | 359 unsigned int zpos) in dcss_plane_init() argument 365 if (zpos > 2) in dcss_plane_init() 389 ret = drm_plane_create_zpos_immutable_property(&dcss_plane->base, zpos); in dcss_plane_init() 402 dcss_plane->ch_num = zpos; in dcss_plane_init()
|
D | dcss-kms.h | 42 unsigned int zpos);
|
/Linux-v5.10/drivers/media/platform/vsp1/ |
D | vsp1_drm.h | 63 unsigned int zpos; member
|
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()
|
/Linux-v5.10/drivers/gpu/drm/imx/ |
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()
|
/Linux-v5.10/include/media/ |
D | vsp1.h | 62 unsigned int zpos; member
|
/Linux-v5.10/drivers/gpu/drm/msm/disp/mdp5/ |
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() 189 mdp5_state->zpos = STAGE_BASE; in mdp5_plane_reset() 191 mdp5_state->zpos = STAGE0 + drm_plane_index(plane); in mdp5_plane_reset()
|
D | mdp5_kms.h | 103 uint8_t zpos; member
|
/Linux-v5.10/drivers/gpu/drm/tegra/ |
D | hub.c | 430 unsigned int zpos = plane->state->normalized_zpos; in tegra_shared_plane_atomic_update() local 467 value = K2(255) | K1(255) | WINDOW_LAYER_DEPTH(255 - zpos); in tegra_shared_plane_atomic_update()
|