drm/exynos: Stop using drm_framebuffer_unregister_private
[linux/fpc-iii.git] / drivers / gpu / drm / rcar-du / rcar_du_lvdscon.h
blob639071dd235c468554d4a5c6500713346cf66976
1 /*
2 * rcar_du_lvdscon.h -- R-Car Display Unit LVDS Connector
4 * Copyright (C) 2013-2014 Renesas Electronics Corporation
6 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
14 #ifndef __RCAR_DU_LVDSCON_H__
15 #define __RCAR_DU_LVDSCON_H__
17 struct rcar_du_device;
18 struct rcar_du_encoder;
20 int rcar_du_lvds_connector_init(struct rcar_du_device *rcdu,
21 struct rcar_du_encoder *renc,
22 const struct device_node *np);
24 #endif /* __RCAR_DU_LVDSCON_H__ */