2019-05-27 08:55:01 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2011-12-08 17:54:07 +09:00
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2011 Samsung Electronics Co.Ltd
|
|
|
|
|
* Authors: Joonyoung Shim <jy0922.shim@samsung.com>
|
|
|
|
|
*/
|
|
|
|
|
|
2015-04-03 21:03:40 +09:00
|
|
|
int exynos_plane_init(struct drm_device *dev,
|
2015-12-16 13:21:42 +01:00
|
|
|
struct exynos_drm_plane *exynos_plane, unsigned int index,
|
2015-11-30 14:53:25 +01:00
|
|
|
const struct exynos_drm_plane_config *config);
|