Benjamin Gaignard | ba2d53f | 2014-07-30 18:48:35 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) STMicroelectronics SA 2014 |
| 3 | * Authors: Benjamin Gaignard <benjamin.gaignard@st.com> |
| 4 | * Fabien Dessenne <fabien.dessenne@st.com> |
| 5 | * for STMicroelectronics. |
| 6 | * License terms: GNU General Public License (GPL), version 2 |
| 7 | */ |
| 8 | |
| 9 | #ifndef _STI_GDP_H_ |
| 10 | #define _STI_GDP_H_ |
| 11 | |
| 12 | #include <linux/types.h> |
| 13 | |
Vincent Abriou | 29d1dc6 | 2015-08-03 14:22:16 +0200 | [diff] [blame^] | 14 | struct drm_plane *sti_gdp_create(struct drm_device *drm_dev, |
| 15 | struct device *dev, int desc, |
| 16 | void __iomem *baseaddr, |
| 17 | unsigned int possible_crtcs, |
| 18 | enum drm_plane_type type); |
Benjamin Gaignard | ba2d53f | 2014-07-30 18:48:35 +0200 | [diff] [blame] | 19 | #endif |