bna: remove oper_state_cbfn from struct bna_rxf
[linux/fpc-iii.git] / drivers / gpu / drm / armada / armada_slave.h
blobbf2374c96fc190d82f93bcc2e1f2821c99a016f9
1 /*
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.
7 */
8 #ifndef ARMADA_SLAVE_H
9 #define ARMADA_SLAVE_H
11 #include <linux/i2c.h>
12 #include <drm/drmP.h>
14 struct armada_drm_slave_config {
15 int i2c_adapter_id;
16 uint32_t crtcs;
17 uint8_t polled;
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 *);
26 #endif