xref: /linux/drivers/gpu/drm/meson/meson_encoder_dsi.h (revision ae22a94997b8a03dcb3c922857c203246711f9d4)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2021 BayLibre, SAS
4  * Author: Neil Armstrong <narmstrong@baylibre.com>
5  */
6 
7 #ifndef __MESON_ENCODER_DSI_H
8 #define __MESON_ENCODER_DSI_H
9 
10 int meson_encoder_dsi_probe(struct meson_drm *priv);
11 void meson_encoder_dsi_remove(struct meson_drm *priv);
12 
13 #endif /* __MESON_ENCODER_DSI_H */
14