aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via/viafbdev.h
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-03-13 23:19:58 +0000
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-03-13 23:19:58 +0000
commit11e184756aad9b609474fa6644266428810da809 (patch)
tree2bdb2c8f439b787d2be3e904daecf6fc653e21ee /drivers/video/via/viafbdev.h
parentMerge branch 'for-next' of git://linuxtv.org/pinchartl/fbdev into fbdev-next (diff)
parentviafb: avoid refresh and mode lookup in set_par (diff)
downloadlinux-dev-11e184756aad9b609474fa6644266428810da809.tar.xz
linux-dev-11e184756aad9b609474fa6644266428810da809.zip
Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 into fbdev-next
Diffstat (limited to 'drivers/video/via/viafbdev.h')
-rw-r--r--drivers/video/via/viafbdev.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/via/viafbdev.h b/drivers/video/via/viafbdev.h
index d9440635d1d4..f6b2ddf56e94 100644
--- a/drivers/video/via/viafbdev.h
+++ b/drivers/video/via/viafbdev.h
@@ -26,6 +26,7 @@
#include <linux/fb.h>
#include <linux/spinlock.h>
+#include "via_aux.h"
#include "ioctl.h"
#include "share.h"
#include "chip.h"
@@ -48,6 +49,11 @@ struct viafb_shared {
struct proc_dir_entry *iga2_proc_entry;
struct viafb_dev *vdev; /* Global dev info */
+ /* I2C busses that may have auxiliary devices */
+ struct via_aux_bus *i2c_26;
+ struct via_aux_bus *i2c_31;
+ struct via_aux_bus *i2c_2C;
+
/* All the information will be needed to set engine */
struct tmds_setting_information tmds_setting_info;
struct lvds_setting_information lvds_setting_info;