meson_encoder_dsi.h 349 B

12345678910111213
  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. #ifndef __MESON_ENCODER_DSI_H
  7. #define __MESON_ENCODER_DSI_H
  8. int meson_encoder_dsi_probe(struct meson_drm *priv);
  9. void meson_encoder_dsi_remove(struct meson_drm *priv);
  10. #endif /* __MESON_ENCODER_DSI_H */