0001
0002
0003
0004
0005
0006
0007
0008 #ifndef _VT1636_H_
0009 #define _VT1636_H_
0010 #include "chip.h"
0011 bool viafb_lvds_identify_vt1636(u8 i2c_adapter);
0012 void viafb_init_lvds_vt1636(struct lvds_setting_information
0013 *plvds_setting_info, struct lvds_chip_information *plvds_chip_info);
0014 void viafb_enable_lvds_vt1636(struct lvds_setting_information
0015 *plvds_setting_info,
0016 struct lvds_chip_information *plvds_chip_info);
0017 void viafb_disable_lvds_vt1636(struct lvds_setting_information
0018 *plvds_setting_info,
0019 struct lvds_chip_information *plvds_chip_info);
0020 void viafb_vt1636_patch_skew_on_vt3324(
0021 struct lvds_setting_information *plvds_setting_info,
0022 struct lvds_chip_information *plvds_chip_info);
0023 void viafb_vt1636_patch_skew_on_vt3327(
0024 struct lvds_setting_information *plvds_setting_info,
0025 struct lvds_chip_information *plvds_chip_info);
0026 void viafb_vt1636_patch_skew_on_vt3364(
0027 struct lvds_setting_information *plvds_setting_info,
0028 struct lvds_chip_information *plvds_chip_info);
0029
0030 #endif