WIP FPC-III support
[linux/fpc-iii.git] / drivers / gpu / drm / meson / meson_crtc.h
blob8e3998cabf149bf0dd8f1170a42fc16df2ec9b7f
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
7 * Written by:
8 * Jasper St. Pierre <jstpierre@mecheye.net>
9 */
11 #ifndef __MESON_CRTC_H
12 #define __MESON_CRTC_H
14 #include "meson_drv.h"
16 int meson_crtc_create(struct meson_drm *priv);
18 void meson_crtc_irq(struct meson_drm *priv);
20 #endif /* __MESON_CRTC_H */