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