1 /**************************************************************************
2 * Copyright (c) 2007-2011, Intel Corporation.
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
9 * This program is distributed in the hope it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
14 * You should have received a copy of the GNU General Public License along with
15 * this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
18 **************************************************************************/
20 /* MID device specific descriptors */
22 struct oaktrail_timing_info
{
33 u8 hsync_pulse_width_lo
;
34 u8 vsync_pulse_width_lo
:4;
36 u8 vsync_pulse_width_hi
:2;
38 u8 hsync_pulse_width_hi
:2;
55 struct gct_r10_timing_info
{
61 u32 hsync_offset_lo
:8;
62 u16 hsync_offset_hi
:2;
63 u16 hsync_pulse_width_lo
:8;
64 u16 hsync_pulse_width_hi
:2;
71 u16 vsync_offset_lo
:4;
72 u16 vsync_offset_hi
:2;
73 u16 vsync_pulse_width_lo
:4;
74 u16 vsync_pulse_width_hi
:2;
79 struct oaktrail_panel_descriptor_v1
{
80 u32 Panel_Port_Control
; /* 1 dword, Register 0x61180 if LVDS */
82 u32 Panel_Power_On_Sequencing
;/*1 dword,Register 0x61208,*/
83 u32 Panel_Power_Off_Sequencing
;/*1 dword,Register 0x6120C,*/
84 u32 Panel_Power_Cycle_Delay_and_Reference_Divisor
;/* 1 dword */
85 /* Register 0x61210 */
86 struct oaktrail_timing_info DTD
;/*18 bytes, Standard definition */
87 u16 Panel_Backlight_Inverter_Descriptor
;/* 16 bits, as follows */
88 /* Bit 0, Frequency, 15 bits,0 - 32767Hz */
89 /* Bit 15, Polarity, 1 bit, 0: Normal, 1: Inverted */
90 u16 Panel_MIPI_Display_Descriptor
;
91 /*16 bits, Defined as follows: */
92 /* if MIPI, 0x0000 if LVDS */
93 /* Bit 0, Type, 2 bits, */
98 /* Bit 2, Pixel Format, 4 bits */
99 /* Bit0: 16bpp (not supported in LNC), */
100 /* Bit1: 18bpp loosely packed, */
101 /* Bit2: 18bpp packed, */
103 /* Bit 6, Reserved, 2 bits, 00b */
104 /* Bit 8, Minimum Supported Frame Rate, 6 bits, 0 - 63Hz */
105 /* Bit 14, Reserved, 2 bits, 00b */
108 struct oaktrail_panel_descriptor_v2
{
109 u32 Panel_Port_Control
; /* 1 dword, Register 0x61180 if LVDS */
110 /* 0x61190 if MIPI */
111 u32 Panel_Power_On_Sequencing
;/*1 dword,Register 0x61208,*/
112 u32 Panel_Power_Off_Sequencing
;/*1 dword,Register 0x6120C,*/
113 u8 Panel_Power_Cycle_Delay_and_Reference_Divisor
;/* 1 byte */
114 /* Register 0x61210 */
115 struct oaktrail_timing_info DTD
;/*18 bytes, Standard definition */
116 u16 Panel_Backlight_Inverter_Descriptor
;/*16 bits, as follows*/
117 /*Bit 0, Frequency, 16 bits, 0 - 32767Hz*/
118 u8 Panel_Initial_Brightness
;/* [7:0] 0 - 100% */
119 /*Bit 7, Polarity, 1 bit,0: Normal, 1: Inverted*/
120 u16 Panel_MIPI_Display_Descriptor
;
121 /*16 bits, Defined as follows: */
122 /* if MIPI, 0x0000 if LVDS */
123 /* Bit 0, Type, 2 bits, */
128 /* Bit 2, Pixel Format, 4 bits */
129 /* Bit0: 16bpp (not supported in LNC), */
130 /* Bit1: 18bpp loosely packed, */
131 /* Bit2: 18bpp packed, */
133 /* Bit 6, Reserved, 2 bits, 00b */
134 /* Bit 8, Minimum Supported Frame Rate, 6 bits, 0 - 63Hz */
135 /* Bit 14, Reserved, 2 bits, 00b */
138 union oaktrail_panel_rx
{
140 u16 NumberOfLanes
:2; /*Num of Lanes, 2 bits,0 = 1 lane,*/
141 /* 1 = 2 lanes, 2 = 3 lanes, 3 = 4 lanes. */
142 u16 MaxLaneFreq
:3; /* 0: 100MHz, 1: 200MHz, 2: 300MHz, */
143 /*3: 400MHz, 4: 500MHz, 5: 600MHz, 6: 700MHz, 7: 800MHz.*/
144 u16 SupportedVideoTransferMode
:2; /*0: Non-burst only */
145 /* 1: Burst and non-burst */
147 u16 HSClkBehavior
:1; /*0: Continuous, 1: Non-continuous*/
148 u16 DuoDisplaySupport
:1; /*1 bit,0: No, 1: Yes*/
149 u16 ECC_ChecksumCapabilities
:1;/*1 bit,0: No, 1: Yes*/
150 u16 BidirectionalCommunication
:1;/*1 bit,0: No, 1: Yes */
151 u16 Rsvd
:5;/*5 bits,00000b */
157 union { /*8 bits,Defined as follows: */
159 u8 PanelType
:4; /*4 bits, Bit field for panels*/
160 /* 0 - 3: 0 = LVDS, 1 = MIPI*/
161 /*2 bits,Specifies which of the*/
163 /* 4 panels to use by default*/
164 u8 BootMIPI_DSI_RxIndex
:2;/*Specifies which of*/
165 /* the 4 MIPI DSI receivers to use*/
169 struct oaktrail_panel_descriptor_v1 panel
[4];/*panel descrs,38 bytes each*/
170 union oaktrail_panel_rx panelrx
[4]; /* panel receivers*/
174 union { /*8 bits,Defined as follows: */
176 u8 PanelType
:4; /*4 bits, Bit field for panels*/
177 /* 0 - 3: 0 = LVDS, 1 = MIPI*/
178 /*2 bits,Specifies which of the*/
180 /* 4 panels to use by default*/
181 u8 BootMIPI_DSI_RxIndex
:2;/*Specifies which of*/
182 /* the 4 MIPI DSI receivers to use*/
186 struct oaktrail_panel_descriptor_v2 panel
[4];/*panel descrs,38 bytes each*/
187 union oaktrail_panel_rx panelrx
[4]; /* panel receivers*/
191 struct gct_r10_timing_info DTD
;
192 u16 Panel_MIPI_Display_Descriptor
;
193 u16 Panel_MIPI_Receiver_Descriptor
;
194 u16 Panel_Backlight_Inverter_Descriptor
;
195 u8 Panel_Initial_Brightness
;
196 u32 MIPI_Ctlr_Init_ptr
;
197 u32 MIPI_Panel_Init_ptr
;
200 struct oaktrail_gct_data
{
201 u8 bpi
; /* boot panel index, number of panel used during boot */
202 u8 pt
; /* panel type, 4 bit field, 0=lvds, 1=mipi */
203 struct oaktrail_timing_info DTD
; /* timing info for the selected panel */
204 u32 Panel_Port_Control
;
205 u32 PP_On_Sequencing
;/*1 dword,Register 0x61208,*/
206 u32 PP_Off_Sequencing
;/*1 dword,Register 0x6120C,*/
208 u16 Panel_Backlight_Inverter_Descriptor
;
209 u16 Panel_MIPI_Display_Descriptor
;
212 #define MODE_SETTING_IN_CRTC 0x1
213 #define MODE_SETTING_IN_ENCODER 0x2
214 #define MODE_SETTING_ON_GOING 0x3
215 #define MODE_SETTING_IN_DSR 0x4
216 #define MODE_SETTING_ENCODER_DONE 0x8
219 * Moorestown HDMI interfaces
222 struct oaktrail_hdmi_dev
{
225 unsigned int mmio
, mmio_len
;
227 struct hdmi_i2c_dev
*i2c_dev
;
231 u32 saveDPLL_DIV_CTRL
;
234 u32 saveDPLL_CLK_ENABLE
;
235 u32 savePCH_HTOTAL_B
;
236 u32 savePCH_HBLANK_B
;
238 u32 savePCH_VTOTAL_B
;
239 u32 savePCH_VBLANK_B
;
241 u32 savePCH_PIPEBCONF
;
242 u32 savePCH_PIPEBSRC
;
245 extern void oaktrail_hdmi_setup(struct drm_device
*dev
);
246 extern void oaktrail_hdmi_teardown(struct drm_device
*dev
);
247 extern int oaktrail_hdmi_i2c_init(struct pci_dev
*dev
);
248 extern void oaktrail_hdmi_i2c_exit(struct pci_dev
*dev
);
249 extern void oaktrail_hdmi_save(struct drm_device
*dev
);
250 extern void oaktrail_hdmi_restore(struct drm_device
*dev
);
251 extern void oaktrail_hdmi_init(struct drm_device
*dev
, struct psb_intel_mode_device
*mode_dev
);
252 extern int oaktrail_crtc_hdmi_mode_set(struct drm_crtc
*crtc
, struct drm_display_mode
*mode
,
253 struct drm_display_mode
*adjusted_mode
, int x
, int y
,
254 struct drm_framebuffer
*old_fb
);
255 extern void oaktrail_crtc_hdmi_dpms(struct drm_crtc
*crtc
, int mode
);