2 * Copyright (C) 2012 Russell King
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
11 #include <linux/i2c.h>
14 struct armada_drm_slave_config
{
18 bool interlace_allowed
;
19 bool doublescan_allowed
;
20 struct i2c_board_info info
;
23 int armada_drm_connector_slave_create(struct drm_device
*dev
,
24 const struct armada_drm_slave_config
*);