xref: /OK3568_Linux_fs/kernel/drivers/video/fbdev/via/vt1636.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0-or-later */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved.
4*4882a593Smuzhiyun  * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved.
5*4882a593Smuzhiyun 
6*4882a593Smuzhiyun  */
7*4882a593Smuzhiyun 
8*4882a593Smuzhiyun #ifndef _VT1636_H_
9*4882a593Smuzhiyun #define _VT1636_H_
10*4882a593Smuzhiyun #include "chip.h"
11*4882a593Smuzhiyun bool viafb_lvds_identify_vt1636(u8 i2c_adapter);
12*4882a593Smuzhiyun void viafb_init_lvds_vt1636(struct lvds_setting_information
13*4882a593Smuzhiyun 	*plvds_setting_info, struct lvds_chip_information *plvds_chip_info);
14*4882a593Smuzhiyun void viafb_enable_lvds_vt1636(struct lvds_setting_information
15*4882a593Smuzhiyun 			*plvds_setting_info,
16*4882a593Smuzhiyun 			struct lvds_chip_information *plvds_chip_info);
17*4882a593Smuzhiyun void viafb_disable_lvds_vt1636(struct lvds_setting_information
18*4882a593Smuzhiyun 			 *plvds_setting_info,
19*4882a593Smuzhiyun 			 struct lvds_chip_information *plvds_chip_info);
20*4882a593Smuzhiyun void viafb_vt1636_patch_skew_on_vt3324(
21*4882a593Smuzhiyun 	struct lvds_setting_information *plvds_setting_info,
22*4882a593Smuzhiyun 	struct lvds_chip_information *plvds_chip_info);
23*4882a593Smuzhiyun void viafb_vt1636_patch_skew_on_vt3327(
24*4882a593Smuzhiyun 	struct lvds_setting_information *plvds_setting_info,
25*4882a593Smuzhiyun 	struct lvds_chip_information *plvds_chip_info);
26*4882a593Smuzhiyun void viafb_vt1636_patch_skew_on_vt3364(
27*4882a593Smuzhiyun 	struct lvds_setting_information *plvds_setting_info,
28*4882a593Smuzhiyun 	struct lvds_chip_information *plvds_chip_info);
29*4882a593Smuzhiyun 
30*4882a593Smuzhiyun #endif
31