sti_gdp.h 526 B

12345678910111213141516171819
  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. #ifndef _STI_GDP_H_
  9. #define _STI_GDP_H_
  10. #include <linux/types.h>
  11. struct drm_plane *sti_gdp_create(struct drm_device *drm_dev,
  12. struct device *dev, int desc,
  13. void __iomem *baseaddr,
  14. unsigned int possible_crtcs,
  15. enum drm_plane_type type);
  16. #endif