meson_crtc.h 441 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright (C) 2016 BayLibre, SAS
  4. * Author: Neil Armstrong <narmstrong@baylibre.com>
  5. * Copyright (C) 2014 Endless Mobile
  6. *
  7. * Written by:
  8. * Jasper St. Pierre <jstpierre@mecheye.net>
  9. */
  10. #ifndef __MESON_CRTC_H
  11. #define __MESON_CRTC_H
  12. #include "meson_drv.h"
  13. int meson_crtc_create(struct meson_drm *priv);
  14. void meson_crtc_irq(struct meson_drm *priv);
  15. #endif /* __MESON_CRTC_H */