xref: /linux/drivers/video/fbdev/via/lcd.h (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1*64b70da0SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */
2f7018c21STomi Valkeinen /*
3f7018c21STomi Valkeinen  * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved.
4f7018c21STomi Valkeinen  * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved.
5f7018c21STomi Valkeinen 
6f7018c21STomi Valkeinen  */
7f7018c21STomi Valkeinen #ifndef __LCD_H__
8f7018c21STomi Valkeinen #define __LCD_H__
9f7018c21STomi Valkeinen 
10f7018c21STomi Valkeinen /*Definition TMDS Device ID register*/
11f7018c21STomi Valkeinen #define     VT1631_DEVICE_ID_REG        0x02
12f7018c21STomi Valkeinen #define     VT1631_DEVICE_ID            0x92
13f7018c21STomi Valkeinen 
14f7018c21STomi Valkeinen #define     VT3271_DEVICE_ID_REG        0x02
15f7018c21STomi Valkeinen #define     VT3271_DEVICE_ID            0x71
16f7018c21STomi Valkeinen 
17f7018c21STomi Valkeinen /* Definition DVI Panel ID*/
18f7018c21STomi Valkeinen /* Resolution: 640x480,   Channel: single, Dithering: Enable */
19f7018c21STomi Valkeinen #define     LCD_PANEL_ID0_640X480       0x00
20f7018c21STomi Valkeinen /* Resolution: 800x600,   Channel: single, Dithering: Enable */
21f7018c21STomi Valkeinen #define     LCD_PANEL_ID1_800X600       0x01
22f7018c21STomi Valkeinen /* Resolution: 1024x768,  Channel: single, Dithering: Enable */
23f7018c21STomi Valkeinen #define     LCD_PANEL_ID2_1024X768      0x02
24f7018c21STomi Valkeinen /* Resolution: 1280x768,  Channel: single, Dithering: Enable */
25f7018c21STomi Valkeinen #define     LCD_PANEL_ID3_1280X768      0x03
26f7018c21STomi Valkeinen /* Resolution: 1280x1024, Channel: dual,   Dithering: Enable */
27f7018c21STomi Valkeinen #define     LCD_PANEL_ID4_1280X1024     0x04
28f7018c21STomi Valkeinen /* Resolution: 1400x1050, Channel: dual,   Dithering: Enable */
29f7018c21STomi Valkeinen #define     LCD_PANEL_ID5_1400X1050     0x05
30f7018c21STomi Valkeinen /* Resolution: 1600x1200, Channel: dual,   Dithering: Enable */
31f7018c21STomi Valkeinen #define     LCD_PANEL_ID6_1600X1200     0x06
32f7018c21STomi Valkeinen /* Resolution: 1366x768,  Channel: single, Dithering: Disable */
33f7018c21STomi Valkeinen #define     LCD_PANEL_ID7_1366X768      0x07
34f7018c21STomi Valkeinen /* Resolution: 1024x600,  Channel: single, Dithering: Enable*/
35f7018c21STomi Valkeinen #define     LCD_PANEL_ID8_1024X600      0x08
36f7018c21STomi Valkeinen /* Resolution: 1280x800,  Channel: single, Dithering: Enable*/
37f7018c21STomi Valkeinen #define     LCD_PANEL_ID9_1280X800      0x09
38f7018c21STomi Valkeinen /* Resolution: 800x480,   Channel: single, Dithering: Enable*/
39f7018c21STomi Valkeinen #define     LCD_PANEL_IDA_800X480       0x0A
40f7018c21STomi Valkeinen /* Resolution: 1360x768,   Channel: single, Dithering: Disable*/
41f7018c21STomi Valkeinen #define     LCD_PANEL_IDB_1360X768     0x0B
42f7018c21STomi Valkeinen /* Resolution: 480x640,  Channel: single, Dithering: Enable */
43f7018c21STomi Valkeinen #define     LCD_PANEL_IDC_480X640      0x0C
44f7018c21STomi Valkeinen /* Resolution: 1200x900,  Channel: single, Dithering: Disable */
45f7018c21STomi Valkeinen #define     LCD_PANEL_IDD_1200X900      0x0D
46f7018c21STomi Valkeinen 
47f7018c21STomi Valkeinen 
48f7018c21STomi Valkeinen extern int viafb_LCD2_ON;
49f7018c21STomi Valkeinen extern int viafb_LCD_ON;
50f7018c21STomi Valkeinen extern int viafb_DVI_ON;
51f7018c21STomi Valkeinen 
52f7018c21STomi Valkeinen void viafb_disable_lvds_vt1636(struct lvds_setting_information
53f7018c21STomi Valkeinen 			 *plvds_setting_info,
54f7018c21STomi Valkeinen 			 struct lvds_chip_information *plvds_chip_info);
55f7018c21STomi Valkeinen void viafb_enable_lvds_vt1636(struct lvds_setting_information
56f7018c21STomi Valkeinen 			*plvds_setting_info,
57f7018c21STomi Valkeinen 			struct lvds_chip_information *plvds_chip_info);
58f7018c21STomi Valkeinen void viafb_lcd_disable(void);
59f7018c21STomi Valkeinen void viafb_lcd_enable(void);
60f7018c21STomi Valkeinen void viafb_init_lcd_size(void);
61f7018c21STomi Valkeinen void viafb_init_lvds_output_interface(struct lvds_chip_information
62f7018c21STomi Valkeinen 				*plvds_chip_info,
63f7018c21STomi Valkeinen 				struct lvds_setting_information
64f7018c21STomi Valkeinen 				*plvds_setting_info);
65f7018c21STomi Valkeinen void viafb_lcd_set_mode(const struct fb_var_screeninfo *var, u16 cxres,
66f7018c21STomi Valkeinen 	u16 cyres, struct lvds_setting_information *plvds_setting_info,
67f7018c21STomi Valkeinen 	struct lvds_chip_information *plvds_chip_info);
68f7018c21STomi Valkeinen bool viafb_lvds_trasmitter_identify(void);
69f7018c21STomi Valkeinen void viafb_init_lvds_output_interface(struct lvds_chip_information
70f7018c21STomi Valkeinen 				*plvds_chip_info,
71f7018c21STomi Valkeinen 				struct lvds_setting_information
72f7018c21STomi Valkeinen 				*plvds_setting_info);
73f7018c21STomi Valkeinen bool viafb_lcd_get_mobile_state(bool *mobile);
74f7018c21STomi Valkeinen 
75f7018c21STomi Valkeinen #endif /* __LCD_H__ */
76