1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * omap_plane.h -- OMAP DRM Plane
5 * Copyright (C) 2011 Texas Instruments
9 #ifndef __OMAPDRM_PLANE_H__
10 #define __OMAPDRM_PLANE_H__
12 #include <linux/types.h>
17 struct drm_mode_object;
20 struct drm_plane *omap_plane_init(struct drm_device *dev,
21 int idx, enum drm_plane_type type,
23 void omap_plane_install_properties(struct drm_plane *plane,
24 struct drm_mode_object *obj);
25 bool is_omap_plane_dual_overlay(struct drm_plane_state *state);
27 #endif /* __OMAPDRM_PLANE_H__ */