![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Copyright (C) STMicroelectronics SA 2014 0004 * Authors: Benjamin Gaignard <benjamin.gaignard@st.com> 0005 * Fabien Dessenne <fabien.dessenne@st.com> 0006 * for STMicroelectronics. 0007 */ 0008 0009 #ifndef _STI_GDP_H_ 0010 #define _STI_GDP_H_ 0011 0012 #include <linux/types.h> 0013 0014 #include <drm/drm_plane.h> 0015 0016 struct drm_device; 0017 struct device; 0018 0019 struct drm_plane *sti_gdp_create(struct drm_device *drm_dev, 0020 struct device *dev, int desc, 0021 void __iomem *baseaddr, 0022 unsigned int possible_crtcs, 0023 enum drm_plane_type type); 0024 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |