drm/i915: Add struct_mutex locking for debugs/i915_gem_framebuffer
[deliverable/linux.git] / drivers / gpu / drm / rcar-du / rcar_du_lvdscon.h
CommitLineData
56c5dd00
LP
1/*
2 * rcar_du_lvdscon.h -- R-Car Display Unit LVDS Connector
3 *
36d50464 4 * Copyright (C) 2013-2014 Renesas Electronics Corporation
56c5dd00
LP
5 *
6 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
7 *
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.
12 */
13
14#ifndef __RCAR_DU_LVDSCON_H__
15#define __RCAR_DU_LVDSCON_H__
16
17struct rcar_du_device;
18struct rcar_du_encoder;
56c5dd00
LP
19
20int rcar_du_lvds_connector_init(struct rcar_du_device *rcdu,
21 struct rcar_du_encoder *renc,
96c02691 22 struct device_node *np);
56c5dd00
LP
23
24#endif /* __RCAR_DU_LVDSCON_H__ */
This page took 0.155359 seconds and 5 git commands to generate.