sti_gdp.h 502 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) STMicroelectronics SA 2014
  4. * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  5. * Fabien Dessenne <fabien.dessenne@st.com>
  6. * for STMicroelectronics.
  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