Lines Matching defs:plane
514 struct exynos_drm_plane *plane)
517 to_exynos_plane_state(plane->base.state);
558 /* chroma plane for NV12/NV21 is half the height of the luma plane */
591 mixer_cfg_layer(ctx, plane->index, priority, true);
601 struct exynos_drm_plane *plane)
604 to_exynos_plane_state(plane->base.state);
608 unsigned int win = plane->index;
643 /* ratio is already checked by common plane code */
950 struct exynos_drm_plane *plane)
954 DRM_DEV_DEBUG_KMS(mixer_ctx->dev, "win: %d\n", plane->index);
959 if (plane->index == VP_DEFAULT_WIN)
960 vp_video_buffer(mixer_ctx, plane);
962 mixer_graph_buffer(mixer_ctx, plane);
966 struct exynos_drm_plane *plane)
971 DRM_DEV_DEBUG_KMS(mixer_ctx->dev, "win: %d\n", plane->index);
977 mixer_cfg_layer(mixer_ctx, plane->index, 0, false);