You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
353 B
14 lines
353 B
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* Copyright (C) 2021 BayLibre, SAS
|
|
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
|
*/
|
|
|
|
#ifndef __MESON_ENCODER_HDMI_H
|
|
#define __MESON_ENCODER_HDMI_H
|
|
|
|
int meson_encoder_hdmi_init(struct meson_drm *priv);
|
|
void meson_encoder_hdmi_remove(struct meson_drm *priv);
|
|
|
|
#endif /* __MESON_ENCODER_HDMI_H */
|