xref: /openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_plane.h (revision 0545810f7edaf0c2869eccdd97a3694b5a292e1d)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2011 Samsung Electronics Co.Ltd
4  * Authors: Joonyoung Shim <jy0922.shim@samsung.com>
5  */
6 
7 int exynos_plane_init(struct drm_device *dev,
8 		      struct exynos_drm_plane *exynos_plane, unsigned int index,
9 		      const struct exynos_drm_plane_config *config);
10