Back to home page

OSCL-LXR

 
 

    


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