aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/meson/meson_crtc.h
blob: 8e3998cabf149bf0dd8f1170a42fc16df2ec9b7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (C) 2016 BayLibre, SAS
 * Author: Neil Armstrong <narmstrong@baylibre.com>
 * Copyright (C) 2014 Endless Mobile
 *
 * Written by:
 *     Jasper St. Pierre <jstpierre@mecheye.net>
 */

#ifndef __MESON_CRTC_H
#define __MESON_CRTC_H

#include "meson_drv.h"

int meson_crtc_create(struct meson_drm *priv);

void meson_crtc_irq(struct meson_drm *priv);

#endif /* __MESON_CRTC_H */