Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into ocfs2...
[sfrench/cifs-2.6.git] / drivers / gpu / drm / radeon / atombios.h
1 /*
2  * Copyright 2006-2007 Advanced Micro Devices, Inc.  
3  *
4  * Permission is hereby granted, free of charge, to any person obtaining a
5  * copy of this software and associated documentation files (the "Software"),
6  * to deal in the Software without restriction, including without limitation
7  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8  * and/or sell copies of the Software, and to permit persons to whom the
9  * Software is furnished to do so, subject to the following conditions:
10  *
11  * The above copyright notice and this permission notice shall be included in
12  * all copies or substantial portions of the Software.
13  *
14  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20  * OTHER DEALINGS IN THE SOFTWARE.
21  */
22
23
24 /****************************************************************************/  
25 /*Portion I: Definitions  shared between VBIOS and Driver                   */
26 /****************************************************************************/
27
28
29 #ifndef _ATOMBIOS_H
30 #define _ATOMBIOS_H
31
32 #define ATOM_VERSION_MAJOR                   0x00020000
33 #define ATOM_VERSION_MINOR                   0x00000002
34
35 #define ATOM_HEADER_VERSION (ATOM_VERSION_MAJOR | ATOM_VERSION_MINOR)
36
37 /* Endianness should be specified before inclusion,
38  * default to little endian
39  */
40 #ifndef ATOM_BIG_ENDIAN
41 #error Endian not specified
42 #endif
43
44 #ifdef _H2INC
45   #ifndef ULONG 
46     typedef unsigned long ULONG;
47   #endif
48
49   #ifndef UCHAR
50     typedef unsigned char UCHAR;
51   #endif
52
53   #ifndef USHORT 
54     typedef unsigned short USHORT;
55   #endif
56 #endif
57       
58 #define ATOM_DAC_A            0 
59 #define ATOM_DAC_B            1
60 #define ATOM_EXT_DAC          2
61
62 #define ATOM_CRTC1            0
63 #define ATOM_CRTC2            1
64 #define ATOM_CRTC3            2
65 #define ATOM_CRTC4            3
66 #define ATOM_CRTC5            4
67 #define ATOM_CRTC6            5
68 #define ATOM_CRTC_INVALID     0xFF
69
70 #define ATOM_DIGA             0
71 #define ATOM_DIGB             1
72
73 #define ATOM_PPLL1            0
74 #define ATOM_PPLL2            1
75 #define ATOM_DCPLL            2
76 #define ATOM_PPLL0            2
77 #define ATOM_EXT_PLL1         8
78 #define ATOM_EXT_PLL2         9
79 #define ATOM_EXT_CLOCK        10
80 #define ATOM_PPLL_INVALID     0xFF
81
82 #define ENCODER_REFCLK_SRC_P1PLL       0       
83 #define ENCODER_REFCLK_SRC_P2PLL       1
84 #define ENCODER_REFCLK_SRC_DCPLL       2
85 #define ENCODER_REFCLK_SRC_EXTCLK      3
86 #define ENCODER_REFCLK_SRC_INVALID     0xFF
87
88 #define ATOM_SCALER1          0
89 #define ATOM_SCALER2          1
90
91 #define ATOM_SCALER_DISABLE   0   
92 #define ATOM_SCALER_CENTER    1   
93 #define ATOM_SCALER_EXPANSION 2   
94 #define ATOM_SCALER_MULTI_EX  3   
95
96 #define ATOM_DISABLE          0
97 #define ATOM_ENABLE           1
98 #define ATOM_LCD_BLOFF                          (ATOM_DISABLE+2)
99 #define ATOM_LCD_BLON                           (ATOM_ENABLE+2)
100 #define ATOM_LCD_BL_BRIGHTNESS_CONTROL          (ATOM_ENABLE+3)
101 #define ATOM_LCD_SELFTEST_START                                                                 (ATOM_DISABLE+5)
102 #define ATOM_LCD_SELFTEST_STOP                                                                  (ATOM_ENABLE+5)
103 #define ATOM_ENCODER_INIT                                         (ATOM_DISABLE+7)
104 #define ATOM_GET_STATUS                         (ATOM_DISABLE+8)
105
106 #define ATOM_BLANKING         1
107 #define ATOM_BLANKING_OFF     0
108
109 #define ATOM_CURSOR1          0
110 #define ATOM_CURSOR2          1
111
112 #define ATOM_ICON1            0
113 #define ATOM_ICON2            1
114
115 #define ATOM_CRT1             0
116 #define ATOM_CRT2             1
117
118 #define ATOM_TV_NTSC          1
119 #define ATOM_TV_NTSCJ         2
120 #define ATOM_TV_PAL           3
121 #define ATOM_TV_PALM          4
122 #define ATOM_TV_PALCN         5
123 #define ATOM_TV_PALN          6
124 #define ATOM_TV_PAL60         7
125 #define ATOM_TV_SECAM         8
126 #define ATOM_TV_CV            16
127
128 #define ATOM_DAC1_PS2         1
129 #define ATOM_DAC1_CV          2
130 #define ATOM_DAC1_NTSC        3
131 #define ATOM_DAC1_PAL         4
132
133 #define ATOM_DAC2_PS2         ATOM_DAC1_PS2
134 #define ATOM_DAC2_CV          ATOM_DAC1_CV
135 #define ATOM_DAC2_NTSC        ATOM_DAC1_NTSC
136 #define ATOM_DAC2_PAL         ATOM_DAC1_PAL
137  
138 #define ATOM_PM_ON            0
139 #define ATOM_PM_STANDBY       1
140 #define ATOM_PM_SUSPEND       2
141 #define ATOM_PM_OFF           3
142
143 /* Bit0:{=0:single, =1:dual},
144    Bit1 {=0:666RGB, =1:888RGB},
145    Bit2:3:{Grey level}
146    Bit4:{=0:LDI format for RGB888, =1 FPDI format for RGB888}*/
147
148 #define ATOM_PANEL_MISC_DUAL               0x00000001
149 #define ATOM_PANEL_MISC_888RGB             0x00000002
150 #define ATOM_PANEL_MISC_GREY_LEVEL         0x0000000C
151 #define ATOM_PANEL_MISC_FPDI               0x00000010
152 #define ATOM_PANEL_MISC_GREY_LEVEL_SHIFT   2
153 #define ATOM_PANEL_MISC_SPATIAL            0x00000020
154 #define ATOM_PANEL_MISC_TEMPORAL           0x00000040
155 #define ATOM_PANEL_MISC_API_ENABLED        0x00000080
156
157
158 #define MEMTYPE_DDR1              "DDR1"
159 #define MEMTYPE_DDR2              "DDR2"
160 #define MEMTYPE_DDR3              "DDR3"
161 #define MEMTYPE_DDR4              "DDR4"
162
163 #define ASIC_BUS_TYPE_PCI         "PCI"
164 #define ASIC_BUS_TYPE_AGP         "AGP"
165 #define ASIC_BUS_TYPE_PCIE        "PCI_EXPRESS"
166
167 /* Maximum size of that FireGL flag string */
168
169 #define ATOM_FIREGL_FLAG_STRING     "FGL"             //Flag used to enable FireGL Support
170 #define ATOM_MAX_SIZE_OF_FIREGL_FLAG_STRING  3        //sizeof( ATOM_FIREGL_FLAG_STRING )
171
172 #define ATOM_FAKE_DESKTOP_STRING    "DSK"             //Flag used to enable mobile ASIC on Desktop
173 #define ATOM_MAX_SIZE_OF_FAKE_DESKTOP_STRING  ATOM_MAX_SIZE_OF_FIREGL_FLAG_STRING 
174
175 #define ATOM_M54T_FLAG_STRING       "M54T"            //Flag used to enable M54T Support
176 #define ATOM_MAX_SIZE_OF_M54T_FLAG_STRING    4        //sizeof( ATOM_M54T_FLAG_STRING )
177
178 #define HW_ASSISTED_I2C_STATUS_FAILURE          2
179 #define HW_ASSISTED_I2C_STATUS_SUCCESS          1
180
181 #pragma pack(1)                                       /* BIOS data must use byte aligment */
182
183 /*  Define offset to location of ROM header. */
184
185 #define OFFSET_TO_POINTER_TO_ATOM_ROM_HEADER            0x00000048L
186 #define OFFSET_TO_ATOM_ROM_IMAGE_SIZE                               0x00000002L
187
188 #define OFFSET_TO_ATOMBIOS_ASIC_BUS_MEM_TYPE    0x94
189 #define MAXSIZE_OF_ATOMBIOS_ASIC_BUS_MEM_TYPE   20    /* including the terminator 0x0! */
190 #define OFFSET_TO_GET_ATOMBIOS_STRINGS_NUMBER           0x002f
191 #define OFFSET_TO_GET_ATOMBIOS_STRINGS_START            0x006e
192
193 /* Common header for all ROM Data tables.
194   Every table pointed  _ATOM_MASTER_DATA_TABLE has this common header. 
195   And the pointer actually points to this header. */
196
197 typedef struct _ATOM_COMMON_TABLE_HEADER
198 {
199   USHORT usStructureSize;
200   UCHAR  ucTableFormatRevision;   /*Change it when the Parser is not backward compatible */
201   UCHAR  ucTableContentRevision;  /*Change it only when the table needs to change but the firmware */
202                                   /*Image can't be updated, while Driver needs to carry the new table! */
203 }ATOM_COMMON_TABLE_HEADER;
204
205 /****************************************************************************/  
206 // Structure stores the ROM header.
207 /****************************************************************************/  
208 typedef struct _ATOM_ROM_HEADER
209 {
210   ATOM_COMMON_TABLE_HEADER              sHeader;
211   UCHAR  uaFirmWareSignature[4];    /*Signature to distinguish between Atombios and non-atombios, 
212                                       atombios should init it as "ATOM", don't change the position */
213   USHORT usBiosRuntimeSegmentAddress;
214   USHORT usProtectedModeInfoOffset;
215   USHORT usConfigFilenameOffset;
216   USHORT usCRC_BlockOffset;
217   USHORT usBIOS_BootupMessageOffset;
218   USHORT usInt10Offset;
219   USHORT usPciBusDevInitCode;
220   USHORT usIoBaseAddress;
221   USHORT usSubsystemVendorID;
222   USHORT usSubsystemID;
223   USHORT usPCI_InfoOffset; 
224   USHORT usMasterCommandTableOffset; /*Offset for SW to get all command table offsets, Don't change the position */
225   USHORT usMasterDataTableOffset;   /*Offset for SW to get all data table offsets, Don't change the position */
226   UCHAR  ucExtendedFunctionCode;
227   UCHAR  ucReserved;
228 }ATOM_ROM_HEADER;
229
230 /*==============================Command Table Portion==================================== */
231
232 #ifdef  UEFI_BUILD
233         #define UTEMP   USHORT
234         #define USHORT  void*
235 #endif
236
237 /****************************************************************************/  
238 // Structures used in Command.mtb 
239 /****************************************************************************/  
240 typedef struct _ATOM_MASTER_LIST_OF_COMMAND_TABLES{
241   USHORT ASIC_Init;                              //Function Table, used by various SW components,latest version 1.1
242   USHORT GetDisplaySurfaceSize;                  //Atomic Table,  Used by Bios when enabling HW ICON
243   USHORT ASIC_RegistersInit;                     //Atomic Table,  indirectly used by various SW components,called from ASIC_Init
244   USHORT VRAM_BlockVenderDetection;              //Atomic Table,  used only by Bios
245   USHORT DIGxEncoderControl;                                                                             //Only used by Bios
246   USHORT MemoryControllerInit;                   //Atomic Table,  indirectly used by various SW components,called from ASIC_Init
247   USHORT EnableCRTCMemReq;                       //Function Table,directly used by various SW components,latest version 2.1
248   USHORT MemoryParamAdjust;                                                                              //Atomic Table,  indirectly used by various SW components,called from SetMemoryClock if needed
249   USHORT DVOEncoderControl;                      //Function Table,directly used by various SW components,latest version 1.2
250   USHORT GPIOPinControl;                                                                                                 //Atomic Table,  only used by Bios
251   USHORT SetEngineClock;                         //Function Table,directly used by various SW components,latest version 1.1
252   USHORT SetMemoryClock;                         //Function Table,directly used by various SW components,latest version 1.1
253   USHORT SetPixelClock;                          //Function Table,directly used by various SW components,latest version 1.2  
254   USHORT DynamicClockGating;                     //Atomic Table,  indirectly used by various SW components,called from ASIC_Init
255   USHORT ResetMemoryDLL;                         //Atomic Table,  indirectly used by various SW components,called from SetMemoryClock
256   USHORT ResetMemoryDevice;                      //Atomic Table,  indirectly used by various SW components,called from SetMemoryClock
257   USHORT MemoryPLLInit;
258   USHORT AdjustDisplayPll;                                                                                              //only used by Bios
259   USHORT AdjustMemoryController;                 //Atomic Table,  indirectly used by various SW components,called from SetMemoryClock                
260   USHORT EnableASIC_StaticPwrMgt;                //Atomic Table,  only used by Bios
261   USHORT ASIC_StaticPwrMgtStatusChange;          //Obsolete ,     only used by Bios   
262   USHORT DAC_LoadDetection;                      //Atomic Table,  directly used by various SW components,latest version 1.2  
263   USHORT LVTMAEncoderControl;                    //Atomic Table,directly used by various SW components,latest version 1.3
264   USHORT LCD1OutputControl;                      //Atomic Table,  directly used by various SW components,latest version 1.1 
265   USHORT DAC1EncoderControl;                     //Atomic Table,  directly used by various SW components,latest version 1.1  
266   USHORT DAC2EncoderControl;                     //Atomic Table,  directly used by various SW components,latest version 1.1 
267   USHORT DVOOutputControl;                       //Atomic Table,  directly used by various SW components,latest version 1.1 
268   USHORT CV1OutputControl;                       //Atomic Table,  Atomic Table,  Obsolete from Ry6xx, use DAC2 Output instead 
269   USHORT GetConditionalGoldenSetting;            //only used by Bios
270   USHORT TVEncoderControl;                       //Function Table,directly used by various SW components,latest version 1.1
271   USHORT TMDSAEncoderControl;                    //Atomic Table,  directly used by various SW components,latest version 1.3
272   USHORT LVDSEncoderControl;                     //Atomic Table,  directly used by various SW components,latest version 1.3
273   USHORT TV1OutputControl;                       //Atomic Table,  Obsolete from Ry6xx, use DAC2 Output instead
274   USHORT EnableScaler;                           //Atomic Table,  used only by Bios
275   USHORT BlankCRTC;                              //Atomic Table,  directly used by various SW components,latest version 1.1 
276   USHORT EnableCRTC;                             //Atomic Table,  directly used by various SW components,latest version 1.1 
277   USHORT GetPixelClock;                          //Atomic Table,  directly used by various SW components,latest version 1.1 
278   USHORT EnableVGA_Render;                       //Function Table,directly used by various SW components,latest version 1.1
279   USHORT GetSCLKOverMCLKRatio;                   //Atomic Table,  only used by Bios
280   USHORT SetCRTC_Timing;                         //Atomic Table,  directly used by various SW components,latest version 1.1
281   USHORT SetCRTC_OverScan;                       //Atomic Table,  used by various SW components,latest version 1.1 
282   USHORT SetCRTC_Replication;                    //Atomic Table,  used only by Bios
283   USHORT SelectCRTC_Source;                      //Atomic Table,  directly used by various SW components,latest version 1.1 
284   USHORT EnableGraphSurfaces;                    //Atomic Table,  used only by Bios
285   USHORT UpdateCRTC_DoubleBufferRegisters;
286   USHORT LUT_AutoFill;                           //Atomic Table,  only used by Bios
287   USHORT EnableHW_IconCursor;                    //Atomic Table,  only used by Bios
288   USHORT GetMemoryClock;                         //Atomic Table,  directly used by various SW components,latest version 1.1 
289   USHORT GetEngineClock;                         //Atomic Table,  directly used by various SW components,latest version 1.1 
290   USHORT SetCRTC_UsingDTDTiming;                 //Atomic Table,  directly used by various SW components,latest version 1.1
291   USHORT ExternalEncoderControl;                 //Atomic Table,  directly used by various SW components,latest version 2.1
292   USHORT LVTMAOutputControl;                     //Atomic Table,  directly used by various SW components,latest version 1.1
293   USHORT VRAM_BlockDetectionByStrap;             //Atomic Table,  used only by Bios
294   USHORT MemoryCleanUp;                          //Atomic Table,  only used by Bios    
295   USHORT ProcessI2cChannelTransaction;           //Function Table,only used by Bios
296   USHORT WriteOneByteToHWAssistedI2C;            //Function Table,indirectly used by various SW components 
297   USHORT ReadHWAssistedI2CStatus;                //Atomic Table,  indirectly used by various SW components
298   USHORT SpeedFanControl;                        //Function Table,indirectly used by various SW components,called from ASIC_Init
299   USHORT PowerConnectorDetection;                //Atomic Table,  directly used by various SW components,latest version 1.1
300   USHORT MC_Synchronization;                     //Atomic Table,  indirectly used by various SW components,called from SetMemoryClock
301   USHORT ComputeMemoryEnginePLL;                 //Atomic Table,  indirectly used by various SW components,called from SetMemory/EngineClock
302   USHORT MemoryRefreshConversion;                //Atomic Table,  indirectly used by various SW components,called from SetMemory or SetEngineClock
303   USHORT VRAM_GetCurrentInfoBlock;               //Atomic Table,  used only by Bios
304   USHORT DynamicMemorySettings;                  //Atomic Table,  indirectly used by various SW components,called from SetMemoryClock
305   USHORT MemoryTraining;                         //Atomic Table,  used only by Bios
306   USHORT EnableSpreadSpectrumOnPPLL;             //Atomic Table,  directly used by various SW components,latest version 1.2
307   USHORT TMDSAOutputControl;                     //Atomic Table,  directly used by various SW components,latest version 1.1
308   USHORT SetVoltage;                             //Function Table,directly and/or indirectly used by various SW components,latest version 1.1
309   USHORT DAC1OutputControl;                      //Atomic Table,  directly used by various SW components,latest version 1.1
310   USHORT DAC2OutputControl;                      //Atomic Table,  directly used by various SW components,latest version 1.1
311   USHORT SetupHWAssistedI2CStatus;               //Function Table,only used by Bios, obsolete soon.Switch to use "ReadEDIDFromHWAssistedI2C"
312   USHORT ClockSource;                            //Atomic Table,  indirectly used by various SW components,called from ASIC_Init
313   USHORT MemoryDeviceInit;                       //Atomic Table,  indirectly used by various SW components,called from SetMemoryClock
314   USHORT EnableYUV;                              //Atomic Table,  indirectly used by various SW components,called from EnableVGARender
315   USHORT DIG1EncoderControl;                     //Atomic Table,directly used by various SW components,latest version 1.1
316   USHORT DIG2EncoderControl;                     //Atomic Table,directly used by various SW components,latest version 1.1
317   USHORT DIG1TransmitterControl;                 //Atomic Table,directly used by various SW components,latest version 1.1
318   USHORT DIG2TransmitterControl;                       //Atomic Table,directly used by various SW components,latest version 1.1 
319   USHORT ProcessAuxChannelTransaction;                                   //Function Table,only used by Bios
320   USHORT DPEncoderService;                                                                                       //Function Table,only used by Bios
321 }ATOM_MASTER_LIST_OF_COMMAND_TABLES;   
322
323 // For backward compatible 
324 #define ReadEDIDFromHWAssistedI2C                ProcessI2cChannelTransaction
325 #define UNIPHYTransmitterControl                                                     DIG1TransmitterControl
326 #define LVTMATransmitterControl                                                      DIG2TransmitterControl
327 #define SetCRTC_DPM_State                        GetConditionalGoldenSetting
328 #define SetUniphyInstance                        ASIC_StaticPwrMgtStatusChange
329 #define HPDInterruptService                      ReadHWAssistedI2CStatus
330 #define EnableVGA_Access                         GetSCLKOverMCLKRatio
331 #define GetDispObjectInfo                        EnableYUV 
332
333 typedef struct _ATOM_MASTER_COMMAND_TABLE
334 {
335   ATOM_COMMON_TABLE_HEADER           sHeader;
336   ATOM_MASTER_LIST_OF_COMMAND_TABLES ListOfCommandTables;
337 }ATOM_MASTER_COMMAND_TABLE;
338
339 /****************************************************************************/  
340 // Structures used in every command table
341 /****************************************************************************/  
342 typedef struct _ATOM_TABLE_ATTRIBUTE
343 {
344 #if ATOM_BIG_ENDIAN
345   USHORT  UpdatedByUtility:1;         //[15]=Table updated by utility flag
346   USHORT  PS_SizeInBytes:7;           //[14:8]=Size of parameter space in Bytes (multiple of a dword), 
347   USHORT  WS_SizeInBytes:8;           //[7:0]=Size of workspace in Bytes (in multiple of a dword), 
348 #else
349   USHORT  WS_SizeInBytes:8;           //[7:0]=Size of workspace in Bytes (in multiple of a dword), 
350   USHORT  PS_SizeInBytes:7;           //[14:8]=Size of parameter space in Bytes (multiple of a dword), 
351   USHORT  UpdatedByUtility:1;         //[15]=Table updated by utility flag
352 #endif
353 }ATOM_TABLE_ATTRIBUTE;
354
355 typedef union _ATOM_TABLE_ATTRIBUTE_ACCESS
356 {
357   ATOM_TABLE_ATTRIBUTE sbfAccess;
358   USHORT               susAccess;
359 }ATOM_TABLE_ATTRIBUTE_ACCESS;
360
361 /****************************************************************************/  
362 // Common header for all command tables.
363 // Every table pointed by _ATOM_MASTER_COMMAND_TABLE has this common header. 
364 // And the pointer actually points to this header.
365 /****************************************************************************/  
366 typedef struct _ATOM_COMMON_ROM_COMMAND_TABLE_HEADER
367 {
368   ATOM_COMMON_TABLE_HEADER CommonHeader;
369   ATOM_TABLE_ATTRIBUTE     TableAttribute;      
370 }ATOM_COMMON_ROM_COMMAND_TABLE_HEADER;
371
372 /****************************************************************************/  
373 // Structures used by ComputeMemoryEnginePLLTable
374 /****************************************************************************/  
375 #define COMPUTE_MEMORY_PLL_PARAM        1
376 #define COMPUTE_ENGINE_PLL_PARAM        2
377 #define ADJUST_MC_SETTING_PARAM         3
378
379 /****************************************************************************/  
380 // Structures used by AdjustMemoryControllerTable
381 /****************************************************************************/  
382 typedef struct _ATOM_ADJUST_MEMORY_CLOCK_FREQ
383 {
384 #if ATOM_BIG_ENDIAN
385   ULONG ulPointerReturnFlag:1;      // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_3[7]=0 - Program the right Data Block 
386   ULONG ulMemoryModuleNumber:7;     // BYTE_3[6:0]
387   ULONG ulClockFreq:24;
388 #else
389   ULONG ulClockFreq:24;
390   ULONG ulMemoryModuleNumber:7;     // BYTE_3[6:0]
391   ULONG ulPointerReturnFlag:1;      // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_3[7]=0 - Program the right Data Block 
392 #endif
393 }ATOM_ADJUST_MEMORY_CLOCK_FREQ;
394 #define POINTER_RETURN_FLAG             0x80
395
396 typedef struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS
397 {
398   ULONG   ulClock;        //When returen, it's the re-calculated clock based on given Fb_div Post_Div and ref_div
399   UCHAR   ucAction;       //0:reserved //1:Memory //2:Engine  
400   UCHAR   ucReserved;     //may expand to return larger Fbdiv later
401   UCHAR   ucFbDiv;        //return value
402   UCHAR   ucPostDiv;      //return value
403 }COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS;
404
405 typedef struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V2
406 {
407   ULONG   ulClock;        //When return, [23:0] return real clock 
408   UCHAR   ucAction;       //0:reserved;COMPUTE_MEMORY_PLL_PARAM:Memory;COMPUTE_ENGINE_PLL_PARAM:Engine. it return ref_div to be written to register
409   USHORT  usFbDiv;                  //return Feedback value to be written to register
410   UCHAR   ucPostDiv;      //return post div to be written to register
411 }COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V2;
412 #define COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_PS_ALLOCATION   COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS
413
414
415 #define SET_CLOCK_FREQ_MASK                     0x00FFFFFF  //Clock change tables only take bit [23:0] as the requested clock value
416 #define USE_NON_BUS_CLOCK_MASK                  0x01000000  //Applicable to both memory and engine clock change, when set, it uses another clock as the temporary clock (engine uses memory and vice versa)
417 #define USE_MEMORY_SELF_REFRESH_MASK            0x02000000      //Only applicable to memory clock change, when set, using memory self refresh during clock transition
418 #define SKIP_INTERNAL_MEMORY_PARAMETER_CHANGE   0x04000000  //Only applicable to memory clock change, when set, the table will skip predefined internal memory parameter change
419 #define FIRST_TIME_CHANGE_CLOCK                                                                 0x08000000      //Applicable to both memory and engine clock change,when set, it means this is 1st time to change clock after ASIC bootup
420 #define SKIP_SW_PROGRAM_PLL                                                                                     0x10000000      //Applicable to both memory and engine clock change, when set, it means the table will not program SPLL/MPLL
421 #define USE_SS_ENABLED_PIXEL_CLOCK  USE_NON_BUS_CLOCK_MASK
422
423 #define b3USE_NON_BUS_CLOCK_MASK                  0x01       //Applicable to both memory and engine clock change, when set, it uses another clock as the temporary clock (engine uses memory and vice versa)
424 #define b3USE_MEMORY_SELF_REFRESH                 0x02       //Only applicable to memory clock change, when set, using memory self refresh during clock transition
425 #define b3SKIP_INTERNAL_MEMORY_PARAMETER_CHANGE   0x04       //Only applicable to memory clock change, when set, the table will skip predefined internal memory parameter change
426 #define b3FIRST_TIME_CHANGE_CLOCK                                                                       0x08       //Applicable to both memory and engine clock change,when set, it means this is 1st time to change clock after ASIC bootup
427 #define b3SKIP_SW_PROGRAM_PLL                                                                                   0x10                     //Applicable to both memory and engine clock change, when set, it means the table will not program SPLL/MPLL
428
429 typedef struct _ATOM_COMPUTE_CLOCK_FREQ
430 {
431 #if ATOM_BIG_ENDIAN
432   ULONG ulComputeClockFlag:8;                 // =1: COMPUTE_MEMORY_PLL_PARAM, =2: COMPUTE_ENGINE_PLL_PARAM
433   ULONG ulClockFreq:24;                       // in unit of 10kHz
434 #else
435   ULONG ulClockFreq:24;                       // in unit of 10kHz
436   ULONG ulComputeClockFlag:8;                 // =1: COMPUTE_MEMORY_PLL_PARAM, =2: COMPUTE_ENGINE_PLL_PARAM
437 #endif
438 }ATOM_COMPUTE_CLOCK_FREQ;
439
440 typedef struct _ATOM_S_MPLL_FB_DIVIDER
441 {
442   USHORT usFbDivFrac;  
443   USHORT usFbDiv;  
444 }ATOM_S_MPLL_FB_DIVIDER;
445
446 typedef struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V3
447 {
448   union
449   {
450     ATOM_COMPUTE_CLOCK_FREQ  ulClock;         //Input Parameter
451     ATOM_S_MPLL_FB_DIVIDER   ulFbDiv;         //Output Parameter
452   };
453   UCHAR   ucRefDiv;                           //Output Parameter      
454   UCHAR   ucPostDiv;                          //Output Parameter      
455   UCHAR   ucCntlFlag;                         //Output Parameter      
456   UCHAR   ucReserved;
457 }COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V3;
458
459 // ucCntlFlag
460 #define ATOM_PLL_CNTL_FLAG_PLL_POST_DIV_EN          1
461 #define ATOM_PLL_CNTL_FLAG_MPLL_VCO_MODE            2
462 #define ATOM_PLL_CNTL_FLAG_FRACTION_DISABLE         4
463 #define ATOM_PLL_CNTL_FLAG_SPLL_ISPARE_9                                                8
464
465
466 // V4 are only used for APU which PLL outside GPU
467 typedef struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V4
468 {
469 #if ATOM_BIG_ENDIAN
470   ULONG  ucPostDiv;          //return parameter: post divider which is used to program to register directly
471   ULONG  ulClock:24;         //Input= target clock, output = actual clock 
472 #else
473   ULONG  ulClock:24;         //Input= target clock, output = actual clock 
474   ULONG  ucPostDiv;          //return parameter: post divider which is used to program to register directly
475 #endif
476 }COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V4;
477
478 typedef struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V5
479 {
480   union
481   {
482     ATOM_COMPUTE_CLOCK_FREQ  ulClock;         //Input Parameter
483     ATOM_S_MPLL_FB_DIVIDER   ulFbDiv;         //Output Parameter
484   };
485   UCHAR   ucRefDiv;                           //Output Parameter      
486   UCHAR   ucPostDiv;                          //Output Parameter      
487   union
488   {
489     UCHAR   ucCntlFlag;                       //Output Flags
490     UCHAR   ucInputFlag;                      //Input Flags. ucInputFlag[0] - Strobe(1)/Performance(0) mode
491   };
492   UCHAR   ucReserved;                       
493 }COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V5;
494
495 // ucInputFlag
496 #define ATOM_PLL_INPUT_FLAG_PLL_STROBE_MODE_EN  1   // 1-StrobeMode, 0-PerformanceMode
497
498 typedef struct _DYNAMICE_MEMORY_SETTINGS_PARAMETER
499 {
500   ATOM_COMPUTE_CLOCK_FREQ ulClock;
501   ULONG ulReserved[2];
502 }DYNAMICE_MEMORY_SETTINGS_PARAMETER;
503
504 typedef struct _DYNAMICE_ENGINE_SETTINGS_PARAMETER
505 {
506   ATOM_COMPUTE_CLOCK_FREQ ulClock;
507   ULONG ulMemoryClock;
508   ULONG ulReserved;
509 }DYNAMICE_ENGINE_SETTINGS_PARAMETER;
510
511 /****************************************************************************/  
512 // Structures used by SetEngineClockTable
513 /****************************************************************************/  
514 typedef struct _SET_ENGINE_CLOCK_PARAMETERS
515 {
516   ULONG ulTargetEngineClock;          //In 10Khz unit
517 }SET_ENGINE_CLOCK_PARAMETERS;
518
519 typedef struct _SET_ENGINE_CLOCK_PS_ALLOCATION
520 {
521   ULONG ulTargetEngineClock;          //In 10Khz unit
522   COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_PS_ALLOCATION sReserved;
523 }SET_ENGINE_CLOCK_PS_ALLOCATION;
524
525 /****************************************************************************/  
526 // Structures used by SetMemoryClockTable
527 /****************************************************************************/  
528 typedef struct _SET_MEMORY_CLOCK_PARAMETERS
529 {
530   ULONG ulTargetMemoryClock;          //In 10Khz unit
531 }SET_MEMORY_CLOCK_PARAMETERS;
532
533 typedef struct _SET_MEMORY_CLOCK_PS_ALLOCATION
534 {
535   ULONG ulTargetMemoryClock;          //In 10Khz unit
536   COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_PS_ALLOCATION sReserved;
537 }SET_MEMORY_CLOCK_PS_ALLOCATION;
538
539 /****************************************************************************/  
540 // Structures used by ASIC_Init.ctb
541 /****************************************************************************/  
542 typedef struct _ASIC_INIT_PARAMETERS
543 {
544   ULONG ulDefaultEngineClock;         //In 10Khz unit
545   ULONG ulDefaultMemoryClock;         //In 10Khz unit
546 }ASIC_INIT_PARAMETERS;
547
548 typedef struct _ASIC_INIT_PS_ALLOCATION
549 {
550   ASIC_INIT_PARAMETERS sASICInitClocks;
551   SET_ENGINE_CLOCK_PS_ALLOCATION sReserved; //Caller doesn't need to init this structure
552 }ASIC_INIT_PS_ALLOCATION;
553
554 /****************************************************************************/  
555 // Structure used by DynamicClockGatingTable.ctb
556 /****************************************************************************/  
557 typedef struct _DYNAMIC_CLOCK_GATING_PARAMETERS 
558 {
559   UCHAR ucEnable;                     // ATOM_ENABLE or ATOM_DISABLE
560   UCHAR ucPadding[3];
561 }DYNAMIC_CLOCK_GATING_PARAMETERS;
562 #define  DYNAMIC_CLOCK_GATING_PS_ALLOCATION  DYNAMIC_CLOCK_GATING_PARAMETERS
563
564 /****************************************************************************/  
565 // Structure used by EnableASIC_StaticPwrMgtTable.ctb
566 /****************************************************************************/  
567 typedef struct _ENABLE_ASIC_STATIC_PWR_MGT_PARAMETERS
568 {
569   UCHAR ucEnable;                     // ATOM_ENABLE or ATOM_DISABLE
570   UCHAR ucPadding[3];
571 }ENABLE_ASIC_STATIC_PWR_MGT_PARAMETERS;
572 #define ENABLE_ASIC_STATIC_PWR_MGT_PS_ALLOCATION  ENABLE_ASIC_STATIC_PWR_MGT_PARAMETERS
573
574 /****************************************************************************/  
575 // Structures used by DAC_LoadDetectionTable.ctb
576 /****************************************************************************/  
577 typedef struct _DAC_LOAD_DETECTION_PARAMETERS
578 {
579   USHORT usDeviceID;                  //{ATOM_DEVICE_CRTx_SUPPORT,ATOM_DEVICE_TVx_SUPPORT,ATOM_DEVICE_CVx_SUPPORT}
580   UCHAR  ucDacType;                   //{ATOM_DAC_A,ATOM_DAC_B, ATOM_EXT_DAC}
581   UCHAR  ucMisc;                                                                                        //Valid only when table revision =1.3 and above
582 }DAC_LOAD_DETECTION_PARAMETERS;
583
584 // DAC_LOAD_DETECTION_PARAMETERS.ucMisc
585 #define DAC_LOAD_MISC_YPrPb                                             0x01
586
587 typedef struct _DAC_LOAD_DETECTION_PS_ALLOCATION
588 {
589   DAC_LOAD_DETECTION_PARAMETERS            sDacload;
590   ULONG                                    Reserved[2];// Don't set this one, allocation for EXT DAC
591 }DAC_LOAD_DETECTION_PS_ALLOCATION;
592
593 /****************************************************************************/  
594 // Structures used by DAC1EncoderControlTable.ctb and DAC2EncoderControlTable.ctb
595 /****************************************************************************/  
596 typedef struct _DAC_ENCODER_CONTROL_PARAMETERS 
597 {
598   USHORT usPixelClock;                // in 10KHz; for bios convenient
599   UCHAR  ucDacStandard;               // See definition of ATOM_DACx_xxx, For DEC3.0, bit 7 used as internal flag to indicate DAC2 (==1) or DAC1 (==0)
600   UCHAR  ucAction;                    // 0: turn off encoder
601                                       // 1: setup and turn on encoder
602                                       // 7: ATOM_ENCODER_INIT Initialize DAC
603 }DAC_ENCODER_CONTROL_PARAMETERS;
604
605 #define DAC_ENCODER_CONTROL_PS_ALLOCATION  DAC_ENCODER_CONTROL_PARAMETERS
606
607 /****************************************************************************/  
608 // Structures used by DIG1EncoderControlTable
609 //                    DIG2EncoderControlTable
610 //                    ExternalEncoderControlTable
611 /****************************************************************************/  
612 typedef struct _DIG_ENCODER_CONTROL_PARAMETERS
613 {
614   USHORT usPixelClock;          // in 10KHz; for bios convenient
615   UCHAR  ucConfig;                
616                             // [2] Link Select:
617                             // =0: PHY linkA if bfLane<3
618                             // =1: PHY linkB if bfLanes<3
619                             // =0: PHY linkA+B if bfLanes=3
620                             // [3] Transmitter Sel
621                             // =0: UNIPHY or PCIEPHY
622                             // =1: LVTMA                                        
623   UCHAR ucAction;           // =0: turn off encoder                                     
624                             // =1: turn on encoder                      
625   UCHAR ucEncoderMode;
626                             // =0: DP   encoder      
627                             // =1: LVDS encoder          
628                             // =2: DVI  encoder  
629                             // =3: HDMI encoder
630                             // =4: SDVO encoder
631   UCHAR ucLaneNum;          // how many lanes to enable
632   UCHAR ucReserved[2];
633 }DIG_ENCODER_CONTROL_PARAMETERS;
634 #define DIG_ENCODER_CONTROL_PS_ALLOCATION                         DIG_ENCODER_CONTROL_PARAMETERS
635 #define EXTERNAL_ENCODER_CONTROL_PARAMETER                      DIG_ENCODER_CONTROL_PARAMETERS
636
637 //ucConfig
638 #define ATOM_ENCODER_CONFIG_DPLINKRATE_MASK                             0x01
639 #define ATOM_ENCODER_CONFIG_DPLINKRATE_1_62GHZ          0x00
640 #define ATOM_ENCODER_CONFIG_DPLINKRATE_2_70GHZ          0x01
641 #define ATOM_ENCODER_CONFIG_DPLINKRATE_5_40GHZ          0x02
642 #define ATOM_ENCODER_CONFIG_LINK_SEL_MASK                                 0x04
643 #define ATOM_ENCODER_CONFIG_LINKA                                                                 0x00
644 #define ATOM_ENCODER_CONFIG_LINKB                                                                 0x04
645 #define ATOM_ENCODER_CONFIG_LINKA_B                                                       ATOM_TRANSMITTER_CONFIG_LINKA
646 #define ATOM_ENCODER_CONFIG_LINKB_A                                                       ATOM_ENCODER_CONFIG_LINKB
647 #define ATOM_ENCODER_CONFIG_TRANSMITTER_SEL_MASK        0x08
648 #define ATOM_ENCODER_CONFIG_UNIPHY                                                        0x00
649 #define ATOM_ENCODER_CONFIG_LVTMA                                                                 0x08
650 #define ATOM_ENCODER_CONFIG_TRANSMITTER1                                  0x00
651 #define ATOM_ENCODER_CONFIG_TRANSMITTER2                                  0x08
652 #define ATOM_ENCODER_CONFIG_DIGB                                                                  0x80                  // VBIOS Internal use, outside SW should set this bit=0
653 // ucAction
654 // ATOM_ENABLE:  Enable Encoder
655 // ATOM_DISABLE: Disable Encoder
656
657 //ucEncoderMode
658 #define ATOM_ENCODER_MODE_DP                                                                                    0
659 #define ATOM_ENCODER_MODE_LVDS                                                                          1
660 #define ATOM_ENCODER_MODE_DVI                                                                                   2
661 #define ATOM_ENCODER_MODE_HDMI                                                                          3
662 #define ATOM_ENCODER_MODE_SDVO                                                                          4
663 #define ATOM_ENCODER_MODE_DP_AUDIO                5
664 #define ATOM_ENCODER_MODE_TV                                                                                    13
665 #define ATOM_ENCODER_MODE_CV                                                                                    14
666 #define ATOM_ENCODER_MODE_CRT                                                                                   15
667 #define ATOM_ENCODER_MODE_DVO                                                                                   16
668 #define ATOM_ENCODER_MODE_DP_SST                  ATOM_ENCODER_MODE_DP    // For DP1.2
669 #define ATOM_ENCODER_MODE_DP_MST                  5                       // For DP1.2
670
671 typedef struct _ATOM_DIG_ENCODER_CONFIG_V2
672 {
673 #if ATOM_BIG_ENDIAN
674     UCHAR ucReserved1:2;
675     UCHAR ucTransmitterSel:2;     // =0: UniphyAB, =1: UniphyCD  =2: UniphyEF
676     UCHAR ucLinkSel:1;            // =0: linkA/C/E =1: linkB/D/F
677     UCHAR ucReserved:1;
678     UCHAR ucDPLinkRate:1;         // =0: 1.62Ghz, =1: 2.7Ghz
679 #else
680     UCHAR ucDPLinkRate:1;         // =0: 1.62Ghz, =1: 2.7Ghz
681     UCHAR ucReserved:1;
682     UCHAR ucLinkSel:1;            // =0: linkA/C/E =1: linkB/D/F
683     UCHAR ucTransmitterSel:2;     // =0: UniphyAB, =1: UniphyCD  =2: UniphyEF
684     UCHAR ucReserved1:2;
685 #endif
686 }ATOM_DIG_ENCODER_CONFIG_V2;
687
688
689 typedef struct _DIG_ENCODER_CONTROL_PARAMETERS_V2
690 {
691   USHORT usPixelClock;      // in 10KHz; for bios convenient
692   ATOM_DIG_ENCODER_CONFIG_V2 acConfig;
693   UCHAR ucAction;                                       
694   UCHAR ucEncoderMode;
695                             // =0: DP   encoder      
696                             // =1: LVDS encoder          
697                             // =2: DVI  encoder  
698                             // =3: HDMI encoder
699                             // =4: SDVO encoder
700   UCHAR ucLaneNum;          // how many lanes to enable
701   UCHAR ucStatus;           // = DP_LINK_TRAINING_COMPLETE or DP_LINK_TRAINING_INCOMPLETE, only used by VBIOS with command ATOM_ENCODER_CMD_QUERY_DP_LINK_TRAINING_STATUS
702   UCHAR ucReserved;
703 }DIG_ENCODER_CONTROL_PARAMETERS_V2;
704
705 //ucConfig
706 #define ATOM_ENCODER_CONFIG_V2_DPLINKRATE_MASK                          0x01
707 #define ATOM_ENCODER_CONFIG_V2_DPLINKRATE_1_62GHZ                 0x00
708 #define ATOM_ENCODER_CONFIG_V2_DPLINKRATE_2_70GHZ                 0x01
709 #define ATOM_ENCODER_CONFIG_V2_LINK_SEL_MASK                              0x04
710 #define ATOM_ENCODER_CONFIG_V2_LINKA                                                              0x00
711 #define ATOM_ENCODER_CONFIG_V2_LINKB                                                              0x04
712 #define ATOM_ENCODER_CONFIG_V2_TRANSMITTER_SEL_MASK       0x18
713 #define ATOM_ENCODER_CONFIG_V2_TRANSMITTER1                                 0x00
714 #define ATOM_ENCODER_CONFIG_V2_TRANSMITTER2                                 0x08
715 #define ATOM_ENCODER_CONFIG_V2_TRANSMITTER3                                 0x10
716
717 // ucAction:
718 // ATOM_DISABLE
719 // ATOM_ENABLE
720 #define ATOM_ENCODER_CMD_DP_LINK_TRAINING_START       0x08
721 #define ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1    0x09
722 #define ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2    0x0a
723 #define ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3    0x13
724 #define ATOM_ENCODER_CMD_DP_LINK_TRAINING_COMPLETE    0x0b
725 #define ATOM_ENCODER_CMD_DP_VIDEO_OFF                 0x0c
726 #define ATOM_ENCODER_CMD_DP_VIDEO_ON                  0x0d
727 #define ATOM_ENCODER_CMD_QUERY_DP_LINK_TRAINING_STATUS    0x0e
728 #define ATOM_ENCODER_CMD_SETUP                        0x0f
729 #define ATOM_ENCODER_CMD_SETUP_PANEL_MODE             0x10
730
731 // ucStatus
732 #define ATOM_ENCODER_STATUS_LINK_TRAINING_COMPLETE    0x10
733 #define ATOM_ENCODER_STATUS_LINK_TRAINING_INCOMPLETE  0x00
734
735 //ucTableFormatRevision=1
736 //ucTableContentRevision=3
737 // Following function ENABLE sub-function will be used by driver when TMDS/HDMI/LVDS is used, disable function will be used by driver
738 typedef struct _ATOM_DIG_ENCODER_CONFIG_V3
739 {
740 #if ATOM_BIG_ENDIAN
741     UCHAR ucReserved1:1;
742     UCHAR ucDigSel:3;             // =0/1/2/3/4/5: DIG0/1/2/3/4/5 (In register spec also referred as DIGA/B/C/D/E/F)
743     UCHAR ucReserved:3;
744     UCHAR ucDPLinkRate:1;         // =0: 1.62Ghz, =1: 2.7Ghz
745 #else
746     UCHAR ucDPLinkRate:1;         // =0: 1.62Ghz, =1: 2.7Ghz
747     UCHAR ucReserved:3;
748     UCHAR ucDigSel:3;             // =0/1/2/3/4/5: DIG0/1/2/3/4/5 (In register spec also referred as DIGA/B/C/D/E/F)
749     UCHAR ucReserved1:1;
750 #endif
751 }ATOM_DIG_ENCODER_CONFIG_V3;
752
753 #define ATOM_ENCODER_CONFIG_V3_DPLINKRATE_MASK                          0x03
754 #define ATOM_ENCODER_CONFIG_V3_DPLINKRATE_1_62GHZ                 0x00
755 #define ATOM_ENCODER_CONFIG_V3_DPLINKRATE_2_70GHZ                 0x01
756 #define ATOM_ENCODER_CONFIG_V3_ENCODER_SEL                                        0x70
757 #define ATOM_ENCODER_CONFIG_V3_DIG0_ENCODER                                       0x00
758 #define ATOM_ENCODER_CONFIG_V3_DIG1_ENCODER                                       0x10
759 #define ATOM_ENCODER_CONFIG_V3_DIG2_ENCODER                                       0x20
760 #define ATOM_ENCODER_CONFIG_V3_DIG3_ENCODER                                       0x30
761 #define ATOM_ENCODER_CONFIG_V3_DIG4_ENCODER                                       0x40
762 #define ATOM_ENCODER_CONFIG_V3_DIG5_ENCODER                                       0x50
763
764 typedef struct _DIG_ENCODER_CONTROL_PARAMETERS_V3
765 {
766   USHORT usPixelClock;      // in 10KHz; for bios convenient
767   ATOM_DIG_ENCODER_CONFIG_V3 acConfig;
768   UCHAR ucAction;                              
769   union {
770     UCHAR ucEncoderMode;
771                             // =0: DP   encoder      
772                             // =1: LVDS encoder          
773                             // =2: DVI  encoder  
774                             // =3: HDMI encoder
775                             // =4: SDVO encoder
776                             // =5: DP audio
777     UCHAR ucPanelMode;      // only valid when ucAction == ATOM_ENCODER_CMD_SETUP_PANEL_MODE
778                             // =0:     external DP
779                             // =1:     internal DP2
780                             // =0x11:  internal DP1 for NutMeg/Travis DP translator
781   };
782   UCHAR ucLaneNum;          // how many lanes to enable
783   UCHAR ucBitPerColor;      // only valid for DP mode when ucAction = ATOM_ENCODER_CMD_SETUP
784   UCHAR ucReserved;
785 }DIG_ENCODER_CONTROL_PARAMETERS_V3;
786
787 //ucTableFormatRevision=1
788 //ucTableContentRevision=4
789 // start from NI           
790 // Following function ENABLE sub-function will be used by driver when TMDS/HDMI/LVDS is used, disable function will be used by driver
791 typedef struct _ATOM_DIG_ENCODER_CONFIG_V4
792 {
793 #if ATOM_BIG_ENDIAN
794     UCHAR ucReserved1:1;
795     UCHAR ucDigSel:3;             // =0/1/2/3/4/5: DIG0/1/2/3/4/5 (In register spec also referred as DIGA/B/C/D/E/F)
796     UCHAR ucReserved:2;
797     UCHAR ucDPLinkRate:2;         // =0: 1.62Ghz, =1: 2.7Ghz, 2=5.4Ghz    <= Changed comparing to previous version
798 #else
799     UCHAR ucDPLinkRate:2;         // =0: 1.62Ghz, =1: 2.7Ghz, 2=5.4Ghz    <= Changed comparing to previous version
800     UCHAR ucReserved:2;
801     UCHAR ucDigSel:3;             // =0/1/2/3/4/5: DIG0/1/2/3/4/5 (In register spec also referred as DIGA/B/C/D/E/F)
802     UCHAR ucReserved1:1;
803 #endif
804 }ATOM_DIG_ENCODER_CONFIG_V4;
805
806 #define ATOM_ENCODER_CONFIG_V4_DPLINKRATE_MASK                          0x03
807 #define ATOM_ENCODER_CONFIG_V4_DPLINKRATE_1_62GHZ                 0x00
808 #define ATOM_ENCODER_CONFIG_V4_DPLINKRATE_2_70GHZ                 0x01
809 #define ATOM_ENCODER_CONFIG_V4_DPLINKRATE_5_40GHZ                 0x02
810 #define ATOM_ENCODER_CONFIG_V4_ENCODER_SEL                                        0x70
811 #define ATOM_ENCODER_CONFIG_V4_DIG0_ENCODER                                       0x00
812 #define ATOM_ENCODER_CONFIG_V4_DIG1_ENCODER                                       0x10
813 #define ATOM_ENCODER_CONFIG_V4_DIG2_ENCODER                                       0x20
814 #define ATOM_ENCODER_CONFIG_V4_DIG3_ENCODER                                       0x30
815 #define ATOM_ENCODER_CONFIG_V4_DIG4_ENCODER                                       0x40
816 #define ATOM_ENCODER_CONFIG_V4_DIG5_ENCODER                                       0x50
817
818 typedef struct _DIG_ENCODER_CONTROL_PARAMETERS_V4
819 {
820   USHORT usPixelClock;      // in 10KHz; for bios convenient
821   union{
822   ATOM_DIG_ENCODER_CONFIG_V4 acConfig;
823   UCHAR ucConfig;
824   };
825   UCHAR ucAction;                              
826   union {
827     UCHAR ucEncoderMode;
828                             // =0: DP   encoder      
829                             // =1: LVDS encoder          
830                             // =2: DVI  encoder  
831                             // =3: HDMI encoder
832                             // =4: SDVO encoder
833                             // =5: DP audio
834     UCHAR ucPanelMode;      // only valid when ucAction == ATOM_ENCODER_CMD_SETUP_PANEL_MODE
835                             // =0:     external DP
836                             // =1:     internal DP2
837                             // =0x11:  internal DP1 for NutMeg/Travis DP translator
838   };
839   UCHAR ucLaneNum;          // how many lanes to enable
840   UCHAR ucBitPerColor;      // only valid for DP mode when ucAction = ATOM_ENCODER_CMD_SETUP
841   UCHAR ucHPD_ID;           // HPD ID (1-6). =0 means to skip HDP programming. New comparing to previous version
842 }DIG_ENCODER_CONTROL_PARAMETERS_V4;
843
844 // define ucBitPerColor: 
845 #define PANEL_BPC_UNDEFINE                               0x00
846 #define PANEL_6BIT_PER_COLOR                             0x01 
847 #define PANEL_8BIT_PER_COLOR                             0x02
848 #define PANEL_10BIT_PER_COLOR                            0x03
849 #define PANEL_12BIT_PER_COLOR                            0x04
850 #define PANEL_16BIT_PER_COLOR                            0x05
851
852 //define ucPanelMode
853 #define DP_PANEL_MODE_EXTERNAL_DP_MODE                   0x00
854 #define DP_PANEL_MODE_INTERNAL_DP2_MODE                  0x01
855 #define DP_PANEL_MODE_INTERNAL_DP1_MODE                  0x11
856
857 /****************************************************************************/  
858 // Structures used by UNIPHYTransmitterControlTable
859 //                    LVTMATransmitterControlTable
860 //                    DVOOutputControlTable
861 /****************************************************************************/  
862 typedef struct _ATOM_DP_VS_MODE
863 {
864   UCHAR ucLaneSel;
865   UCHAR ucLaneSet;
866 }ATOM_DP_VS_MODE;
867
868 typedef struct _DIG_TRANSMITTER_CONTROL_PARAMETERS
869 {
870         union
871         {
872   USHORT usPixelClock;          // in 10KHz; for bios convenient
873         USHORT usInitInfo;                      // when init uniphy,lower 8bit is used for connector type defined in objectid.h
874   ATOM_DP_VS_MODE asMode; // DP Voltage swing mode
875         };
876   UCHAR ucConfig;
877                                                                                                         // [0]=0: 4 lane Link,      
878                                                                                                         //    =1: 8 lane Link ( Dual Links TMDS ) 
879                           // [1]=0: InCoherent mode   
880                                                                                                         //    =1: Coherent Mode                                                                         
881                                                                                                         // [2] Link Select:
882                                                                                                 // =0: PHY linkA   if bfLane<3
883                                                                                                         // =1: PHY linkB   if bfLanes<3
884                                                                                                 // =0: PHY linkA+B if bfLanes=3         
885                           // [5:4]PCIE lane Sel
886                           // =0: lane 0~3 or 0~7
887                           // =1: lane 4~7
888                           // =2: lane 8~11 or 8~15
889                           // =3: lane 12~15 
890         UCHAR ucAction;                           // =0: turn off encoder                                       
891                                 // =1: turn on encoder                  
892   UCHAR ucReserved[4];
893 }DIG_TRANSMITTER_CONTROL_PARAMETERS;
894
895 #define DIG_TRANSMITTER_CONTROL_PS_ALLOCATION           DIG_TRANSMITTER_CONTROL_PARAMETERS                                      
896
897 //ucInitInfo
898 #define ATOM_TRAMITTER_INITINFO_CONNECTOR_MASK  0x00ff                  
899
900 //ucConfig 
901 #define ATOM_TRANSMITTER_CONFIG_8LANE_LINK                      0x01
902 #define ATOM_TRANSMITTER_CONFIG_COHERENT                                0x02
903 #define ATOM_TRANSMITTER_CONFIG_LINK_SEL_MASK           0x04
904 #define ATOM_TRANSMITTER_CONFIG_LINKA                                           0x00
905 #define ATOM_TRANSMITTER_CONFIG_LINKB                                           0x04
906 #define ATOM_TRANSMITTER_CONFIG_LINKA_B                                 0x00                    
907 #define ATOM_TRANSMITTER_CONFIG_LINKB_A                                 0x04
908
909 #define ATOM_TRANSMITTER_CONFIG_ENCODER_SEL_MASK        0x08                    // only used when ATOM_TRANSMITTER_ACTION_ENABLE
910 #define ATOM_TRANSMITTER_CONFIG_DIG1_ENCODER            0x00                            // only used when ATOM_TRANSMITTER_ACTION_ENABLE
911 #define ATOM_TRANSMITTER_CONFIG_DIG2_ENCODER            0x08                            // only used when ATOM_TRANSMITTER_ACTION_ENABLE
912
913 #define ATOM_TRANSMITTER_CONFIG_CLKSRC_MASK                     0x30
914 #define ATOM_TRANSMITTER_CONFIG_CLKSRC_PPLL                     0x00
915 #define ATOM_TRANSMITTER_CONFIG_CLKSRC_PCIE                     0x20
916 #define ATOM_TRANSMITTER_CONFIG_CLKSRC_XTALIN           0x30
917 #define ATOM_TRANSMITTER_CONFIG_LANE_SEL_MASK           0xc0
918 #define ATOM_TRANSMITTER_CONFIG_LANE_0_3                                0x00
919 #define ATOM_TRANSMITTER_CONFIG_LANE_0_7                                0x00
920 #define ATOM_TRANSMITTER_CONFIG_LANE_4_7                                0x40
921 #define ATOM_TRANSMITTER_CONFIG_LANE_8_11                               0x80
922 #define ATOM_TRANSMITTER_CONFIG_LANE_8_15                               0x80
923 #define ATOM_TRANSMITTER_CONFIG_LANE_12_15                      0xc0
924
925 //ucAction
926 #define ATOM_TRANSMITTER_ACTION_DISABLE                                        0
927 #define ATOM_TRANSMITTER_ACTION_ENABLE                                         1
928 #define ATOM_TRANSMITTER_ACTION_LCD_BLOFF                                      2
929 #define ATOM_TRANSMITTER_ACTION_LCD_BLON                                       3
930 #define ATOM_TRANSMITTER_ACTION_BL_BRIGHTNESS_CONTROL  4
931 #define ATOM_TRANSMITTER_ACTION_LCD_SELFTEST_START               5
932 #define ATOM_TRANSMITTER_ACTION_LCD_SELFTEST_STOP                        6
933 #define ATOM_TRANSMITTER_ACTION_INIT                                                   7
934 #define ATOM_TRANSMITTER_ACTION_DISABLE_OUTPUT         8
935 #define ATOM_TRANSMITTER_ACTION_ENABLE_OUTPUT                  9
936 #define ATOM_TRANSMITTER_ACTION_SETUP                                                  10
937 #define ATOM_TRANSMITTER_ACTION_SETUP_VSEMPH           11
938 #define ATOM_TRANSMITTER_ACTION_POWER_ON               12
939 #define ATOM_TRANSMITTER_ACTION_POWER_OFF              13
940
941 // Following are used for DigTransmitterControlTable ver1.2
942 typedef struct _ATOM_DIG_TRANSMITTER_CONFIG_V2
943 {
944 #if ATOM_BIG_ENDIAN
945   UCHAR ucTransmitterSel:2;         //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
946                                     //        =1 Dig Transmitter 2 ( Uniphy CD )
947                                     //        =2 Dig Transmitter 3 ( Uniphy EF )
948   UCHAR ucReserved:1;               
949   UCHAR fDPConnector:1;             //bit4=0: DP connector  =1: None DP connector
950   UCHAR ucEncoderSel:1;             //bit3=0: Data/Clk path source from DIGA( DIG inst0 ). =1: Data/clk path source from DIGB ( DIG inst1 )
951   UCHAR ucLinkSel:1;                //bit2=0: Uniphy LINKA or C or E when fDualLinkConnector=0. when fDualLinkConnector=1, it means master link of dual link is A or C or E
952                                     //    =1: Uniphy LINKB or D or F when fDualLinkConnector=0. when fDualLinkConnector=1, it means master link of dual link is B or D or F
953
954   UCHAR fCoherentMode:1;            //bit1=1: Coherent Mode ( for DVI/HDMI mode )
955   UCHAR fDualLinkConnector:1;       //bit0=1: Dual Link DVI connector
956 #else
957   UCHAR fDualLinkConnector:1;       //bit0=1: Dual Link DVI connector
958   UCHAR fCoherentMode:1;            //bit1=1: Coherent Mode ( for DVI/HDMI mode )
959   UCHAR ucLinkSel:1;                //bit2=0: Uniphy LINKA or C or E when fDualLinkConnector=0. when fDualLinkConnector=1, it means master link of dual link is A or C or E
960                                     //    =1: Uniphy LINKB or D or F when fDualLinkConnector=0. when fDualLinkConnector=1, it means master link of dual link is B or D or F
961   UCHAR ucEncoderSel:1;             //bit3=0: Data/Clk path source from DIGA( DIG inst0 ). =1: Data/clk path source from DIGB ( DIG inst1 )
962   UCHAR fDPConnector:1;             //bit4=0: DP connector  =1: None DP connector
963   UCHAR ucReserved:1;               
964   UCHAR ucTransmitterSel:2;         //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
965                                     //        =1 Dig Transmitter 2 ( Uniphy CD )
966                                     //        =2 Dig Transmitter 3 ( Uniphy EF )
967 #endif
968 }ATOM_DIG_TRANSMITTER_CONFIG_V2;
969
970 //ucConfig 
971 //Bit0
972 #define ATOM_TRANSMITTER_CONFIG_V2_DUAL_LINK_CONNECTOR                  0x01
973
974 //Bit1
975 #define ATOM_TRANSMITTER_CONFIG_V2_COHERENT                                       0x02
976
977 //Bit2
978 #define ATOM_TRANSMITTER_CONFIG_V2_LINK_SEL_MASK                        0x04
979 #define ATOM_TRANSMITTER_CONFIG_V2_LINKA                                    0x00
980 #define ATOM_TRANSMITTER_CONFIG_V2_LINKB                                            0x04
981
982 // Bit3
983 #define ATOM_TRANSMITTER_CONFIG_V2_ENCODER_SEL_MASK             0x08
984 #define ATOM_TRANSMITTER_CONFIG_V2_DIG1_ENCODER                   0x00                          // only used when ucAction == ATOM_TRANSMITTER_ACTION_ENABLE or ATOM_TRANSMITTER_ACTION_SETUP
985 #define ATOM_TRANSMITTER_CONFIG_V2_DIG2_ENCODER                   0x08                          // only used when ucAction == ATOM_TRANSMITTER_ACTION_ENABLE or ATOM_TRANSMITTER_ACTION_SETUP
986
987 // Bit4
988 #define ATOM_TRASMITTER_CONFIG_V2_DP_CONNECTOR                          0x10
989
990 // Bit7:6
991 #define ATOM_TRANSMITTER_CONFIG_V2_TRANSMITTER_SEL_MASK     0xC0
992 #define ATOM_TRANSMITTER_CONFIG_V2_TRANSMITTER1                 0x00    //AB
993 #define ATOM_TRANSMITTER_CONFIG_V2_TRANSMITTER2                 0x40    //CD
994 #define ATOM_TRANSMITTER_CONFIG_V2_TRANSMITTER3                 0x80    //EF
995
996 typedef struct _DIG_TRANSMITTER_CONTROL_PARAMETERS_V2
997 {
998         union
999         {
1000   USHORT usPixelClock;          // in 10KHz; for bios convenient
1001         USHORT usInitInfo;                      // when init uniphy,lower 8bit is used for connector type defined in objectid.h
1002   ATOM_DP_VS_MODE asMode; // DP Voltage swing mode
1003         };
1004   ATOM_DIG_TRANSMITTER_CONFIG_V2 acConfig;
1005         UCHAR ucAction;                           // define as ATOM_TRANSMITER_ACTION_XXX
1006   UCHAR ucReserved[4];
1007 }DIG_TRANSMITTER_CONTROL_PARAMETERS_V2;
1008
1009 typedef struct _ATOM_DIG_TRANSMITTER_CONFIG_V3
1010 {
1011 #if ATOM_BIG_ENDIAN
1012   UCHAR ucTransmitterSel:2;         //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1013                                     //        =1 Dig Transmitter 2 ( Uniphy CD )
1014                                     //        =2 Dig Transmitter 3 ( Uniphy EF )
1015   UCHAR ucRefClkSource:2;           //bit5:4: PPLL1 =0, PPLL2=1, EXT_CLK=2
1016   UCHAR ucEncoderSel:1;             //bit3=0: Data/Clk path source from DIGA/C/E. =1: Data/clk path source from DIGB/D/F
1017   UCHAR ucLinkSel:1;                //bit2=0: Uniphy LINKA or C or E when fDualLinkConnector=0. when fDualLinkConnector=1, it means master link of dual link is A or C or E
1018                                     //    =1: Uniphy LINKB or D or F when fDualLinkConnector=0. when fDualLinkConnector=1, it means master link of dual link is B or D or F
1019   UCHAR fCoherentMode:1;            //bit1=1: Coherent Mode ( for DVI/HDMI mode )
1020   UCHAR fDualLinkConnector:1;       //bit0=1: Dual Link DVI connector
1021 #else
1022   UCHAR fDualLinkConnector:1;       //bit0=1: Dual Link DVI connector
1023   UCHAR fCoherentMode:1;            //bit1=1: Coherent Mode ( for DVI/HDMI mode )
1024   UCHAR ucLinkSel:1;                //bit2=0: Uniphy LINKA or C or E when fDualLinkConnector=0. when fDualLinkConnector=1, it means master link of dual link is A or C or E
1025                                     //    =1: Uniphy LINKB or D or F when fDualLinkConnector=0. when fDualLinkConnector=1, it means master link of dual link is B or D or F
1026   UCHAR ucEncoderSel:1;             //bit3=0: Data/Clk path source from DIGA/C/E. =1: Data/clk path source from DIGB/D/F
1027   UCHAR ucRefClkSource:2;           //bit5:4: PPLL1 =0, PPLL2=1, EXT_CLK=2
1028   UCHAR ucTransmitterSel:2;         //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1029                                     //        =1 Dig Transmitter 2 ( Uniphy CD )
1030                                     //        =2 Dig Transmitter 3 ( Uniphy EF )
1031 #endif
1032 }ATOM_DIG_TRANSMITTER_CONFIG_V3;
1033
1034
1035 typedef struct _DIG_TRANSMITTER_CONTROL_PARAMETERS_V3
1036 {
1037         union
1038         {
1039     USHORT usPixelClock;                // in 10KHz; for bios convenient
1040           USHORT usInitInfo;                    // when init uniphy,lower 8bit is used for connector type defined in objectid.h
1041     ATOM_DP_VS_MODE asMode; // DP Voltage swing mode
1042         };
1043   ATOM_DIG_TRANSMITTER_CONFIG_V3 acConfig;
1044         UCHAR ucAction;                             // define as ATOM_TRANSMITER_ACTION_XXX
1045   UCHAR ucLaneNum;
1046   UCHAR ucReserved[3];
1047 }DIG_TRANSMITTER_CONTROL_PARAMETERS_V3;
1048
1049 //ucConfig 
1050 //Bit0
1051 #define ATOM_TRANSMITTER_CONFIG_V3_DUAL_LINK_CONNECTOR                  0x01
1052
1053 //Bit1
1054 #define ATOM_TRANSMITTER_CONFIG_V3_COHERENT                                       0x02
1055
1056 //Bit2
1057 #define ATOM_TRANSMITTER_CONFIG_V3_LINK_SEL_MASK                        0x04
1058 #define ATOM_TRANSMITTER_CONFIG_V3_LINKA                                    0x00
1059 #define ATOM_TRANSMITTER_CONFIG_V3_LINKB                                            0x04
1060
1061 // Bit3
1062 #define ATOM_TRANSMITTER_CONFIG_V3_ENCODER_SEL_MASK             0x08
1063 #define ATOM_TRANSMITTER_CONFIG_V3_DIG1_ENCODER                   0x00
1064 #define ATOM_TRANSMITTER_CONFIG_V3_DIG2_ENCODER                   0x08
1065
1066 // Bit5:4
1067 #define ATOM_TRASMITTER_CONFIG_V3_REFCLK_SEL_MASK               0x30
1068 #define ATOM_TRASMITTER_CONFIG_V3_P1PLL                                 0x00
1069 #define ATOM_TRASMITTER_CONFIG_V3_P2PLL                           0x10
1070 #define ATOM_TRASMITTER_CONFIG_V3_REFCLK_SRC_EXT            0x20
1071
1072 // Bit7:6
1073 #define ATOM_TRANSMITTER_CONFIG_V3_TRANSMITTER_SEL_MASK     0xC0
1074 #define ATOM_TRANSMITTER_CONFIG_V3_TRANSMITTER1                 0x00    //AB
1075 #define ATOM_TRANSMITTER_CONFIG_V3_TRANSMITTER2                 0x40    //CD
1076 #define ATOM_TRANSMITTER_CONFIG_V3_TRANSMITTER3                 0x80    //EF
1077
1078
1079 /****************************************************************************/  
1080 // Structures used by UNIPHYTransmitterControlTable V1.4
1081 // ASIC Families: NI
1082 // ucTableFormatRevision=1
1083 // ucTableContentRevision=4
1084 /****************************************************************************/  
1085 typedef struct _ATOM_DP_VS_MODE_V4
1086 {
1087   UCHAR ucLaneSel;
1088         union
1089         {  
1090           UCHAR ucLaneSet;
1091           struct {
1092 #if ATOM_BIG_ENDIAN
1093                   UCHAR ucPOST_CURSOR2:2;         //Bit[7:6] Post Cursor2 Level      <= New in V4
1094                   UCHAR ucPRE_EMPHASIS:3;         //Bit[5:3] Pre-emphasis Level
1095                   UCHAR ucVOLTAGE_SWING:3;        //Bit[2:0] Voltage Swing Level
1096 #else
1097                   UCHAR ucVOLTAGE_SWING:3;        //Bit[2:0] Voltage Swing Level
1098                   UCHAR ucPRE_EMPHASIS:3;         //Bit[5:3] Pre-emphasis Level
1099                   UCHAR ucPOST_CURSOR2:2;         //Bit[7:6] Post Cursor2 Level      <= New in V4
1100 #endif
1101                 };
1102         }; 
1103 }ATOM_DP_VS_MODE_V4;
1104  
1105 typedef struct _ATOM_DIG_TRANSMITTER_CONFIG_V4
1106 {
1107 #if ATOM_BIG_ENDIAN
1108   UCHAR ucTransmitterSel:2;         //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1109                                     //        =1 Dig Transmitter 2 ( Uniphy CD )
1110                                     //        =2 Dig Transmitter 3 ( Uniphy EF )
1111   UCHAR ucRefClkSource:2;           //bit5:4: PPLL1 =0, PPLL2=1, DCPLL=2, EXT_CLK=3   <= New
1112   UCHAR ucEncoderSel:1;             //bit3=0: Data/Clk path source from DIGA/C/E. =1: Data/clk path source from DIGB/D/F
1113   UCHAR ucLinkSel:1;                //bit2=0: Uniphy LINKA or C or E when fDualLinkConnector=0. when fDualLinkConnector=1, it means master link of dual link is A or C or E
1114                                     //    =1: Uniphy LINKB or D or F when fDualLinkConnector=0. when fDualLinkConnector=1, it means master link of dual link is B or D or F
1115   UCHAR fCoherentMode:1;            //bit1=1: Coherent Mode ( for DVI/HDMI mode )
1116   UCHAR fDualLinkConnector:1;       //bit0=1: Dual Link DVI connector
1117 #else
1118   UCHAR fDualLinkConnector:1;       //bit0=1: Dual Link DVI connector
1119   UCHAR fCoherentMode:1;            //bit1=1: Coherent Mode ( for DVI/HDMI mode )
1120   UCHAR ucLinkSel:1;                //bit2=0: Uniphy LINKA or C or E when fDualLinkConnector=0. when fDualLinkConnector=1, it means master link of dual link is A or C or E
1121                                     //    =1: Uniphy LINKB or D or F when fDualLinkConnector=0. when fDualLinkConnector=1, it means master link of dual link is B or D or F
1122   UCHAR ucEncoderSel:1;             //bit3=0: Data/Clk path source from DIGA/C/E. =1: Data/clk path source from DIGB/D/F
1123   UCHAR ucRefClkSource:2;           //bit5:4: PPLL1 =0, PPLL2=1, DCPLL=2, EXT_CLK=3   <= New
1124   UCHAR ucTransmitterSel:2;         //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1125                                     //        =1 Dig Transmitter 2 ( Uniphy CD )
1126                                     //        =2 Dig Transmitter 3 ( Uniphy EF )
1127 #endif
1128 }ATOM_DIG_TRANSMITTER_CONFIG_V4;
1129
1130 typedef struct _DIG_TRANSMITTER_CONTROL_PARAMETERS_V4
1131 {
1132   union
1133   {
1134     USHORT usPixelClock;                // in 10KHz; for bios convenient
1135     USHORT usInitInfo;                  // when init uniphy,lower 8bit is used for connector type defined in objectid.h
1136     ATOM_DP_VS_MODE_V4 asMode; // DP Voltage swing mode     Redefined comparing to previous version
1137   };
1138   union
1139   {
1140   ATOM_DIG_TRANSMITTER_CONFIG_V4 acConfig;
1141   UCHAR ucConfig;
1142   };
1143   UCHAR ucAction;                                   // define as ATOM_TRANSMITER_ACTION_XXX                             
1144   UCHAR ucLaneNum;
1145   UCHAR ucReserved[3];
1146 }DIG_TRANSMITTER_CONTROL_PARAMETERS_V4;
1147
1148 //ucConfig 
1149 //Bit0
1150 #define ATOM_TRANSMITTER_CONFIG_V4_DUAL_LINK_CONNECTOR                  0x01
1151 //Bit1
1152 #define ATOM_TRANSMITTER_CONFIG_V4_COHERENT                                       0x02
1153 //Bit2
1154 #define ATOM_TRANSMITTER_CONFIG_V4_LINK_SEL_MASK                        0x04
1155 #define ATOM_TRANSMITTER_CONFIG_V4_LINKA                                    0x00                        
1156 #define ATOM_TRANSMITTER_CONFIG_V4_LINKB                                            0x04
1157 // Bit3
1158 #define ATOM_TRANSMITTER_CONFIG_V4_ENCODER_SEL_MASK             0x08
1159 #define ATOM_TRANSMITTER_CONFIG_V4_DIG1_ENCODER                   0x00                           
1160 #define ATOM_TRANSMITTER_CONFIG_V4_DIG2_ENCODER                   0x08                          
1161 // Bit5:4
1162 #define ATOM_TRANSMITTER_CONFIG_V4_REFCLK_SEL_MASK              0x30
1163 #define ATOM_TRANSMITTER_CONFIG_V4_P1PLL                                0x00
1164 #define ATOM_TRANSMITTER_CONFIG_V4_P2PLL                                0x10
1165 #define ATOM_TRANSMITTER_CONFIG_V4_DCPLL                                0x20   // New in _V4
1166 #define ATOM_TRANSMITTER_CONFIG_V4_REFCLK_SRC_EXT           0x30   // Changed comparing to V3
1167 // Bit7:6
1168 #define ATOM_TRANSMITTER_CONFIG_V4_TRANSMITTER_SEL_MASK     0xC0
1169 #define ATOM_TRANSMITTER_CONFIG_V4_TRANSMITTER1                 0x00    //AB
1170 #define ATOM_TRANSMITTER_CONFIG_V4_TRANSMITTER2                 0x40    //CD
1171 #define ATOM_TRANSMITTER_CONFIG_V4_TRANSMITTER3                 0x80    //EF
1172
1173
1174 /****************************************************************************/  
1175 // Structures used by ExternalEncoderControlTable V1.3
1176 // ASIC Families: Evergreen, Llano, NI
1177 // ucTableFormatRevision=1
1178 // ucTableContentRevision=3
1179 /****************************************************************************/  
1180
1181 typedef struct _EXTERNAL_ENCODER_CONTROL_PARAMETERS_V3
1182 {
1183   union{
1184   USHORT usPixelClock;      // pixel clock in 10Khz, valid when ucAction=SETUP/ENABLE_OUTPUT 
1185   USHORT usConnectorId;     // connector id, valid when ucAction = INIT
1186   };
1187   UCHAR  ucConfig;          // indicate which encoder, and DP link rate when ucAction = SETUP/ENABLE_OUTPUT  
1188   UCHAR  ucAction;          // 
1189   UCHAR  ucEncoderMode;     // encoder mode, only used when ucAction = SETUP/ENABLE_OUTPUT
1190   UCHAR  ucLaneNum;         // lane number, only used when ucAction = SETUP/ENABLE_OUTPUT  
1191   UCHAR  ucBitPerColor;     // output bit per color, only valid when ucAction = SETUP/ENABLE_OUTPUT and ucEncodeMode= DP
1192   UCHAR  ucReserved;        
1193 }EXTERNAL_ENCODER_CONTROL_PARAMETERS_V3;
1194
1195 // ucAction
1196 #define EXTERNAL_ENCODER_ACTION_V3_DISABLE_OUTPUT         0x00
1197 #define EXTERNAL_ENCODER_ACTION_V3_ENABLE_OUTPUT          0x01
1198 #define EXTERNAL_ENCODER_ACTION_V3_ENCODER_INIT           0x07
1199 #define EXTERNAL_ENCODER_ACTION_V3_ENCODER_SETUP          0x0f
1200 #define EXTERNAL_ENCODER_ACTION_V3_ENCODER_BLANKING_OFF   0x10
1201 #define EXTERNAL_ENCODER_ACTION_V3_ENCODER_BLANKING       0x11
1202 #define EXTERNAL_ENCODER_ACTION_V3_DACLOAD_DETECTION      0x12
1203
1204 // ucConfig
1205 #define EXTERNAL_ENCODER_CONFIG_V3_DPLINKRATE_MASK                              0x03
1206 #define EXTERNAL_ENCODER_CONFIG_V3_DPLINKRATE_1_62GHZ             0x00
1207 #define EXTERNAL_ENCODER_CONFIG_V3_DPLINKRATE_2_70GHZ             0x01
1208 #define EXTERNAL_ENCODER_CONFIG_V3_DPLINKRATE_5_40GHZ             0x02
1209 #define EXTERNAL_ENCODER_CONFIG_V3_ENCODER_SEL_MASK                 0x70
1210 #define EXTERNAL_ENCODER_CONFIG_V3_ENCODER1                         0x00
1211 #define EXTERNAL_ENCODER_CONFIG_V3_ENCODER2                         0x10
1212 #define EXTERNAL_ENCODER_CONFIG_V3_ENCODER3                         0x20
1213
1214 typedef struct _EXTERNAL_ENCODER_CONTROL_PS_ALLOCATION_V3
1215 {
1216   EXTERNAL_ENCODER_CONTROL_PARAMETERS_V3 sExtEncoder;
1217   ULONG ulReserved[2];
1218 }EXTERNAL_ENCODER_CONTROL_PS_ALLOCATION_V3;
1219
1220
1221 /****************************************************************************/  
1222 // Structures used by DAC1OuputControlTable
1223 //                    DAC2OuputControlTable
1224 //                    LVTMAOutputControlTable  (Before DEC30)
1225 //                    TMDSAOutputControlTable  (Before DEC30)
1226 /****************************************************************************/  
1227 typedef struct _DISPLAY_DEVICE_OUTPUT_CONTROL_PARAMETERS
1228 {
1229   UCHAR  ucAction;                    // Possible input:ATOM_ENABLE||ATOMDISABLE
1230                                       // When the display is LCD, in addition to above:
1231                                       // ATOM_LCD_BLOFF|| ATOM_LCD_BLON ||ATOM_LCD_BL_BRIGHTNESS_CONTROL||ATOM_LCD_SELFTEST_START||
1232                                       // ATOM_LCD_SELFTEST_STOP
1233                                       
1234   UCHAR  aucPadding[3];               // padding to DWORD aligned
1235 }DISPLAY_DEVICE_OUTPUT_CONTROL_PARAMETERS;
1236
1237 #define DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION DISPLAY_DEVICE_OUTPUT_CONTROL_PARAMETERS
1238
1239
1240 #define CRT1_OUTPUT_CONTROL_PARAMETERS     DISPLAY_DEVICE_OUTPUT_CONTROL_PARAMETERS 
1241 #define CRT1_OUTPUT_CONTROL_PS_ALLOCATION  DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION
1242
1243 #define CRT2_OUTPUT_CONTROL_PARAMETERS     DISPLAY_DEVICE_OUTPUT_CONTROL_PARAMETERS 
1244 #define CRT2_OUTPUT_CONTROL_PS_ALLOCATION  DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION
1245
1246 #define CV1_OUTPUT_CONTROL_PARAMETERS      DISPLAY_DEVICE_OUTPUT_CONTROL_PARAMETERS
1247 #define CV1_OUTPUT_CONTROL_PS_ALLOCATION   DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION
1248
1249 #define TV1_OUTPUT_CONTROL_PARAMETERS      DISPLAY_DEVICE_OUTPUT_CONTROL_PARAMETERS
1250 #define TV1_OUTPUT_CONTROL_PS_ALLOCATION   DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION
1251
1252 #define DFP1_OUTPUT_CONTROL_PARAMETERS     DISPLAY_DEVICE_OUTPUT_CONTROL_PARAMETERS
1253 #define DFP1_OUTPUT_CONTROL_PS_ALLOCATION  DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION
1254
1255 #define DFP2_OUTPUT_CONTROL_PARAMETERS     DISPLAY_DEVICE_OUTPUT_CONTROL_PARAMETERS
1256 #define DFP2_OUTPUT_CONTROL_PS_ALLOCATION  DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION
1257
1258 #define LCD1_OUTPUT_CONTROL_PARAMETERS     DISPLAY_DEVICE_OUTPUT_CONTROL_PARAMETERS
1259 #define LCD1_OUTPUT_CONTROL_PS_ALLOCATION  DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION
1260
1261 #define DVO_OUTPUT_CONTROL_PARAMETERS      DISPLAY_DEVICE_OUTPUT_CONTROL_PARAMETERS
1262 #define DVO_OUTPUT_CONTROL_PS_ALLOCATION   DIG_TRANSMITTER_CONTROL_PS_ALLOCATION
1263 #define DVO_OUTPUT_CONTROL_PARAMETERS_V3         DIG_TRANSMITTER_CONTROL_PARAMETERS
1264
1265 /****************************************************************************/  
1266 // Structures used by BlankCRTCTable
1267 /****************************************************************************/  
1268 typedef struct _BLANK_CRTC_PARAMETERS
1269 {
1270   UCHAR  ucCRTC;                        // ATOM_CRTC1 or ATOM_CRTC2
1271   UCHAR  ucBlanking;                  // ATOM_BLANKING or ATOM_BLANKINGOFF
1272   USHORT usBlackColorRCr;
1273   USHORT usBlackColorGY;
1274   USHORT usBlackColorBCb;
1275 }BLANK_CRTC_PARAMETERS;
1276 #define BLANK_CRTC_PS_ALLOCATION    BLANK_CRTC_PARAMETERS
1277
1278 /****************************************************************************/  
1279 // Structures used by EnableCRTCTable
1280 //                    EnableCRTCMemReqTable
1281 //                    UpdateCRTC_DoubleBufferRegistersTable
1282 /****************************************************************************/  
1283 typedef struct _ENABLE_CRTC_PARAMETERS
1284 {
1285   UCHAR ucCRTC;                           // ATOM_CRTC1 or ATOM_CRTC2
1286   UCHAR ucEnable;                     // ATOM_ENABLE or ATOM_DISABLE 
1287   UCHAR ucPadding[2];
1288 }ENABLE_CRTC_PARAMETERS;
1289 #define ENABLE_CRTC_PS_ALLOCATION   ENABLE_CRTC_PARAMETERS
1290
1291 /****************************************************************************/  
1292 // Structures used by SetCRTC_OverScanTable
1293 /****************************************************************************/  
1294 typedef struct _SET_CRTC_OVERSCAN_PARAMETERS
1295 {
1296   USHORT usOverscanRight;             // right
1297   USHORT usOverscanLeft;              // left
1298   USHORT usOverscanBottom;            // bottom
1299   USHORT usOverscanTop;               // top
1300   UCHAR  ucCRTC;                      // ATOM_CRTC1 or ATOM_CRTC2
1301   UCHAR  ucPadding[3];
1302 }SET_CRTC_OVERSCAN_PARAMETERS;
1303 #define SET_CRTC_OVERSCAN_PS_ALLOCATION  SET_CRTC_OVERSCAN_PARAMETERS
1304
1305 /****************************************************************************/  
1306 // Structures used by SetCRTC_ReplicationTable
1307 /****************************************************************************/  
1308 typedef struct _SET_CRTC_REPLICATION_PARAMETERS
1309 {
1310   UCHAR ucH_Replication;              // horizontal replication
1311   UCHAR ucV_Replication;              // vertical replication
1312   UCHAR usCRTC;                       // ATOM_CRTC1 or ATOM_CRTC2
1313   UCHAR ucPadding;
1314 }SET_CRTC_REPLICATION_PARAMETERS;
1315 #define SET_CRTC_REPLICATION_PS_ALLOCATION  SET_CRTC_REPLICATION_PARAMETERS
1316
1317 /****************************************************************************/  
1318 // Structures used by SelectCRTC_SourceTable
1319 /****************************************************************************/  
1320 typedef struct _SELECT_CRTC_SOURCE_PARAMETERS
1321 {
1322   UCHAR ucCRTC;                           // ATOM_CRTC1 or ATOM_CRTC2
1323   UCHAR ucDevice;                     // ATOM_DEVICE_CRT1|ATOM_DEVICE_CRT2|....
1324   UCHAR ucPadding[2];
1325 }SELECT_CRTC_SOURCE_PARAMETERS;
1326 #define SELECT_CRTC_SOURCE_PS_ALLOCATION  SELECT_CRTC_SOURCE_PARAMETERS
1327
1328 typedef struct _SELECT_CRTC_SOURCE_PARAMETERS_V2
1329 {
1330   UCHAR ucCRTC;                           // ATOM_CRTC1 or ATOM_CRTC2
1331   UCHAR ucEncoderID;                  // DAC1/DAC2/TVOUT/DIG1/DIG2/DVO
1332   UCHAR ucEncodeMode;                                                                   // Encoding mode, only valid when using DIG1/DIG2/DVO
1333   UCHAR ucPadding;
1334 }SELECT_CRTC_SOURCE_PARAMETERS_V2;
1335
1336 //ucEncoderID
1337 //#define ASIC_INT_DAC1_ENCODER_ID                                              0x00 
1338 //#define ASIC_INT_TV_ENCODER_ID                                                                        0x02
1339 //#define ASIC_INT_DIG1_ENCODER_ID                                                              0x03
1340 //#define ASIC_INT_DAC2_ENCODER_ID                                                              0x04
1341 //#define ASIC_EXT_TV_ENCODER_ID                                                                        0x06
1342 //#define ASIC_INT_DVO_ENCODER_ID                                                                       0x07
1343 //#define ASIC_INT_DIG2_ENCODER_ID                                                              0x09
1344 //#define ASIC_EXT_DIG_ENCODER_ID                                                                       0x05
1345
1346 //ucEncodeMode
1347 //#define ATOM_ENCODER_MODE_DP                                                                          0
1348 //#define ATOM_ENCODER_MODE_LVDS                                                                        1
1349 //#define ATOM_ENCODER_MODE_DVI                                                                         2
1350 //#define ATOM_ENCODER_MODE_HDMI                                                                        3
1351 //#define ATOM_ENCODER_MODE_SDVO                                                                        4
1352 //#define ATOM_ENCODER_MODE_TV                                                                          13
1353 //#define ATOM_ENCODER_MODE_CV                                                                          14
1354 //#define ATOM_ENCODER_MODE_CRT                                                                         15
1355
1356 /****************************************************************************/  
1357 // Structures used by SetPixelClockTable
1358 //                    GetPixelClockTable 
1359 /****************************************************************************/  
1360 //Major revision=1., Minor revision=1
1361 typedef struct _PIXEL_CLOCK_PARAMETERS
1362 {
1363   USHORT usPixelClock;                // in 10kHz unit; for bios convenient = (RefClk*FB_Div)/(Ref_Div*Post_Div)
1364                                       // 0 means disable PPLL
1365   USHORT usRefDiv;                    // Reference divider
1366   USHORT usFbDiv;                     // feedback divider
1367   UCHAR  ucPostDiv;                   // post divider   
1368   UCHAR  ucFracFbDiv;                 // fractional feedback divider
1369   UCHAR  ucPpll;                      // ATOM_PPLL1 or ATOM_PPL2
1370   UCHAR  ucRefDivSrc;                 // ATOM_PJITTER or ATO_NONPJITTER
1371   UCHAR  ucCRTC;                      // Which CRTC uses this Ppll
1372   UCHAR  ucPadding;
1373 }PIXEL_CLOCK_PARAMETERS;
1374
1375 //Major revision=1., Minor revision=2, add ucMiscIfno
1376 //ucMiscInfo:
1377 #define MISC_FORCE_REPROG_PIXEL_CLOCK 0x1
1378 #define MISC_DEVICE_INDEX_MASK        0xF0
1379 #define MISC_DEVICE_INDEX_SHIFT       4
1380
1381 typedef struct _PIXEL_CLOCK_PARAMETERS_V2
1382 {
1383   USHORT usPixelClock;                // in 10kHz unit; for bios convenient = (RefClk*FB_Div)/(Ref_Div*Post_Div)
1384                                       // 0 means disable PPLL
1385   USHORT usRefDiv;                    // Reference divider
1386   USHORT usFbDiv;                     // feedback divider
1387   UCHAR  ucPostDiv;                   // post divider   
1388   UCHAR  ucFracFbDiv;                 // fractional feedback divider
1389   UCHAR  ucPpll;                      // ATOM_PPLL1 or ATOM_PPL2
1390   UCHAR  ucRefDivSrc;                 // ATOM_PJITTER or ATO_NONPJITTER
1391   UCHAR  ucCRTC;                      // Which CRTC uses this Ppll
1392   UCHAR  ucMiscInfo;                  // Different bits for different purpose, bit [7:4] as device index, bit[0]=Force prog
1393 }PIXEL_CLOCK_PARAMETERS_V2;
1394
1395 //Major revision=1., Minor revision=3, structure/definition change
1396 //ucEncoderMode:
1397 //ATOM_ENCODER_MODE_DP
1398 //ATOM_ENOCDER_MODE_LVDS
1399 //ATOM_ENOCDER_MODE_DVI
1400 //ATOM_ENOCDER_MODE_HDMI
1401 //ATOM_ENOCDER_MODE_SDVO
1402 //ATOM_ENCODER_MODE_TV                                                                          13
1403 //ATOM_ENCODER_MODE_CV                                                                          14
1404 //ATOM_ENCODER_MODE_CRT                                                                         15
1405
1406 //ucDVOConfig
1407 //#define DVO_ENCODER_CONFIG_RATE_SEL                                                   0x01
1408 //#define DVO_ENCODER_CONFIG_DDR_SPEED                                          0x00
1409 //#define DVO_ENCODER_CONFIG_SDR_SPEED                                          0x01
1410 //#define DVO_ENCODER_CONFIG_OUTPUT_SEL                                         0x0c
1411 //#define DVO_ENCODER_CONFIG_LOW12BIT                                                   0x00
1412 //#define DVO_ENCODER_CONFIG_UPPER12BIT                                         0x04
1413 //#define DVO_ENCODER_CONFIG_24BIT                                                              0x08
1414
1415 //ucMiscInfo: also changed, see below
1416 #define PIXEL_CLOCK_MISC_FORCE_PROG_PPLL                                                0x01
1417 #define PIXEL_CLOCK_MISC_VGA_MODE                                                                               0x02
1418 #define PIXEL_CLOCK_MISC_CRTC_SEL_MASK                                                  0x04
1419 #define PIXEL_CLOCK_MISC_CRTC_SEL_CRTC1                                                 0x00
1420 #define PIXEL_CLOCK_MISC_CRTC_SEL_CRTC2                                                 0x04
1421 #define PIXEL_CLOCK_MISC_USE_ENGINE_FOR_DISPCLK                 0x08
1422 #define PIXEL_CLOCK_MISC_REF_DIV_SRC                    0x10
1423 // V1.4 for RoadRunner
1424 #define PIXEL_CLOCK_V4_MISC_SS_ENABLE               0x10
1425 #define PIXEL_CLOCK_V4_MISC_COHERENT_MODE           0x20
1426
1427
1428 typedef struct _PIXEL_CLOCK_PARAMETERS_V3
1429 {
1430   USHORT usPixelClock;                // in 10kHz unit; for bios convenient = (RefClk*FB_Div)/(Ref_Div*Post_Div)
1431                                       // 0 means disable PPLL. For VGA PPLL,make sure this value is not 0.
1432   USHORT usRefDiv;                    // Reference divider
1433   USHORT usFbDiv;                     // feedback divider
1434   UCHAR  ucPostDiv;                   // post divider   
1435   UCHAR  ucFracFbDiv;                 // fractional feedback divider
1436   UCHAR  ucPpll;                      // ATOM_PPLL1 or ATOM_PPL2
1437   UCHAR  ucTransmitterId;             // graphic encoder id defined in objectId.h
1438         union
1439         {
1440   UCHAR  ucEncoderMode;               // encoder type defined as ATOM_ENCODER_MODE_DP/DVI/HDMI/
1441         UCHAR  ucDVOConfig;                                                                     // when use DVO, need to know SDR/DDR, 12bit or 24bit
1442         };
1443   UCHAR  ucMiscInfo;                  // bit[0]=Force program, bit[1]= set pclk for VGA, b[2]= CRTC sel
1444                                       // bit[3]=0:use PPLL for dispclk source, =1: use engine clock for dispclock source
1445                                       // bit[4]=0:use XTALIN as the source of reference divider,=1 use the pre-defined clock as the source of reference divider
1446 }PIXEL_CLOCK_PARAMETERS_V3;
1447
1448 #define PIXEL_CLOCK_PARAMETERS_LAST                     PIXEL_CLOCK_PARAMETERS_V2
1449 #define GET_PIXEL_CLOCK_PS_ALLOCATION           PIXEL_CLOCK_PARAMETERS_LAST
1450
1451 typedef struct _PIXEL_CLOCK_PARAMETERS_V5
1452 {
1453   UCHAR  ucCRTC;             // ATOM_CRTC1~6, indicate the CRTC controller to 
1454                              // drive the pixel clock. not used for DCPLL case.
1455   union{
1456   UCHAR  ucReserved;
1457   UCHAR  ucFracFbDiv;        // [gphan] temporary to prevent build problem.  remove it after driver code is changed.
1458   };
1459   USHORT usPixelClock;       // target the pixel clock to drive the CRTC timing
1460                              // 0 means disable PPLL/DCPLL. 
1461   USHORT usFbDiv;            // feedback divider integer part. 
1462   UCHAR  ucPostDiv;          // post divider. 
1463   UCHAR  ucRefDiv;           // Reference divider
1464   UCHAR  ucPpll;             // ATOM_PPLL1/ATOM_PPLL2/ATOM_DCPLL
1465   UCHAR  ucTransmitterID;    // ASIC encoder id defined in objectId.h, 
1466                              // indicate which graphic encoder will be used. 
1467   UCHAR  ucEncoderMode;      // Encoder mode: 
1468   UCHAR  ucMiscInfo;         // bit[0]= Force program PPLL 
1469                              // bit[1]= when VGA timing is used. 
1470                              // bit[3:2]= HDMI panel bit depth: =0: 24bpp =1:30bpp, =2:32bpp
1471                              // bit[4]= RefClock source for PPLL. 
1472                              // =0: XTLAIN( default mode )
1473                                    // =1: other external clock source, which is pre-defined
1474                              //     by VBIOS depend on the feature required.
1475                              // bit[7:5]: reserved.
1476   ULONG  ulFbDivDecFrac;     // 20 bit feedback divider decimal fraction part, range from 1~999999 ( 0.000001 to 0.999999 )
1477
1478 }PIXEL_CLOCK_PARAMETERS_V5;
1479
1480 #define PIXEL_CLOCK_V5_MISC_FORCE_PROG_PPLL                                     0x01
1481 #define PIXEL_CLOCK_V5_MISC_VGA_MODE                                                            0x02
1482 #define PIXEL_CLOCK_V5_MISC_HDMI_BPP_MASK           0x0c
1483 #define PIXEL_CLOCK_V5_MISC_HDMI_24BPP              0x00
1484 #define PIXEL_CLOCK_V5_MISC_HDMI_30BPP              0x04
1485 #define PIXEL_CLOCK_V5_MISC_HDMI_32BPP              0x08
1486 #define PIXEL_CLOCK_V5_MISC_REF_DIV_SRC             0x10
1487
1488 typedef struct _CRTC_PIXEL_CLOCK_FREQ
1489 {
1490 #if ATOM_BIG_ENDIAN
1491   ULONG  ucCRTC:8;            // ATOM_CRTC1~6, indicate the CRTC controller to 
1492                               // drive the pixel clock. not used for DCPLL case.
1493   ULONG  ulPixelClock:24;     // target the pixel clock to drive the CRTC timing. 
1494                               // 0 means disable PPLL/DCPLL. Expanded to 24 bits comparing to previous version.
1495 #else
1496   ULONG  ulPixelClock:24;     // target the pixel clock to drive the CRTC timing. 
1497                               // 0 means disable PPLL/DCPLL. Expanded to 24 bits comparing to previous version.
1498   ULONG  ucCRTC:8;            // ATOM_CRTC1~6, indicate the CRTC controller to 
1499                               // drive the pixel clock. not used for DCPLL case.
1500 #endif
1501 }CRTC_PIXEL_CLOCK_FREQ;
1502
1503 typedef struct _PIXEL_CLOCK_PARAMETERS_V6
1504 {
1505   union{
1506     CRTC_PIXEL_CLOCK_FREQ ulCrtcPclkFreq;    // pixel clock and CRTC id frequency 
1507     ULONG ulDispEngClkFreq;                  // dispclk frequency
1508   };
1509   USHORT usFbDiv;            // feedback divider integer part. 
1510   UCHAR  ucPostDiv;          // post divider. 
1511   UCHAR  ucRefDiv;           // Reference divider
1512   UCHAR  ucPpll;             // ATOM_PPLL1/ATOM_PPLL2/ATOM_DCPLL
1513   UCHAR  ucTransmitterID;    // ASIC encoder id defined in objectId.h, 
1514                              // indicate which graphic encoder will be used. 
1515   UCHAR  ucEncoderMode;      // Encoder mode: 
1516   UCHAR  ucMiscInfo;         // bit[0]= Force program PPLL 
1517                              // bit[1]= when VGA timing is used. 
1518                              // bit[3:2]= HDMI panel bit depth: =0: 24bpp =1:30bpp, =2:32bpp
1519                              // bit[4]= RefClock source for PPLL. 
1520                              // =0: XTLAIN( default mode )
1521                                    // =1: other external clock source, which is pre-defined                                            
1522                              //     by VBIOS depend on the feature required.
1523                              // bit[7:5]: reserved.
1524   ULONG  ulFbDivDecFrac;     // 20 bit feedback divider decimal fraction part, range from 1~999999 ( 0.000001 to 0.999999 )
1525
1526 }PIXEL_CLOCK_PARAMETERS_V6;
1527
1528 #define PIXEL_CLOCK_V6_MISC_FORCE_PROG_PPLL                                     0x01
1529 #define PIXEL_CLOCK_V6_MISC_VGA_MODE                                                            0x02
1530 #define PIXEL_CLOCK_V6_MISC_HDMI_BPP_MASK           0x0c
1531 #define PIXEL_CLOCK_V6_MISC_HDMI_24BPP              0x00
1532 #define PIXEL_CLOCK_V6_MISC_HDMI_36BPP              0x04
1533 #define PIXEL_CLOCK_V6_MISC_HDMI_30BPP              0x08
1534 #define PIXEL_CLOCK_V6_MISC_HDMI_48BPP              0x0c
1535 #define PIXEL_CLOCK_V6_MISC_REF_DIV_SRC             0x10
1536
1537 typedef struct _GET_DISP_PLL_STATUS_INPUT_PARAMETERS_V2
1538 {
1539   PIXEL_CLOCK_PARAMETERS_V3 sDispClkInput;
1540 }GET_DISP_PLL_STATUS_INPUT_PARAMETERS_V2;
1541
1542 typedef struct _GET_DISP_PLL_STATUS_OUTPUT_PARAMETERS_V2
1543 {
1544   UCHAR  ucStatus;
1545   UCHAR  ucRefDivSrc;                 // =1: reference clock source from XTALIN, =0: source from PCIE ref clock
1546   UCHAR  ucReserved[2];
1547 }GET_DISP_PLL_STATUS_OUTPUT_PARAMETERS_V2;
1548
1549 typedef struct _GET_DISP_PLL_STATUS_INPUT_PARAMETERS_V3
1550 {
1551   PIXEL_CLOCK_PARAMETERS_V5 sDispClkInput;
1552 }GET_DISP_PLL_STATUS_INPUT_PARAMETERS_V3;
1553
1554 /****************************************************************************/  
1555 // Structures used by AdjustDisplayPllTable
1556 /****************************************************************************/  
1557 typedef struct _ADJUST_DISPLAY_PLL_PARAMETERS
1558 {
1559         USHORT usPixelClock;
1560         UCHAR ucTransmitterID;
1561         UCHAR ucEncodeMode;
1562         union
1563         {
1564                 UCHAR ucDVOConfig;                                                                      //if DVO, need passing link rate and output 12bitlow or 24bit
1565                 UCHAR ucConfig;                                                                                 //if none DVO, not defined yet
1566         };
1567         UCHAR ucReserved[3];
1568 }ADJUST_DISPLAY_PLL_PARAMETERS;
1569
1570 #define ADJUST_DISPLAY_CONFIG_SS_ENABLE       0x10
1571 #define ADJUST_DISPLAY_PLL_PS_ALLOCATION                        ADJUST_DISPLAY_PLL_PARAMETERS
1572
1573 typedef struct _ADJUST_DISPLAY_PLL_INPUT_PARAMETERS_V3
1574 {
1575         USHORT usPixelClock;                    // target pixel clock
1576         UCHAR ucTransmitterID;                  // GPU transmitter id defined in objectid.h
1577         UCHAR ucEncodeMode;                     // encoder mode: CRT, LVDS, DP, TMDS or HDMI
1578   UCHAR ucDispPllConfig;                 // display pll configure parameter defined as following DISPPLL_CONFIG_XXXX
1579   UCHAR ucExtTransmitterID;               // external encoder id.
1580         UCHAR ucReserved[2];
1581 }ADJUST_DISPLAY_PLL_INPUT_PARAMETERS_V3;
1582
1583 // usDispPllConfig v1.2 for RoadRunner
1584 #define DISPPLL_CONFIG_DVO_RATE_SEL                0x0001     // need only when ucTransmitterID = DVO
1585 #define DISPPLL_CONFIG_DVO_DDR_SPEED               0x0000     // need only when ucTransmitterID = DVO
1586 #define DISPPLL_CONFIG_DVO_SDR_SPEED               0x0001     // need only when ucTransmitterID = DVO
1587 #define DISPPLL_CONFIG_DVO_OUTPUT_SEL              0x000c     // need only when ucTransmitterID = DVO
1588 #define DISPPLL_CONFIG_DVO_LOW12BIT                0x0000     // need only when ucTransmitterID = DVO
1589 #define DISPPLL_CONFIG_DVO_UPPER12BIT              0x0004     // need only when ucTransmitterID = DVO
1590 #define DISPPLL_CONFIG_DVO_24BIT                   0x0008     // need only when ucTransmitterID = DVO
1591 #define DISPPLL_CONFIG_SS_ENABLE                   0x0010     // Only used when ucEncoderMode = DP or LVDS
1592 #define DISPPLL_CONFIG_COHERENT_MODE               0x0020     // Only used when ucEncoderMode = TMDS or HDMI
1593 #define DISPPLL_CONFIG_DUAL_LINK                   0x0040     // Only used when ucEncoderMode = TMDS or LVDS
1594
1595
1596 typedef struct _ADJUST_DISPLAY_PLL_OUTPUT_PARAMETERS_V3
1597 {
1598   ULONG ulDispPllFreq;                 // return display PPLL freq which is used to generate the pixclock, and related idclk, symclk etc
1599   UCHAR ucRefDiv;                      // if it is none-zero, it is used to be calculated the other ppll parameter fb_divider and post_div ( if it is not given )
1600   UCHAR ucPostDiv;                     // if it is none-zero, it is used to be calculated the other ppll parameter fb_divider
1601   UCHAR ucReserved[2];  
1602 }ADJUST_DISPLAY_PLL_OUTPUT_PARAMETERS_V3;
1603
1604 typedef struct _ADJUST_DISPLAY_PLL_PS_ALLOCATION_V3
1605 {
1606   union 
1607   {
1608     ADJUST_DISPLAY_PLL_INPUT_PARAMETERS_V3  sInput;
1609     ADJUST_DISPLAY_PLL_OUTPUT_PARAMETERS_V3 sOutput;
1610   };
1611 } ADJUST_DISPLAY_PLL_PS_ALLOCATION_V3;
1612
1613 /****************************************************************************/  
1614 // Structures used by EnableYUVTable
1615 /****************************************************************************/  
1616 typedef struct _ENABLE_YUV_PARAMETERS
1617 {
1618   UCHAR ucEnable;                     // ATOM_ENABLE:Enable YUV or ATOM_DISABLE:Disable YUV (RGB)
1619   UCHAR ucCRTC;                       // Which CRTC needs this YUV or RGB format
1620   UCHAR ucPadding[2];
1621 }ENABLE_YUV_PARAMETERS;
1622 #define ENABLE_YUV_PS_ALLOCATION ENABLE_YUV_PARAMETERS
1623
1624 /****************************************************************************/  
1625 // Structures used by GetMemoryClockTable
1626 /****************************************************************************/  
1627 typedef struct _GET_MEMORY_CLOCK_PARAMETERS
1628 {
1629   ULONG ulReturnMemoryClock;          // current memory speed in 10KHz unit
1630 } GET_MEMORY_CLOCK_PARAMETERS;
1631 #define GET_MEMORY_CLOCK_PS_ALLOCATION  GET_MEMORY_CLOCK_PARAMETERS
1632
1633 /****************************************************************************/  
1634 // Structures used by GetEngineClockTable
1635 /****************************************************************************/  
1636 typedef struct _GET_ENGINE_CLOCK_PARAMETERS
1637 {
1638   ULONG ulReturnEngineClock;          // current engine speed in 10KHz unit
1639 } GET_ENGINE_CLOCK_PARAMETERS;
1640 #define GET_ENGINE_CLOCK_PS_ALLOCATION  GET_ENGINE_CLOCK_PARAMETERS
1641
1642 /****************************************************************************/  
1643 // Following Structures and constant may be obsolete
1644 /****************************************************************************/  
1645 //Maxium 8 bytes,the data read in will be placed in the parameter space.
1646 //Read operaion successeful when the paramter space is non-zero, otherwise read operation failed
1647 typedef struct _READ_EDID_FROM_HW_I2C_DATA_PARAMETERS
1648 {
1649   USHORT    usPrescale;         //Ratio between Engine clock and I2C clock
1650   USHORT    usVRAMAddress;      //Address in Frame Buffer where to pace raw EDID
1651   USHORT    usStatus;           //When use output: lower byte EDID checksum, high byte hardware status
1652                                 //WHen use input:  lower byte as 'byte to read':currently limited to 128byte or 1byte
1653   UCHAR     ucSlaveAddr;        //Read from which slave
1654   UCHAR     ucLineNumber;       //Read from which HW assisted line
1655 }READ_EDID_FROM_HW_I2C_DATA_PARAMETERS;
1656 #define READ_EDID_FROM_HW_I2C_DATA_PS_ALLOCATION  READ_EDID_FROM_HW_I2C_DATA_PARAMETERS
1657
1658
1659 #define  ATOM_WRITE_I2C_FORMAT_PSOFFSET_PSDATABYTE                  0
1660 #define  ATOM_WRITE_I2C_FORMAT_PSOFFSET_PSTWODATABYTES              1
1661 #define  ATOM_WRITE_I2C_FORMAT_PSCOUNTER_PSOFFSET_IDDATABLOCK       2
1662 #define  ATOM_WRITE_I2C_FORMAT_PSCOUNTER_IDOFFSET_PLUS_IDDATABLOCK  3
1663 #define  ATOM_WRITE_I2C_FORMAT_IDCOUNTER_IDOFFSET_IDDATABLOCK       4
1664
1665 typedef struct _WRITE_ONE_BYTE_HW_I2C_DATA_PARAMETERS
1666 {
1667   USHORT    usPrescale;         //Ratio between Engine clock and I2C clock
1668   USHORT    usByteOffset;       //Write to which byte
1669                                 //Upper portion of usByteOffset is Format of data 
1670                                 //1bytePS+offsetPS
1671                                 //2bytesPS+offsetPS
1672                                 //blockID+offsetPS
1673                                 //blockID+offsetID
1674                                 //blockID+counterID+offsetID
1675   UCHAR     ucData;             //PS data1
1676   UCHAR     ucStatus;           //Status byte 1=success, 2=failure, Also is used as PS data2
1677   UCHAR     ucSlaveAddr;        //Write to which slave
1678   UCHAR     ucLineNumber;       //Write from which HW assisted line
1679 }WRITE_ONE_BYTE_HW_I2C_DATA_PARAMETERS;
1680
1681 #define WRITE_ONE_BYTE_HW_I2C_DATA_PS_ALLOCATION  WRITE_ONE_BYTE_HW_I2C_DATA_PARAMETERS
1682
1683 typedef struct _SET_UP_HW_I2C_DATA_PARAMETERS
1684 {
1685   USHORT    usPrescale;         //Ratio between Engine clock and I2C clock
1686   UCHAR     ucSlaveAddr;        //Write to which slave
1687   UCHAR     ucLineNumber;       //Write from which HW assisted line
1688 }SET_UP_HW_I2C_DATA_PARAMETERS;
1689
1690
1691 /**************************************************************************/
1692 #define SPEED_FAN_CONTROL_PS_ALLOCATION   WRITE_ONE_BYTE_HW_I2C_DATA_PARAMETERS
1693
1694
1695 /****************************************************************************/  
1696 // Structures used by PowerConnectorDetectionTable
1697 /****************************************************************************/  
1698 typedef struct  _POWER_CONNECTOR_DETECTION_PARAMETERS
1699 {
1700   UCHAR   ucPowerConnectorStatus;      //Used for return value 0: detected, 1:not detected
1701         UCHAR   ucPwrBehaviorId;                                                        
1702         USHORT  usPwrBudget;                                                             //how much power currently boot to in unit of watt
1703 }POWER_CONNECTOR_DETECTION_PARAMETERS;
1704
1705 typedef struct POWER_CONNECTOR_DETECTION_PS_ALLOCATION
1706 {                               
1707   UCHAR   ucPowerConnectorStatus;      //Used for return value 0: detected, 1:not detected
1708         UCHAR   ucReserved;
1709         USHORT  usPwrBudget;                                                             //how much power currently boot to in unit of watt
1710   WRITE_ONE_BYTE_HW_I2C_DATA_PS_ALLOCATION    sReserved;
1711 }POWER_CONNECTOR_DETECTION_PS_ALLOCATION;
1712
1713 /****************************LVDS SS Command Table Definitions**********************/
1714
1715 /****************************************************************************/  
1716 // Structures used by EnableSpreadSpectrumOnPPLLTable
1717 /****************************************************************************/  
1718 typedef struct  _ENABLE_LVDS_SS_PARAMETERS
1719 {
1720   USHORT  usSpreadSpectrumPercentage;       
1721   UCHAR   ucSpreadSpectrumType;           //Bit1=0 Down Spread,=1 Center Spread. Bit1=1 Ext. =0 Int. Others:TBD
1722   UCHAR   ucSpreadSpectrumStepSize_Delay; //bits3:2 SS_STEP_SIZE; bit 6:4 SS_DELAY
1723   UCHAR   ucEnable;                       //ATOM_ENABLE or ATOM_DISABLE
1724   UCHAR   ucPadding[3];
1725 }ENABLE_LVDS_SS_PARAMETERS;
1726
1727 //ucTableFormatRevision=1,ucTableContentRevision=2
1728 typedef struct  _ENABLE_LVDS_SS_PARAMETERS_V2
1729 {
1730   USHORT  usSpreadSpectrumPercentage;       
1731   UCHAR   ucSpreadSpectrumType;           //Bit1=0 Down Spread,=1 Center Spread. Bit1=1 Ext. =0 Int. Others:TBD
1732   UCHAR   ucSpreadSpectrumStep;           //
1733   UCHAR   ucEnable;                       //ATOM_ENABLE or ATOM_DISABLE
1734   UCHAR   ucSpreadSpectrumDelay;
1735   UCHAR   ucSpreadSpectrumRange;
1736   UCHAR   ucPadding;
1737 }ENABLE_LVDS_SS_PARAMETERS_V2;
1738
1739 //This new structure is based on ENABLE_LVDS_SS_PARAMETERS but expands to SS on PPLL, so other devices can use SS.
1740 typedef struct  _ENABLE_SPREAD_SPECTRUM_ON_PPLL
1741 {
1742   USHORT  usSpreadSpectrumPercentage;
1743   UCHAR   ucSpreadSpectrumType;           // Bit1=0 Down Spread,=1 Center Spread. Bit1=1 Ext. =0 Int. Others:TBD
1744   UCHAR   ucSpreadSpectrumStep;           //
1745   UCHAR   ucEnable;                       // ATOM_ENABLE or ATOM_DISABLE
1746   UCHAR   ucSpreadSpectrumDelay;
1747   UCHAR   ucSpreadSpectrumRange;
1748   UCHAR   ucPpll;                                                                                                 // ATOM_PPLL1/ATOM_PPLL2
1749 }ENABLE_SPREAD_SPECTRUM_ON_PPLL;
1750
1751 typedef struct _ENABLE_SPREAD_SPECTRUM_ON_PPLL_V2
1752 {
1753   USHORT  usSpreadSpectrumPercentage;
1754   UCHAR   ucSpreadSpectrumType;         // Bit[0]: 0-Down Spread,1-Center Spread. 
1755                                         // Bit[1]: 1-Ext. 0-Int. 
1756                                         // Bit[3:2]: =0 P1PLL =1 P2PLL =2 DCPLL
1757                                         // Bits[7:4] reserved
1758   UCHAR   ucEnable;                         // ATOM_ENABLE or ATOM_DISABLE
1759   USHORT  usSpreadSpectrumAmount;       // Includes SS_AMOUNT_FBDIV[7:0] and SS_AMOUNT_NFRAC_SLIP[11:8]    
1760   USHORT  usSpreadSpectrumStep;         // SS_STEP_SIZE_DSFRAC
1761 }ENABLE_SPREAD_SPECTRUM_ON_PPLL_V2;
1762
1763 #define ATOM_PPLL_SS_TYPE_V2_DOWN_SPREAD      0x00
1764 #define ATOM_PPLL_SS_TYPE_V2_CENTRE_SPREAD    0x01
1765 #define ATOM_PPLL_SS_TYPE_V2_EXT_SPREAD       0x02
1766 #define ATOM_PPLL_SS_TYPE_V2_PPLL_SEL_MASK    0x0c
1767 #define ATOM_PPLL_SS_TYPE_V2_P1PLL            0x00
1768 #define ATOM_PPLL_SS_TYPE_V2_P2PLL            0x04
1769 #define ATOM_PPLL_SS_TYPE_V2_DCPLL            0x08
1770 #define ATOM_PPLL_SS_AMOUNT_V2_FBDIV_MASK     0x00FF
1771 #define ATOM_PPLL_SS_AMOUNT_V2_FBDIV_SHIFT    0
1772 #define ATOM_PPLL_SS_AMOUNT_V2_NFRAC_MASK     0x0F00
1773 #define ATOM_PPLL_SS_AMOUNT_V2_NFRAC_SHIFT    8
1774
1775 // Used by DCE5.0
1776  typedef struct _ENABLE_SPREAD_SPECTRUM_ON_PPLL_V3
1777 {
1778   USHORT  usSpreadSpectrumAmountFrac;   // SS_AMOUNT_DSFRAC New in DCE5.0
1779   UCHAR   ucSpreadSpectrumType;         // Bit[0]: 0-Down Spread,1-Center Spread. 
1780                                         // Bit[1]: 1-Ext. 0-Int. 
1781                                         // Bit[3:2]: =0 P1PLL =1 P2PLL =2 DCPLL
1782                                         // Bits[7:4] reserved
1783   UCHAR   ucEnable;                         // ATOM_ENABLE or ATOM_DISABLE
1784   USHORT  usSpreadSpectrumAmount;       // Includes SS_AMOUNT_FBDIV[7:0] and SS_AMOUNT_NFRAC_SLIP[11:8]    
1785   USHORT  usSpreadSpectrumStep;         // SS_STEP_SIZE_DSFRAC
1786 }ENABLE_SPREAD_SPECTRUM_ON_PPLL_V3;
1787     
1788 #define ATOM_PPLL_SS_TYPE_V3_DOWN_SPREAD      0x00
1789 #define ATOM_PPLL_SS_TYPE_V3_CENTRE_SPREAD    0x01
1790 #define ATOM_PPLL_SS_TYPE_V3_EXT_SPREAD       0x02
1791 #define ATOM_PPLL_SS_TYPE_V3_PPLL_SEL_MASK    0x0c
1792 #define ATOM_PPLL_SS_TYPE_V3_P1PLL            0x00
1793 #define ATOM_PPLL_SS_TYPE_V3_P2PLL            0x04
1794 #define ATOM_PPLL_SS_TYPE_V3_DCPLL            0x08
1795 #define ATOM_PPLL_SS_AMOUNT_V3_FBDIV_MASK     0x00FF
1796 #define ATOM_PPLL_SS_AMOUNT_V3_FBDIV_SHIFT    0
1797 #define ATOM_PPLL_SS_AMOUNT_V3_NFRAC_MASK     0x0F00
1798 #define ATOM_PPLL_SS_AMOUNT_V3_NFRAC_SHIFT    8
1799
1800 #define ENABLE_SPREAD_SPECTRUM_ON_PPLL_PS_ALLOCATION  ENABLE_SPREAD_SPECTRUM_ON_PPLL
1801
1802 /**************************************************************************/
1803
1804 typedef struct _SET_PIXEL_CLOCK_PS_ALLOCATION
1805 {
1806   PIXEL_CLOCK_PARAMETERS sPCLKInput;
1807   ENABLE_SPREAD_SPECTRUM_ON_PPLL sReserved;//Caller doesn't need to init this portion 
1808 }SET_PIXEL_CLOCK_PS_ALLOCATION;
1809
1810 #define ENABLE_VGA_RENDER_PS_ALLOCATION   SET_PIXEL_CLOCK_PS_ALLOCATION
1811
1812 /****************************************************************************/  
1813 // Structures used by ###
1814 /****************************************************************************/  
1815 typedef struct  _MEMORY_TRAINING_PARAMETERS
1816 {
1817   ULONG ulTargetMemoryClock;          //In 10Khz unit
1818 }MEMORY_TRAINING_PARAMETERS;
1819 #define MEMORY_TRAINING_PS_ALLOCATION MEMORY_TRAINING_PARAMETERS
1820
1821
1822 /****************************LVDS and other encoder command table definitions **********************/
1823
1824
1825 /****************************************************************************/  
1826 // Structures used by LVDSEncoderControlTable   (Before DCE30)
1827 //                    LVTMAEncoderControlTable  (Before DCE30)
1828 //                    TMDSAEncoderControlTable  (Before DCE30)
1829 /****************************************************************************/  
1830 typedef struct _LVDS_ENCODER_CONTROL_PARAMETERS
1831 {
1832   USHORT usPixelClock;  // in 10KHz; for bios convenient
1833   UCHAR  ucMisc;        // bit0=0: Enable single link
1834                         //     =1: Enable dual link
1835                         // Bit1=0: 666RGB
1836                         //     =1: 888RGB
1837   UCHAR  ucAction;      // 0: turn off encoder
1838                         // 1: setup and turn on encoder
1839 }LVDS_ENCODER_CONTROL_PARAMETERS;
1840
1841 #define LVDS_ENCODER_CONTROL_PS_ALLOCATION  LVDS_ENCODER_CONTROL_PARAMETERS
1842    
1843 #define TMDS1_ENCODER_CONTROL_PARAMETERS    LVDS_ENCODER_CONTROL_PARAMETERS
1844 #define TMDS1_ENCODER_CONTROL_PS_ALLOCATION TMDS1_ENCODER_CONTROL_PARAMETERS
1845
1846 #define TMDS2_ENCODER_CONTROL_PARAMETERS    TMDS1_ENCODER_CONTROL_PARAMETERS
1847 #define TMDS2_ENCODER_CONTROL_PS_ALLOCATION TMDS2_ENCODER_CONTROL_PARAMETERS
1848
1849
1850 //ucTableFormatRevision=1,ucTableContentRevision=2
1851 typedef struct _LVDS_ENCODER_CONTROL_PARAMETERS_V2
1852 {
1853   USHORT usPixelClock;  // in 10KHz; for bios convenient
1854   UCHAR  ucMisc;        // see PANEL_ENCODER_MISC_xx defintions below
1855   UCHAR  ucAction;      // 0: turn off encoder
1856                         // 1: setup and turn on encoder
1857   UCHAR  ucTruncate;    // bit0=0: Disable truncate
1858                         //     =1: Enable truncate
1859                         // bit4=0: 666RGB
1860                         //     =1: 888RGB
1861   UCHAR  ucSpatial;     // bit0=0: Disable spatial dithering
1862                         //     =1: Enable spatial dithering
1863                         // bit4=0: 666RGB
1864                         //     =1: 888RGB
1865   UCHAR  ucTemporal;    // bit0=0: Disable temporal dithering
1866                         //     =1: Enable temporal dithering
1867                         // bit4=0: 666RGB
1868                         //     =1: 888RGB
1869                         // bit5=0: Gray level 2
1870                         //     =1: Gray level 4
1871   UCHAR  ucFRC;         // bit4=0: 25FRC_SEL pattern E
1872                         //     =1: 25FRC_SEL pattern F
1873                         // bit6:5=0: 50FRC_SEL pattern A
1874                         //       =1: 50FRC_SEL pattern B
1875                         //       =2: 50FRC_SEL pattern C
1876                         //       =3: 50FRC_SEL pattern D
1877                         // bit7=0: 75FRC_SEL pattern E
1878                         //     =1: 75FRC_SEL pattern F
1879 }LVDS_ENCODER_CONTROL_PARAMETERS_V2;
1880
1881 #define LVDS_ENCODER_CONTROL_PS_ALLOCATION_V2  LVDS_ENCODER_CONTROL_PARAMETERS_V2
1882    
1883 #define TMDS1_ENCODER_CONTROL_PARAMETERS_V2    LVDS_ENCODER_CONTROL_PARAMETERS_V2
1884 #define TMDS1_ENCODER_CONTROL_PS_ALLOCATION_V2 TMDS1_ENCODER_CONTROL_PARAMETERS_V2
1885   
1886 #define TMDS2_ENCODER_CONTROL_PARAMETERS_V2    TMDS1_ENCODER_CONTROL_PARAMETERS_V2
1887 #define TMDS2_ENCODER_CONTROL_PS_ALLOCATION_V2 TMDS2_ENCODER_CONTROL_PARAMETERS_V2
1888
1889 #define LVDS_ENCODER_CONTROL_PARAMETERS_V3     LVDS_ENCODER_CONTROL_PARAMETERS_V2
1890 #define LVDS_ENCODER_CONTROL_PS_ALLOCATION_V3  LVDS_ENCODER_CONTROL_PARAMETERS_V3
1891
1892 #define TMDS1_ENCODER_CONTROL_PARAMETERS_V3    LVDS_ENCODER_CONTROL_PARAMETERS_V3
1893 #define TMDS1_ENCODER_CONTROL_PS_ALLOCATION_V3 TMDS1_ENCODER_CONTROL_PARAMETERS_V3
1894
1895 #define TMDS2_ENCODER_CONTROL_PARAMETERS_V3    LVDS_ENCODER_CONTROL_PARAMETERS_V3
1896 #define TMDS2_ENCODER_CONTROL_PS_ALLOCATION_V3 TMDS2_ENCODER_CONTROL_PARAMETERS_V3
1897
1898 /****************************************************************************/  
1899 // Structures used by ###
1900 /****************************************************************************/  
1901 typedef struct _ENABLE_EXTERNAL_TMDS_ENCODER_PARAMETERS
1902 {                               
1903   UCHAR    ucEnable;            // Enable or Disable External TMDS encoder
1904   UCHAR    ucMisc;              // Bit0=0:Enable Single link;=1:Enable Dual link;Bit1 {=0:666RGB, =1:888RGB}
1905   UCHAR    ucPadding[2];
1906 }ENABLE_EXTERNAL_TMDS_ENCODER_PARAMETERS;
1907
1908 typedef struct _ENABLE_EXTERNAL_TMDS_ENCODER_PS_ALLOCATION
1909 {                               
1910   ENABLE_EXTERNAL_TMDS_ENCODER_PARAMETERS    sXTmdsEncoder;
1911   WRITE_ONE_BYTE_HW_I2C_DATA_PS_ALLOCATION   sReserved;     //Caller doesn't need to init this portion
1912 }ENABLE_EXTERNAL_TMDS_ENCODER_PS_ALLOCATION;
1913
1914 #define ENABLE_EXTERNAL_TMDS_ENCODER_PARAMETERS_V2  LVDS_ENCODER_CONTROL_PARAMETERS_V2
1915
1916 typedef struct _ENABLE_EXTERNAL_TMDS_ENCODER_PS_ALLOCATION_V2
1917 {                               
1918   ENABLE_EXTERNAL_TMDS_ENCODER_PARAMETERS_V2    sXTmdsEncoder;
1919   WRITE_ONE_BYTE_HW_I2C_DATA_PS_ALLOCATION      sReserved;     //Caller doesn't need to init this portion
1920 }ENABLE_EXTERNAL_TMDS_ENCODER_PS_ALLOCATION_V2;
1921
1922 typedef struct _EXTERNAL_ENCODER_CONTROL_PS_ALLOCATION
1923 {
1924   DIG_ENCODER_CONTROL_PARAMETERS            sDigEncoder;
1925   WRITE_ONE_BYTE_HW_I2C_DATA_PS_ALLOCATION sReserved;
1926 }EXTERNAL_ENCODER_CONTROL_PS_ALLOCATION;
1927
1928 /****************************************************************************/  
1929 // Structures used by DVOEncoderControlTable
1930 /****************************************************************************/  
1931 //ucTableFormatRevision=1,ucTableContentRevision=3
1932
1933 //ucDVOConfig:
1934 #define DVO_ENCODER_CONFIG_RATE_SEL                                                     0x01
1935 #define DVO_ENCODER_CONFIG_DDR_SPEED                                            0x00
1936 #define DVO_ENCODER_CONFIG_SDR_SPEED                                            0x01
1937 #define DVO_ENCODER_CONFIG_OUTPUT_SEL                                           0x0c
1938 #define DVO_ENCODER_CONFIG_LOW12BIT                                                     0x00
1939 #define DVO_ENCODER_CONFIG_UPPER12BIT                                           0x04
1940 #define DVO_ENCODER_CONFIG_24BIT                                                                0x08
1941
1942 typedef struct _DVO_ENCODER_CONTROL_PARAMETERS_V3
1943 {
1944   USHORT usPixelClock; 
1945   UCHAR  ucDVOConfig;
1946   UCHAR  ucAction;                                                                                                              //ATOM_ENABLE/ATOM_DISABLE/ATOM_HPD_INIT
1947   UCHAR  ucReseved[4];
1948 }DVO_ENCODER_CONTROL_PARAMETERS_V3;
1949 #define DVO_ENCODER_CONTROL_PS_ALLOCATION_V3    DVO_ENCODER_CONTROL_PARAMETERS_V3
1950
1951 //ucTableFormatRevision=1
1952 //ucTableContentRevision=3 structure is not changed but usMisc add bit 1 as another input for 
1953 // bit1=0: non-coherent mode
1954 //     =1: coherent mode
1955
1956 //==========================================================================================
1957 //Only change is here next time when changing encoder parameter definitions again!
1958 #define LVDS_ENCODER_CONTROL_PARAMETERS_LAST     LVDS_ENCODER_CONTROL_PARAMETERS_V3
1959 #define LVDS_ENCODER_CONTROL_PS_ALLOCATION_LAST  LVDS_ENCODER_CONTROL_PARAMETERS_LAST
1960
1961 #define TMDS1_ENCODER_CONTROL_PARAMETERS_LAST    LVDS_ENCODER_CONTROL_PARAMETERS_V3
1962 #define TMDS1_ENCODER_CONTROL_PS_ALLOCATION_LAST TMDS1_ENCODER_CONTROL_PARAMETERS_LAST
1963
1964 #define TMDS2_ENCODER_CONTROL_PARAMETERS_LAST    LVDS_ENCODER_CONTROL_PARAMETERS_V3
1965 #define TMDS2_ENCODER_CONTROL_PS_ALLOCATION_LAST TMDS2_ENCODER_CONTROL_PARAMETERS_LAST
1966
1967 #define DVO_ENCODER_CONTROL_PARAMETERS_LAST      DVO_ENCODER_CONTROL_PARAMETERS
1968 #define DVO_ENCODER_CONTROL_PS_ALLOCATION_LAST   DVO_ENCODER_CONTROL_PS_ALLOCATION
1969
1970 //==========================================================================================
1971 #define PANEL_ENCODER_MISC_DUAL                0x01
1972 #define PANEL_ENCODER_MISC_COHERENT            0x02
1973 #define PANEL_ENCODER_MISC_TMDS_LINKB                                    0x04
1974 #define PANEL_ENCODER_MISC_HDMI_TYPE                                     0x08
1975
1976 #define PANEL_ENCODER_ACTION_DISABLE           ATOM_DISABLE
1977 #define PANEL_ENCODER_ACTION_ENABLE            ATOM_ENABLE
1978 #define PANEL_ENCODER_ACTION_COHERENTSEQ       (ATOM_ENABLE+1)
1979
1980 #define PANEL_ENCODER_TRUNCATE_EN              0x01
1981 #define PANEL_ENCODER_TRUNCATE_DEPTH           0x10
1982 #define PANEL_ENCODER_SPATIAL_DITHER_EN        0x01
1983 #define PANEL_ENCODER_SPATIAL_DITHER_DEPTH     0x10
1984 #define PANEL_ENCODER_TEMPORAL_DITHER_EN       0x01
1985 #define PANEL_ENCODER_TEMPORAL_DITHER_DEPTH    0x10
1986 #define PANEL_ENCODER_TEMPORAL_LEVEL_4         0x20
1987 #define PANEL_ENCODER_25FRC_MASK               0x10
1988 #define PANEL_ENCODER_25FRC_E                  0x00
1989 #define PANEL_ENCODER_25FRC_F                  0x10
1990 #define PANEL_ENCODER_50FRC_MASK               0x60
1991 #define PANEL_ENCODER_50FRC_A                  0x00
1992 #define PANEL_ENCODER_50FRC_B                  0x20
1993 #define PANEL_ENCODER_50FRC_C                  0x40
1994 #define PANEL_ENCODER_50FRC_D                  0x60
1995 #define PANEL_ENCODER_75FRC_MASK               0x80
1996 #define PANEL_ENCODER_75FRC_E                  0x00
1997 #define PANEL_ENCODER_75FRC_F                  0x80
1998
1999 /****************************************************************************/  
2000 // Structures used by SetVoltageTable
2001 /****************************************************************************/  
2002 #define SET_VOLTAGE_TYPE_ASIC_VDDC             1
2003 #define SET_VOLTAGE_TYPE_ASIC_MVDDC            2
2004 #define SET_VOLTAGE_TYPE_ASIC_MVDDQ            3
2005 #define SET_VOLTAGE_TYPE_ASIC_VDDCI            4
2006 #define SET_VOLTAGE_INIT_MODE                  5
2007 #define SET_VOLTAGE_GET_MAX_VOLTAGE            6                                        //Gets the Max. voltage for the soldered Asic
2008
2009 #define SET_ASIC_VOLTAGE_MODE_ALL_SOURCE       0x1
2010 #define SET_ASIC_VOLTAGE_MODE_SOURCE_A         0x2
2011 #define SET_ASIC_VOLTAGE_MODE_SOURCE_B         0x4
2012
2013 #define SET_ASIC_VOLTAGE_MODE_SET_VOLTAGE      0x0
2014 #define SET_ASIC_VOLTAGE_MODE_GET_GPIOVAL      0x1      
2015 #define SET_ASIC_VOLTAGE_MODE_GET_GPIOMASK     0x2
2016
2017 typedef struct  _SET_VOLTAGE_PARAMETERS
2018 {
2019   UCHAR    ucVoltageType;               // To tell which voltage to set up, VDDC/MVDDC/MVDDQ
2020   UCHAR    ucVoltageMode;               // To set all, to set source A or source B or ...
2021   UCHAR    ucVoltageIndex;              // An index to tell which voltage level
2022   UCHAR    ucReserved;          
2023 }SET_VOLTAGE_PARAMETERS;
2024
2025 typedef struct  _SET_VOLTAGE_PARAMETERS_V2
2026 {
2027   UCHAR    ucVoltageType;               // To tell which voltage to set up, VDDC/MVDDC/MVDDQ
2028   UCHAR    ucVoltageMode;               // Not used, maybe use for state machine for differen power mode
2029   USHORT   usVoltageLevel;              // real voltage level
2030 }SET_VOLTAGE_PARAMETERS_V2;
2031
2032 typedef struct _SET_VOLTAGE_PS_ALLOCATION
2033 {
2034   SET_VOLTAGE_PARAMETERS sASICSetVoltage;
2035   WRITE_ONE_BYTE_HW_I2C_DATA_PS_ALLOCATION sReserved;
2036 }SET_VOLTAGE_PS_ALLOCATION;
2037
2038 /****************************************************************************/  
2039 // Structures used by TVEncoderControlTable
2040 /****************************************************************************/  
2041 typedef struct _TV_ENCODER_CONTROL_PARAMETERS
2042 {
2043   USHORT usPixelClock;                // in 10KHz; for bios convenient
2044   UCHAR  ucTvStandard;                // See definition "ATOM_TV_NTSC ..."
2045   UCHAR  ucAction;                    // 0: turn off encoder
2046                                       // 1: setup and turn on encoder
2047 }TV_ENCODER_CONTROL_PARAMETERS;
2048
2049 typedef struct _TV_ENCODER_CONTROL_PS_ALLOCATION
2050 {
2051   TV_ENCODER_CONTROL_PARAMETERS sTVEncoder;          
2052   WRITE_ONE_BYTE_HW_I2C_DATA_PS_ALLOCATION    sReserved; // Don't set this one
2053 }TV_ENCODER_CONTROL_PS_ALLOCATION;
2054
2055 //==============================Data Table Portion====================================
2056
2057 /****************************************************************************/  
2058 // Structure used in Data.mtb
2059 /****************************************************************************/  
2060 typedef struct _ATOM_MASTER_LIST_OF_DATA_TABLES
2061 {
2062   USHORT        UtilityPipeLine;                // Offest for the utility to get parser info,Don't change this position!
2063   USHORT        MultimediaCapabilityInfo; // Only used by MM Lib,latest version 1.1, not configuable from Bios, need to include the table to build Bios 
2064   USHORT        MultimediaConfigInfo;     // Only used by MM Lib,latest version 2.1, not configuable from Bios, need to include the table to build Bios
2065   USHORT        StandardVESA_Timing;      // Only used by Bios
2066   USHORT        FirmwareInfo;             // Shared by various SW components,latest version 1.4
2067   USHORT        DAC_Info;                 // Will be obsolete from R600
2068   USHORT        LCD_Info;                 // Shared by various SW components,latest version 1.3, was called LVDS_Info 
2069   USHORT        TMDS_Info;                // Will be obsolete from R600
2070   USHORT        AnalogTV_Info;            // Shared by various SW components,latest version 1.1 
2071   USHORT        SupportedDevicesInfo;     // Will be obsolete from R600
2072   USHORT        GPIO_I2C_Info;            // Shared by various SW components,latest version 1.2 will be used from R600           
2073   USHORT        VRAM_UsageByFirmware;     // Shared by various SW components,latest version 1.3 will be used from R600
2074   USHORT        GPIO_Pin_LUT;             // Shared by various SW components,latest version 1.1
2075   USHORT        VESA_ToInternalModeLUT;   // Only used by Bios
2076   USHORT        ComponentVideoInfo;       // Shared by various SW components,latest version 2.1 will be used from R600
2077   USHORT        PowerPlayInfo;            // Shared by various SW components,latest version 2.1,new design from R600
2078   USHORT        CompassionateData;        // Will be obsolete from R600
2079   USHORT        SaveRestoreInfo;          // Only used by Bios
2080   USHORT        PPLL_SS_Info;             // Shared by various SW components,latest version 1.2, used to call SS_Info, change to new name because of int ASIC SS info
2081   USHORT        OemInfo;                  // Defined and used by external SW, should be obsolete soon
2082   USHORT        XTMDS_Info;               // Will be obsolete from R600
2083   USHORT        MclkSS_Info;              // Shared by various SW components,latest version 1.1, only enabled when ext SS chip is used
2084   USHORT        Object_Header;            // Shared by various SW components,latest version 1.1
2085   USHORT        IndirectIOAccess;         // Only used by Bios,this table position can't change at all!!
2086   USHORT        MC_InitParameter;         // Only used by command table
2087   USHORT        ASIC_VDDC_Info;                                         // Will be obsolete from R600
2088   USHORT        ASIC_InternalSS_Info;                   // New tabel name from R600, used to be called "ASIC_MVDDC_Info"
2089   USHORT        TV_VideoMode;                                                   // Only used by command table
2090   USHORT        VRAM_Info;                                                              // Only used by command table, latest version 1.3
2091   USHORT        MemoryTrainingInfo;                             // Used for VBIOS and Diag utility for memory training purpose since R600. the new table rev start from 2.1
2092   USHORT        IntegratedSystemInfo;                   // Shared by various SW components
2093   USHORT        ASIC_ProfilingInfo;                             // New table name from R600, used to be called "ASIC_VDDCI_Info" for pre-R600
2094   USHORT        VoltageObjectInfo;                              // Shared by various SW components, latest version 1.1
2095         USHORT                          PowerSourceInfo;                                        // Shared by various SW components, latest versoin 1.1
2096 }ATOM_MASTER_LIST_OF_DATA_TABLES;
2097
2098 // For backward compatible 
2099 #define LVDS_Info                LCD_Info
2100
2101 typedef struct _ATOM_MASTER_DATA_TABLE
2102
2103   ATOM_COMMON_TABLE_HEADER sHeader;  
2104   ATOM_MASTER_LIST_OF_DATA_TABLES   ListOfDataTables;
2105 }ATOM_MASTER_DATA_TABLE;
2106
2107
2108 /****************************************************************************/  
2109 // Structure used in MultimediaCapabilityInfoTable
2110 /****************************************************************************/  
2111 typedef struct _ATOM_MULTIMEDIA_CAPABILITY_INFO
2112 {
2113   ATOM_COMMON_TABLE_HEADER sHeader;  
2114   ULONG                    ulSignature;      // HW info table signature string "$ATI"
2115   UCHAR                    ucI2C_Type;       // I2C type (normal GP_IO, ImpactTV GP_IO, Dedicated I2C pin, etc)
2116   UCHAR                    ucTV_OutInfo;     // Type of TV out supported (3:0) and video out crystal frequency (6:4) and TV data port (7)
2117   UCHAR                    ucVideoPortInfo;  // Provides the video port capabilities
2118   UCHAR                    ucHostPortInfo;   // Provides host port configuration information
2119 }ATOM_MULTIMEDIA_CAPABILITY_INFO;
2120
2121 /****************************************************************************/  
2122 // Structure used in MultimediaConfigInfoTable
2123 /****************************************************************************/  
2124 typedef struct _ATOM_MULTIMEDIA_CONFIG_INFO
2125 {
2126   ATOM_COMMON_TABLE_HEADER sHeader;
2127   ULONG                    ulSignature;      // MM info table signature sting "$MMT"
2128   UCHAR                    ucTunerInfo;      // Type of tuner installed on the adapter (4:0) and video input for tuner (7:5)
2129   UCHAR                    ucAudioChipInfo;  // List the audio chip type (3:0) product type (4) and OEM revision (7:5)
2130   UCHAR                    ucProductID;      // Defines as OEM ID or ATI board ID dependent on product type setting
2131   UCHAR                    ucMiscInfo1;      // Tuner voltage (1:0) HW teletext support (3:2) FM audio decoder (5:4) reserved (6) audio scrambling (7)
2132   UCHAR                    ucMiscInfo2;      // I2S input config (0) I2S output config (1) I2S Audio Chip (4:2) SPDIF Output Config (5) reserved (7:6)
2133   UCHAR                    ucMiscInfo3;      // Video Decoder Type (3:0) Video In Standard/Crystal (7:4)
2134   UCHAR                    ucMiscInfo4;      // Video Decoder Host Config (2:0) reserved (7:3)
2135   UCHAR                    ucVideoInput0Info;// Video Input 0 Type (1:0) F/B setting (2) physical connector ID (5:3) reserved (7:6)
2136   UCHAR                    ucVideoInput1Info;// Video Input 1 Type (1:0) F/B setting (2) physical connector ID (5:3) reserved (7:6)
2137   UCHAR                    ucVideoInput2Info;// Video Input 2 Type (1:0) F/B setting (2) physical connector ID (5:3) reserved (7:6)
2138   UCHAR                    ucVideoInput3Info;// Video Input 3 Type (1:0) F/B setting (2) physical connector ID (5:3) reserved (7:6)
2139   UCHAR                    ucVideoInput4Info;// Video Input 4 Type (1:0) F/B setting (2) physical connector ID (5:3) reserved (7:6)
2140 }ATOM_MULTIMEDIA_CONFIG_INFO;
2141
2142
2143 /****************************************************************************/  
2144 // Structures used in FirmwareInfoTable
2145 /****************************************************************************/  
2146
2147 // usBIOSCapability Definition:
2148 // Bit 0 = 0: Bios image is not Posted, =1:Bios image is Posted; 
2149 // Bit 1 = 0: Dual CRTC is not supported, =1: Dual CRTC is supported; 
2150 // Bit 2 = 0: Extended Desktop is not supported, =1: Extended Desktop is supported; 
2151 // Others: Reserved
2152 #define ATOM_BIOS_INFO_ATOM_FIRMWARE_POSTED         0x0001
2153 #define ATOM_BIOS_INFO_DUAL_CRTC_SUPPORT            0x0002
2154 #define ATOM_BIOS_INFO_EXTENDED_DESKTOP_SUPPORT     0x0004
2155 #define ATOM_BIOS_INFO_MEMORY_CLOCK_SS_SUPPORT      0x0008              // (valid from v1.1 ~v1.4):=1: memclk SS enable, =0 memclk SS disable. 
2156 #define ATOM_BIOS_INFO_ENGINE_CLOCK_SS_SUPPORT      0x0010              // (valid from v1.1 ~v1.4):=1: engclk SS enable, =0 engclk SS disable. 
2157 #define ATOM_BIOS_INFO_BL_CONTROLLED_BY_GPU         0x0020
2158 #define ATOM_BIOS_INFO_WMI_SUPPORT                  0x0040
2159 #define ATOM_BIOS_INFO_PPMODE_ASSIGNGED_BY_SYSTEM   0x0080
2160 #define ATOM_BIOS_INFO_HYPERMEMORY_SUPPORT          0x0100
2161 #define ATOM_BIOS_INFO_HYPERMEMORY_SIZE_MASK        0x1E00
2162 #define ATOM_BIOS_INFO_VPOST_WITHOUT_FIRST_MODE_SET 0x2000
2163 #define ATOM_BIOS_INFO_BIOS_SCRATCH6_SCL2_REDEFINE  0x4000
2164 #define ATOM_BIOS_INFO_MEMORY_CLOCK_EXT_SS_SUPPORT  0x0008              // (valid from v2.1 ): =1: memclk ss enable with external ss chip
2165 #define ATOM_BIOS_INFO_ENGINE_CLOCK_EXT_SS_SUPPORT  0x0010              // (valid from v2.1 ): =1: engclk ss enable with external ss chip
2166
2167 #ifndef _H2INC
2168
2169 //Please don't add or expand this bitfield structure below, this one will retire soon.!
2170 typedef struct _ATOM_FIRMWARE_CAPABILITY
2171 {
2172 #if ATOM_BIG_ENDIAN
2173   USHORT Reserved:3;
2174   USHORT HyperMemory_Size:4;
2175   USHORT HyperMemory_Support:1;
2176   USHORT PPMode_Assigned:1;
2177   USHORT WMI_SUPPORT:1;
2178   USHORT GPUControlsBL:1;
2179   USHORT EngineClockSS_Support:1;
2180   USHORT MemoryClockSS_Support:1;
2181   USHORT ExtendedDesktopSupport:1;
2182   USHORT DualCRTC_Support:1;
2183   USHORT FirmwarePosted:1;
2184 #else
2185   USHORT FirmwarePosted:1;
2186   USHORT DualCRTC_Support:1;
2187   USHORT ExtendedDesktopSupport:1;
2188   USHORT MemoryClockSS_Support:1;
2189   USHORT EngineClockSS_Support:1;
2190   USHORT GPUControlsBL:1;
2191   USHORT WMI_SUPPORT:1;
2192   USHORT PPMode_Assigned:1;
2193   USHORT HyperMemory_Support:1;
2194   USHORT HyperMemory_Size:4;
2195   USHORT Reserved:3;
2196 #endif
2197 }ATOM_FIRMWARE_CAPABILITY;
2198
2199 typedef union _ATOM_FIRMWARE_CAPABILITY_ACCESS
2200 {
2201   ATOM_FIRMWARE_CAPABILITY sbfAccess;
2202   USHORT                   susAccess;
2203 }ATOM_FIRMWARE_CAPABILITY_ACCESS;
2204
2205 #else
2206
2207 typedef union _ATOM_FIRMWARE_CAPABILITY_ACCESS
2208 {
2209   USHORT                   susAccess;
2210 }ATOM_FIRMWARE_CAPABILITY_ACCESS;
2211
2212 #endif
2213
2214 typedef struct _ATOM_FIRMWARE_INFO
2215 {
2216   ATOM_COMMON_TABLE_HEADER        sHeader; 
2217   ULONG                           ulFirmwareRevision;
2218   ULONG                           ulDefaultEngineClock;       //In 10Khz unit
2219   ULONG                           ulDefaultMemoryClock;       //In 10Khz unit
2220   ULONG                           ulDriverTargetEngineClock;  //In 10Khz unit
2221   ULONG                           ulDriverTargetMemoryClock;  //In 10Khz unit
2222   ULONG                           ulMaxEngineClockPLL_Output; //In 10Khz unit
2223   ULONG                           ulMaxMemoryClockPLL_Output; //In 10Khz unit
2224   ULONG                           ulMaxPixelClockPLL_Output;  //In 10Khz unit
2225   ULONG                           ulASICMaxEngineClock;       //In 10Khz unit
2226   ULONG                           ulASICMaxMemoryClock;       //In 10Khz unit
2227   UCHAR                           ucASICMaxTemperature;
2228   UCHAR                           ucPadding[3];               //Don't use them
2229   ULONG                           aulReservedForBIOS[3];      //Don't use them
2230   USHORT                          usMinEngineClockPLL_Input;  //In 10Khz unit
2231   USHORT                          usMaxEngineClockPLL_Input;  //In 10Khz unit
2232   USHORT                          usMinEngineClockPLL_Output; //In 10Khz unit
2233   USHORT                          usMinMemoryClockPLL_Input;  //In 10Khz unit
2234   USHORT                          usMaxMemoryClockPLL_Input;  //In 10Khz unit
2235   USHORT                          usMinMemoryClockPLL_Output; //In 10Khz unit
2236   USHORT                          usMaxPixelClock;            //In 10Khz unit, Max.  Pclk
2237   USHORT                          usMinPixelClockPLL_Input;   //In 10Khz unit
2238   USHORT                          usMaxPixelClockPLL_Input;   //In 10Khz unit
2239   USHORT                          usMinPixelClockPLL_Output;  //In 10Khz unit, the definitions above can't change!!!
2240   ATOM_FIRMWARE_CAPABILITY_ACCESS usFirmwareCapability;
2241   USHORT                          usReferenceClock;           //In 10Khz unit   
2242   USHORT                          usPM_RTS_Location;          //RTS PM4 starting location in ROM in 1Kb unit 
2243   UCHAR                           ucPM_RTS_StreamSize;        //RTS PM4 packets in Kb unit
2244   UCHAR                           ucDesign_ID;                //Indicate what is the board design
2245   UCHAR                           ucMemoryModule_ID;          //Indicate what is the board design
2246 }ATOM_FIRMWARE_INFO;
2247
2248 typedef struct _ATOM_FIRMWARE_INFO_V1_2
2249 {
2250   ATOM_COMMON_TABLE_HEADER        sHeader; 
2251   ULONG                           ulFirmwareRevision;
2252   ULONG                           ulDefaultEngineClock;       //In 10Khz unit
2253   ULONG                           ulDefaultMemoryClock;       //In 10Khz unit
2254   ULONG                           ulDriverTargetEngineClock;  //In 10Khz unit
2255   ULONG                           ulDriverTargetMemoryClock;  //In 10Khz unit
2256   ULONG                           ulMaxEngineClockPLL_Output; //In 10Khz unit
2257   ULONG                           ulMaxMemoryClockPLL_Output; //In 10Khz unit
2258   ULONG                           ulMaxPixelClockPLL_Output;  //In 10Khz unit
2259   ULONG                           ulASICMaxEngineClock;       //In 10Khz unit
2260   ULONG                           ulASICMaxMemoryClock;       //In 10Khz unit
2261   UCHAR                           ucASICMaxTemperature;
2262   UCHAR                           ucMinAllowedBL_Level;
2263   UCHAR                           ucPadding[2];               //Don't use them
2264   ULONG                           aulReservedForBIOS[2];      //Don't use them
2265   ULONG                           ulMinPixelClockPLL_Output;  //In 10Khz unit
2266   USHORT                          usMinEngineClockPLL_Input;  //In 10Khz unit
2267   USHORT                          usMaxEngineClockPLL_Input;  //In 10Khz unit
2268   USHORT                          usMinEngineClockPLL_Output; //In 10Khz unit
2269   USHORT                          usMinMemoryClockPLL_Input;  //In 10Khz unit
2270   USHORT                          usMaxMemoryClockPLL_Input;  //In 10Khz unit
2271   USHORT                          usMinMemoryClockPLL_Output; //In 10Khz unit
2272   USHORT                          usMaxPixelClock;            //In 10Khz unit, Max.  Pclk
2273   USHORT                          usMinPixelClockPLL_Input;   //In 10Khz unit
2274   USHORT                          usMaxPixelClockPLL_Input;   //In 10Khz unit
2275   USHORT                          usMinPixelClockPLL_Output;  //In 10Khz unit - lower 16bit of ulMinPixelClockPLL_Output
2276   ATOM_FIRMWARE_CAPABILITY_ACCESS usFirmwareCapability;
2277   USHORT                          usReferenceClock;           //In 10Khz unit   
2278   USHORT                          usPM_RTS_Location;          //RTS PM4 starting location in ROM in 1Kb unit 
2279   UCHAR                           ucPM_RTS_StreamSize;        //RTS PM4 packets in Kb unit
2280   UCHAR                           ucDesign_ID;                //Indicate what is the board design
2281   UCHAR                           ucMemoryModule_ID;          //Indicate what is the board design
2282 }ATOM_FIRMWARE_INFO_V1_2;
2283
2284 typedef struct _ATOM_FIRMWARE_INFO_V1_3
2285 {
2286   ATOM_COMMON_TABLE_HEADER        sHeader; 
2287   ULONG                           ulFirmwareRevision;
2288   ULONG                           ulDefaultEngineClock;       //In 10Khz unit
2289   ULONG                           ulDefaultMemoryClock;       //In 10Khz unit
2290   ULONG                           ulDriverTargetEngineClock;  //In 10Khz unit
2291   ULONG                           ulDriverTargetMemoryClock;  //In 10Khz unit
2292   ULONG                           ulMaxEngineClockPLL_Output; //In 10Khz unit
2293   ULONG                           ulMaxMemoryClockPLL_Output; //In 10Khz unit
2294   ULONG                           ulMaxPixelClockPLL_Output;  //In 10Khz unit
2295   ULONG                           ulASICMaxEngineClock;       //In 10Khz unit
2296   ULONG                           ulASICMaxMemoryClock;       //In 10Khz unit
2297   UCHAR                           ucASICMaxTemperature;
2298   UCHAR                           ucMinAllowedBL_Level;
2299   UCHAR                           ucPadding[2];               //Don't use them
2300   ULONG                           aulReservedForBIOS;         //Don't use them
2301   ULONG                           ul3DAccelerationEngineClock;//In 10Khz unit
2302   ULONG                           ulMinPixelClockPLL_Output;  //In 10Khz unit
2303   USHORT                          usMinEngineClockPLL_Input;  //In 10Khz unit
2304   USHORT                          usMaxEngineClockPLL_Input;  //In 10Khz unit
2305   USHORT                          usMinEngineClockPLL_Output; //In 10Khz unit
2306   USHORT                          usMinMemoryClockPLL_Input;  //In 10Khz unit
2307   USHORT                          usMaxMemoryClockPLL_Input;  //In 10Khz unit
2308   USHORT                          usMinMemoryClockPLL_Output; //In 10Khz unit
2309   USHORT                          usMaxPixelClock;            //In 10Khz unit, Max.  Pclk
2310   USHORT                          usMinPixelClockPLL_Input;   //In 10Khz unit
2311   USHORT                          usMaxPixelClockPLL_Input;   //In 10Khz unit
2312   USHORT                          usMinPixelClockPLL_Output;  //In 10Khz unit - lower 16bit of ulMinPixelClockPLL_Output
2313   ATOM_FIRMWARE_CAPABILITY_ACCESS usFirmwareCapability;
2314   USHORT                          usReferenceClock;           //In 10Khz unit   
2315   USHORT                          usPM_RTS_Location;          //RTS PM4 starting location in ROM in 1Kb unit 
2316   UCHAR                           ucPM_RTS_StreamSize;        //RTS PM4 packets in Kb unit
2317   UCHAR                           ucDesign_ID;                //Indicate what is the board design
2318   UCHAR                           ucMemoryModule_ID;          //Indicate what is the board design
2319 }ATOM_FIRMWARE_INFO_V1_3;
2320
2321 typedef struct _ATOM_FIRMWARE_INFO_V1_4
2322 {
2323   ATOM_COMMON_TABLE_HEADER        sHeader; 
2324   ULONG                           ulFirmwareRevision;
2325   ULONG                           ulDefaultEngineClock;       //In 10Khz unit
2326   ULONG                           ulDefaultMemoryClock;       //In 10Khz unit
2327   ULONG                           ulDriverTargetEngineClock;  //In 10Khz unit
2328   ULONG                           ulDriverTargetMemoryClock;  //In 10Khz unit
2329   ULONG                           ulMaxEngineClockPLL_Output; //In 10Khz unit
2330   ULONG                           ulMaxMemoryClockPLL_Output; //In 10Khz unit
2331   ULONG                           ulMaxPixelClockPLL_Output;  //In 10Khz unit
2332   ULONG                           ulASICMaxEngineClock;       //In 10Khz unit
2333   ULONG                           ulASICMaxMemoryClock;       //In 10Khz unit
2334   UCHAR                           ucASICMaxTemperature;
2335   UCHAR                           ucMinAllowedBL_Level;
2336   USHORT                          usBootUpVDDCVoltage;        //In MV unit
2337   USHORT                          usLcdMinPixelClockPLL_Output; // In MHz unit
2338   USHORT                          usLcdMaxPixelClockPLL_Output; // In MHz unit
2339   ULONG                           ul3DAccelerationEngineClock;//In 10Khz unit
2340   ULONG                           ulMinPixelClockPLL_Output;  //In 10Khz unit
2341   USHORT                          usMinEngineClockPLL_Input;  //In 10Khz unit
2342   USHORT                          usMaxEngineClockPLL_Input;  //In 10Khz unit
2343   USHORT                          usMinEngineClockPLL_Output; //In 10Khz unit
2344   USHORT                          usMinMemoryClockPLL_Input;  //In 10Khz unit
2345   USHORT                          usMaxMemoryClockPLL_Input;  //In 10Khz unit
2346   USHORT                          usMinMemoryClockPLL_Output; //In 10Khz unit
2347   USHORT                          usMaxPixelClock;            //In 10Khz unit, Max.  Pclk
2348   USHORT                          usMinPixelClockPLL_Input;   //In 10Khz unit
2349   USHORT                          usMaxPixelClockPLL_Input;   //In 10Khz unit
2350   USHORT                          usMinPixelClockPLL_Output;  //In 10Khz unit - lower 16bit of ulMinPixelClockPLL_Output
2351   ATOM_FIRMWARE_CAPABILITY_ACCESS usFirmwareCapability;
2352   USHORT                          usReferenceClock;           //In 10Khz unit   
2353   USHORT                          usPM_RTS_Location;          //RTS PM4 starting location in ROM in 1Kb unit 
2354   UCHAR                           ucPM_RTS_StreamSize;        //RTS PM4 packets in Kb unit
2355   UCHAR                           ucDesign_ID;                //Indicate what is the board design
2356   UCHAR                           ucMemoryModule_ID;          //Indicate what is the board design
2357 }ATOM_FIRMWARE_INFO_V1_4;
2358
2359 //the structure below to be used from Cypress
2360 typedef struct _ATOM_FIRMWARE_INFO_V2_1
2361 {
2362   ATOM_COMMON_TABLE_HEADER        sHeader; 
2363   ULONG                           ulFirmwareRevision;
2364   ULONG                           ulDefaultEngineClock;       //In 10Khz unit
2365   ULONG                           ulDefaultMemoryClock;       //In 10Khz unit
2366   ULONG                           ulReserved1;
2367   ULONG                           ulReserved2;
2368   ULONG                           ulMaxEngineClockPLL_Output; //In 10Khz unit
2369   ULONG                           ulMaxMemoryClockPLL_Output; //In 10Khz unit
2370   ULONG                           ulMaxPixelClockPLL_Output;  //In 10Khz unit
2371   ULONG                           ulBinaryAlteredInfo;        //Was ulASICMaxEngineClock
2372   ULONG                           ulDefaultDispEngineClkFreq; //In 10Khz unit
2373   UCHAR                           ucReserved1;                //Was ucASICMaxTemperature;
2374   UCHAR                           ucMinAllowedBL_Level;
2375   USHORT                          usBootUpVDDCVoltage;        //In MV unit
2376   USHORT                          usLcdMinPixelClockPLL_Output; // In MHz unit
2377   USHORT                          usLcdMaxPixelClockPLL_Output; // In MHz unit
2378   ULONG                           ulReserved4;                //Was ulAsicMaximumVoltage
2379   ULONG                           ulMinPixelClockPLL_Output;  //In 10Khz unit
2380   USHORT                          usMinEngineClockPLL_Input;  //In 10Khz unit
2381   USHORT                          usMaxEngineClockPLL_Input;  //In 10Khz unit
2382   USHORT                          usMinEngineClockPLL_Output; //In 10Khz unit
2383   USHORT                          usMinMemoryClockPLL_Input;  //In 10Khz unit
2384   USHORT                          usMaxMemoryClockPLL_Input;  //In 10Khz unit
2385   USHORT                          usMinMemoryClockPLL_Output; //In 10Khz unit
2386   USHORT                          usMaxPixelClock;            //In 10Khz unit, Max.  Pclk
2387   USHORT                          usMinPixelClockPLL_Input;   //In 10Khz unit
2388   USHORT                          usMaxPixelClockPLL_Input;   //In 10Khz unit
2389   USHORT                          usMinPixelClockPLL_Output;  //In 10Khz unit - lower 16bit of ulMinPixelClockPLL_Output
2390   ATOM_FIRMWARE_CAPABILITY_ACCESS usFirmwareCapability;
2391   USHORT                          usCoreReferenceClock;       //In 10Khz unit   
2392   USHORT                          usMemoryReferenceClock;     //In 10Khz unit   
2393   USHORT                          usUniphyDPModeExtClkFreq;   //In 10Khz unit, if it is 0, In DP Mode Uniphy Input clock from internal PPLL, otherwise Input clock from external Spread clock
2394   UCHAR                           ucMemoryModule_ID;          //Indicate what is the board design
2395   UCHAR                           ucReserved4[3];
2396 }ATOM_FIRMWARE_INFO_V2_1;
2397
2398 //the structure below to be used from NI
2399 //ucTableFormatRevision=2
2400 //ucTableContentRevision=2
2401 typedef struct _ATOM_FIRMWARE_INFO_V2_2
2402 {
2403   ATOM_COMMON_TABLE_HEADER        sHeader; 
2404   ULONG                           ulFirmwareRevision;
2405   ULONG                           ulDefaultEngineClock;       //In 10Khz unit
2406   ULONG                           ulDefaultMemoryClock;       //In 10Khz unit
2407   ULONG                           ulReserved[2];
2408   ULONG                           ulReserved1;                //Was ulMaxEngineClockPLL_Output; //In 10Khz unit*
2409   ULONG                           ulReserved2;                //Was ulMaxMemoryClockPLL_Output; //In 10Khz unit*
2410   ULONG                           ulMaxPixelClockPLL_Output;  //In 10Khz unit
2411   ULONG                           ulBinaryAlteredInfo;        //Was ulASICMaxEngineClock  ?
2412   ULONG                           ulDefaultDispEngineClkFreq; //In 10Khz unit. This is the frequency before DCDTO, corresponding to usBootUpVDDCVoltage.          
2413   UCHAR                           ucReserved3;                //Was ucASICMaxTemperature;
2414   UCHAR                           ucMinAllowedBL_Level;
2415   USHORT                          usBootUpVDDCVoltage;        //In MV unit
2416   USHORT                          usLcdMinPixelClockPLL_Output; // In MHz unit
2417   USHORT                          usLcdMaxPixelClockPLL_Output; // In MHz unit
2418   ULONG                           ulReserved4;                //Was ulAsicMaximumVoltage
2419   ULONG                           ulMinPixelClockPLL_Output;  //In 10Khz unit
2420   ULONG                           ulReserved5;                //Was usMinEngineClockPLL_Input and usMaxEngineClockPLL_Input
2421   ULONG                           ulReserved6;                //Was usMinEngineClockPLL_Output and usMinMemoryClockPLL_Input
2422   ULONG                           ulReserved7;                //Was usMaxMemoryClockPLL_Input and usMinMemoryClockPLL_Output
2423   USHORT                          usReserved11;               //Was usMaxPixelClock;  //In 10Khz unit, Max.  Pclk used only for DAC
2424   USHORT                          usMinPixelClockPLL_Input;   //In 10Khz unit
2425   USHORT                          usMaxPixelClockPLL_Input;   //In 10Khz unit
2426   USHORT                          usBootUpVDDCIVoltage;       //In unit of mv; Was usMinPixelClockPLL_Output;
2427   ATOM_FIRMWARE_CAPABILITY_ACCESS usFirmwareCapability;
2428   USHORT                          usCoreReferenceClock;       //In 10Khz unit   
2429   USHORT                          usMemoryReferenceClock;     //In 10Khz unit   
2430   USHORT                          usUniphyDPModeExtClkFreq;   //In 10Khz unit, if it is 0, In DP Mode Uniphy Input clock from internal PPLL, otherwise Input clock from external Spread clock
2431   UCHAR                           ucMemoryModule_ID;          //Indicate what is the board design
2432   UCHAR                           ucReserved9[3];
2433   USHORT                          usBootUpMVDDCVoltage;       //In unit of mv; Was usMinPixelClockPLL_Output;
2434   USHORT                          usReserved12;
2435   ULONG                           ulReserved10[3];            // New added comparing to previous version
2436 }ATOM_FIRMWARE_INFO_V2_2;
2437
2438 #define ATOM_FIRMWARE_INFO_LAST  ATOM_FIRMWARE_INFO_V2_2
2439
2440 /****************************************************************************/  
2441 // Structures used in IntegratedSystemInfoTable
2442 /****************************************************************************/  
2443 #define IGP_CAP_FLAG_DYNAMIC_CLOCK_EN      0x2
2444 #define IGP_CAP_FLAG_AC_CARD               0x4
2445 #define IGP_CAP_FLAG_SDVO_CARD             0x8
2446 #define IGP_CAP_FLAG_POSTDIV_BY_2_MODE     0x10
2447
2448 typedef struct _ATOM_INTEGRATED_SYSTEM_INFO
2449 {
2450   ATOM_COMMON_TABLE_HEADER        sHeader; 
2451   ULONG                           ulBootUpEngineClock;              //in 10kHz unit
2452   ULONG                           ulBootUpMemoryClock;              //in 10kHz unit
2453   ULONG                           ulMaxSystemMemoryClock;           //in 10kHz unit
2454   ULONG                           ulMinSystemMemoryClock;           //in 10kHz unit
2455   UCHAR                           ucNumberOfCyclesInPeriodHi;
2456   UCHAR                           ucLCDTimingSel;             //=0:not valid.!=0 sel this timing descriptor from LCD EDID.
2457   USHORT                          usReserved1;
2458   USHORT                          usInterNBVoltageLow;        //An intermidiate PMW value to set the voltage 
2459   USHORT                          usInterNBVoltageHigh;       //Another intermidiate PMW value to set the voltage 
2460   ULONG                           ulReserved[2];
2461
2462   USHORT                                usFSBClock;                                 //In MHz unit
2463   USHORT                          usCapabilityFlag;                     //Bit0=1 indicates the fake HDMI support,Bit1=0/1 for Dynamic clocking dis/enable
2464                                                                                                                                                               //Bit[3:2]== 0:No PCIE card, 1:AC card, 2:SDVO card
2465                                                               //Bit[4]==1: P/2 mode, ==0: P/1 mode
2466   USHORT                                usPCIENBCfgReg7;                                    //bit[7:0]=MUX_Sel, bit[9:8]=MUX_SEL_LEVEL2, bit[10]=Lane_Reversal
2467   USHORT                                usK8MemoryClock;            //in MHz unit
2468   USHORT                                usK8SyncStartDelay;         //in 0.01 us unit
2469   USHORT                                usK8DataReturnTime;         //in 0.01 us unit
2470   UCHAR                           ucMaxNBVoltage;
2471   UCHAR                           ucMinNBVoltage;
2472   UCHAR                           ucMemoryType;                                       //[7:4]=1:DDR1;=2:DDR2;=3:DDR3.[3:0] is reserved
2473   UCHAR                           ucNumberOfCyclesInPeriod;             //CG.FVTHROT_PWM_CTRL_REG0.NumberOfCyclesInPeriod 
2474   UCHAR                           ucStartingPWM_HighTime;     //CG.FVTHROT_PWM_CTRL_REG0.StartingPWM_HighTime
2475   UCHAR                           ucHTLinkWidth;              //16 bit vs. 8 bit
2476   UCHAR                           ucMaxNBVoltageHigh;    
2477   UCHAR                           ucMinNBVoltageHigh;
2478 }ATOM_INTEGRATED_SYSTEM_INFO;
2479
2480 /* Explanation on entries in ATOM_INTEGRATED_SYSTEM_INFO
2481 ulBootUpMemoryClock:    For Intel IGP,it's the UMA system memory clock 
2482                         For AMD IGP,it's 0 if no SidePort memory installed or it's the boot-up SidePort memory clock
2483 ulMaxSystemMemoryClock: For Intel IGP,it's the Max freq from memory SPD if memory runs in ASYNC mode or otherwise (SYNC mode) it's 0
2484                         For AMD IGP,for now this can be 0
2485 ulMinSystemMemoryClock: For Intel IGP,it's 133MHz if memory runs in ASYNC mode or otherwise (SYNC mode) it's 0 
2486                         For AMD IGP,for now this can be 0
2487
2488 usFSBClock:             For Intel IGP,it's FSB Freq 
2489                         For AMD IGP,it's HT Link Speed
2490
2491 usK8MemoryClock:        For AMD IGP only. For RevF CPU, set it to 200
2492 usK8SyncStartDelay:     For AMD IGP only. Memory access latency in K8, required for watermark calculation
2493 usK8DataReturnTime:     For AMD IGP only. Memory access latency in K8, required for watermark calculation
2494
2495 VC:Voltage Control
2496 ucMaxNBVoltage:         Voltage regulator dependent PWM value. Low 8 bits of the value for the max voltage.Set this one to 0xFF if VC without PWM. Set this to 0x0 if no VC at all.
2497 ucMinNBVoltage:         Voltage regulator dependent PWM value. Low 8 bits of the value for the min voltage.Set this one to 0x00 if VC without PWM or no VC at all.
2498
2499 ucNumberOfCyclesInPeriod:   Indicate how many cycles when PWM duty is 100%. low 8 bits of the value. 
2500 ucNumberOfCyclesInPeriodHi: Indicate how many cycles when PWM duty is 100%. high 8 bits of the value.If the PWM has an inverter,set bit [7]==1,otherwise set it 0 
2501
2502 ucMaxNBVoltageHigh:     Voltage regulator dependent PWM value. High 8 bits of  the value for the max voltage.Set this one to 0xFF if VC without PWM. Set this to 0x0 if no VC at all.
2503 ucMinNBVoltageHigh:     Voltage regulator dependent PWM value. High 8 bits of the value for the min voltage.Set this one to 0x00 if VC without PWM or no VC at all.
2504
2505
2506 usInterNBVoltageLow:    Voltage regulator dependent PWM value. The value makes the the voltage >=Min NB voltage but <=InterNBVoltageHigh. Set this to 0x0000 if VC without PWM or no VC at all.
2507 usInterNBVoltageHigh:   Voltage regulator dependent PWM value. The value makes the the voltage >=InterNBVoltageLow but <=Max NB voltage.Set this to 0x0000 if VC without PWM or no VC at all.
2508 */
2509
2510
2511 /*
2512 The following IGP table is introduced from RS780, which is supposed to be put by SBIOS in FB before IGP VBIOS starts VPOST;
2513 Then VBIOS will copy the whole structure to its image so all GPU SW components can access this data structure to get whatever they need. 
2514 The enough reservation should allow us to never change table revisions. Whenever needed, a GPU SW component can use reserved portion for new data entries.
2515
2516 SW components can access the IGP system infor structure in the same way as before
2517 */
2518
2519
2520 typedef struct _ATOM_INTEGRATED_SYSTEM_INFO_V2
2521 {
2522   ATOM_COMMON_TABLE_HEADER   sHeader;
2523   ULONG                      ulBootUpEngineClock;       //in 10kHz unit
2524   ULONG                      ulReserved1[2];            //must be 0x0 for the reserved
2525   ULONG                      ulBootUpUMAClock;          //in 10kHz unit
2526   ULONG                      ulBootUpSidePortClock;     //in 10kHz unit
2527   ULONG                      ulMinSidePortClock;        //in 10kHz unit
2528   ULONG                      ulReserved2[6];            //must be 0x0 for the reserved
2529   ULONG                      ulSystemConfig;            //see explanation below
2530   ULONG                      ulBootUpReqDisplayVector;
2531   ULONG                      ulOtherDisplayMisc;
2532   ULONG                      ulDDISlot1Config;
2533   ULONG                      ulDDISlot2Config;
2534   UCHAR                      ucMemoryType;              //[3:0]=1:DDR1;=2:DDR2;=3:DDR3.[7:4] is reserved
2535   UCHAR                      ucUMAChannelNumber;
2536   UCHAR                      ucDockingPinBit;
2537   UCHAR                      ucDockingPinPolarity;
2538   ULONG                      ulDockingPinCFGInfo;
2539   ULONG                      ulCPUCapInfo;
2540   USHORT                     usNumberOfCyclesInPeriod;
2541   USHORT                     usMaxNBVoltage;
2542   USHORT                     usMinNBVoltage;
2543   USHORT                     usBootUpNBVoltage;
2544   ULONG                      ulHTLinkFreq;              //in 10Khz
2545   USHORT                     usMinHTLinkWidth;
2546   USHORT                     usMaxHTLinkWidth;
2547   USHORT                     usUMASyncStartDelay;
2548   USHORT                     usUMADataReturnTime;
2549   USHORT                     usLinkStatusZeroTime;
2550   USHORT                     usDACEfuse;                                //for storing badgap value (for RS880 only)
2551   ULONG                      ulHighVoltageHTLinkFreq;     // in 10Khz
2552   ULONG                      ulLowVoltageHTLinkFreq;      // in 10Khz
2553   USHORT                     usMaxUpStreamHTLinkWidth;
2554   USHORT                     usMaxDownStreamHTLinkWidth;
2555   USHORT                     usMinUpStreamHTLinkWidth;
2556   USHORT                     usMinDownStreamHTLinkWidth;
2557   USHORT                     usFirmwareVersion;         //0 means FW is not supported. Otherwise it's the FW version loaded by SBIOS and driver should enable FW.
2558   USHORT                     usFullT0Time;             // Input to calculate minimum HT link change time required by NB P-State. Unit is 0.01us.
2559   ULONG                      ulReserved3[96];          //must be 0x0
2560 }ATOM_INTEGRATED_SYSTEM_INFO_V2;   
2561
2562 /*
2563 ulBootUpEngineClock:   Boot-up Engine Clock in 10Khz;
2564 ulBootUpUMAClock:      Boot-up UMA Clock in 10Khz; it must be 0x0 when UMA is not present
2565 ulBootUpSidePortClock: Boot-up SidePort Clock in 10Khz; it must be 0x0 when SidePort Memory is not present,this could be equal to or less than maximum supported Sideport memory clock
2566
2567 ulSystemConfig:  
2568 Bit[0]=1: PowerExpress mode =0 Non-PowerExpress mode; 
2569 Bit[1]=1: system boots up at AMD overdrived state or user customized  mode. In this case, driver will just stick to this boot-up mode. No other PowerPlay state
2570       =0: system boots up at driver control state. Power state depends on PowerPlay table.
2571 Bit[2]=1: PWM method is used on NB voltage control. =0: GPIO method is used.
2572 Bit[3]=1: Only one power state(Performance) will be supported.
2573       =0: Multiple power states supported from PowerPlay table.
2574 Bit[4]=1: CLMC is supported and enabled on current system. 
2575       =0: CLMC is not supported or enabled on current system. SBIOS need to support HT link/freq change through ATIF interface.  
2576 Bit[5]=1: Enable CDLW for all driver control power states. Max HT width is from SBIOS, while Min HT width is determined by display requirement.  
2577       =0: CDLW is disabled. If CLMC is enabled case, Min HT width will be set equal to Max HT width. If CLMC disabled case, Max HT width will be applied.
2578 Bit[6]=1: High Voltage requested for all power states. In this case, voltage will be forced at 1.1v and powerplay table voltage drop/throttling request will be ignored.
2579       =0: Voltage settings is determined by powerplay table.
2580 Bit[7]=1: Enable CLMC as hybrid Mode. CDLD and CILR will be disabled in this case and we're using legacy C1E. This is workaround for CPU(Griffin) performance issue.
2581       =0: Enable CLMC as regular mode, CDLD and CILR will be enabled.
2582 Bit[8]=1: CDLF is supported and enabled on current system.
2583       =0: CDLF is not supported or enabled on current system.
2584 Bit[9]=1: DLL Shut Down feature is enabled on current system.
2585       =0: DLL Shut Down feature is not enabled or supported on current system.
2586
2587 ulBootUpReqDisplayVector: This dword is a bit vector indicates what display devices are requested during boot-up. Refer to ATOM_DEVICE_xxx_SUPPORT for the bit vector definitions.
2588
2589 ulOtherDisplayMisc: [15:8]- Bootup LCD Expansion selection; 0-center, 1-full panel size expansion;
2590                                       [7:0] - BootupTV standard selection; This is a bit vector to indicate what TV standards are supported by the system. Refer to ucTVSupportedStd definition;
2591
2592 ulDDISlot1Config: Describes the PCIE lane configuration on this DDI PCIE slot (ADD2 card) or connector (Mobile design).
2593       [3:0]  - Bit vector to indicate PCIE lane config of the DDI slot/connector on chassis (bit 0=1 lane 3:0; bit 1=1 lane 7:4; bit 2=1 lane 11:8; bit 3=1 lane 15:12)
2594                         [7:4]  - Bit vector to indicate PCIE lane config of the same DDI slot/connector on docking station (bit 4=1 lane 3:0; bit 5=1 lane 7:4; bit 6=1 lane 11:8; bit 7=1 lane 15:12)
2595       When a DDI connector is not "paired" (meaming two connections mutualexclusive on chassis or docking, only one of them can be connected at one time.
2596       in both chassis and docking, SBIOS has to duplicate the same PCIE lane info from chassis to docking or vice versa. For example:
2597       one DDI connector is only populated in docking with PCIE lane 8-11, but there is no paired connection on chassis, SBIOS has to copy bit 6 to bit 2.
2598
2599                         [15:8] - Lane configuration attribute; 
2600       [23:16]- Connector type, possible value:
2601                CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_D
2602                CONNECTOR_OBJECT_ID_DUAL_LINK_DVI_D
2603                CONNECTOR_OBJECT_ID_HDMI_TYPE_A
2604                CONNECTOR_OBJECT_ID_DISPLAYPORT
2605                CONNECTOR_OBJECT_ID_eDP
2606                         [31:24]- Reserved
2607
2608 ulDDISlot2Config: Same as Slot1.
2609 ucMemoryType: SidePort memory type, set it to 0x0 when Sideport memory is not installed. Driver needs this info to change sideport memory clock. Not for display in CCC.
2610 For IGP, Hypermemory is the only memory type showed in CCC.
2611
2612 ucUMAChannelNumber:  how many channels for the UMA;
2613
2614 ulDockingPinCFGInfo: [15:0]-Bus/Device/Function # to CFG to read this Docking Pin; [31:16]-reg offset in CFG to read this pin 
2615 ucDockingPinBit:     which bit in this register to read the pin status;
2616 ucDockingPinPolarity:Polarity of the pin when docked;
2617
2618 ulCPUCapInfo:        [7:0]=1:Griffin;[7:0]=2:Greyhound;[7:0]=3:K8, [7:0]=4:Pharaoh, other bits reserved for now and must be 0x0
2619
2620 usNumberOfCyclesInPeriod:Indicate how many cycles when PWM duty is 100%.
2621
2622 usMaxNBVoltage:Max. voltage control value in either PWM or GPIO mode. 
2623 usMinNBVoltage:Min. voltage control value in either PWM or GPIO mode.
2624                     GPIO mode: both usMaxNBVoltage & usMinNBVoltage have a valid value ulSystemConfig.SYSTEM_CONFIG_USE_PWM_ON_VOLTAGE=0
2625                     PWM mode: both usMaxNBVoltage & usMinNBVoltage have a valid value ulSystemConfig.SYSTEM_CONFIG_USE_PWM_ON_VOLTAGE=1
2626                     GPU SW don't control mode: usMaxNBVoltage & usMinNBVoltage=0 and no care about ulSystemConfig.SYSTEM_CONFIG_USE_PWM_ON_VOLTAGE
2627
2628 usBootUpNBVoltage:Boot-up voltage regulator dependent PWM value.
2629
2630 ulHTLinkFreq:       Bootup HT link Frequency in 10Khz.
2631 usMinHTLinkWidth:   Bootup minimum HT link width. If CDLW disabled, this is equal to usMaxHTLinkWidth. 
2632                     If CDLW enabled, both upstream and downstream width should be the same during bootup.
2633 usMaxHTLinkWidth:   Bootup maximum HT link width. If CDLW disabled, this is equal to usMinHTLinkWidth. 
2634                     If CDLW enabled, both upstream and downstream width should be the same during bootup.  
2635
2636 usUMASyncStartDelay: Memory access latency, required for watermark calculation 
2637 usUMADataReturnTime: Memory access latency, required for watermark calculation
2638 usLinkStatusZeroTime:Memory access latency required for watermark calculation, set this to 0x0 for K8 CPU, set a proper value in 0.01 the unit of us 
2639 for Griffin or Greyhound. SBIOS needs to convert to actual time by:
2640                      if T0Ttime [5:4]=00b, then usLinkStatusZeroTime=T0Ttime [3:0]*0.1us (0.0 to 1.5us)
2641                      if T0Ttime [5:4]=01b, then usLinkStatusZeroTime=T0Ttime [3:0]*0.5us (0.0 to 7.5us)
2642                      if T0Ttime [5:4]=10b, then usLinkStatusZeroTime=T0Ttime [3:0]*2.0us (0.0 to 30us)
2643                      if T0Ttime [5:4]=11b, and T0Ttime [3:0]=0x0 to 0xa, then usLinkStatusZeroTime=T0Ttime [3:0]*20us (0.0 to 200us)
2644
2645 ulHighVoltageHTLinkFreq:     HT link frequency for power state with low voltage. If boot up runs in HT1, this must be 0.
2646                              This must be less than or equal to ulHTLinkFreq(bootup frequency). 
2647 ulLowVoltageHTLinkFreq:      HT link frequency for power state with low voltage or voltage scaling 1.0v~1.1v. If boot up runs in HT1, this must be 0.
2648                              This must be less than or equal to ulHighVoltageHTLinkFreq.
2649
2650 usMaxUpStreamHTLinkWidth:    Asymmetric link width support in the future, to replace usMaxHTLinkWidth. Not used for now.
2651 usMaxDownStreamHTLinkWidth:  same as above.
2652 usMinUpStreamHTLinkWidth:    Asymmetric link width support in the future, to replace usMinHTLinkWidth. Not used for now.
2653 usMinDownStreamHTLinkWidth:  same as above.
2654 */
2655
2656 // ATOM_INTEGRATED_SYSTEM_INFO::ulCPUCapInfo  - CPU type definition 
2657 #define    INTEGRATED_SYSTEM_INFO__UNKNOWN_CPU             0
2658 #define    INTEGRATED_SYSTEM_INFO__AMD_CPU__GRIFFIN        1
2659 #define    INTEGRATED_SYSTEM_INFO__AMD_CPU__GREYHOUND      2
2660 #define    INTEGRATED_SYSTEM_INFO__AMD_CPU__K8             3
2661 #define    INTEGRATED_SYSTEM_INFO__AMD_CPU__PHARAOH        4
2662
2663 #define    INTEGRATED_SYSTEM_INFO__AMD_CPU__MAX_CODE       INTEGRATED_SYSTEM_INFO__AMD_CPU__PHARAOH    // this deff reflects max defined CPU code
2664
2665 #define SYSTEM_CONFIG_POWEREXPRESS_ENABLE                 0x00000001
2666 #define SYSTEM_CONFIG_RUN_AT_OVERDRIVE_ENGINE             0x00000002
2667 #define SYSTEM_CONFIG_USE_PWM_ON_VOLTAGE                  0x00000004 
2668 #define SYSTEM_CONFIG_PERFORMANCE_POWERSTATE_ONLY         0x00000008
2669 #define SYSTEM_CONFIG_CLMC_ENABLED                        0x00000010
2670 #define SYSTEM_CONFIG_CDLW_ENABLED                        0x00000020
2671 #define SYSTEM_CONFIG_HIGH_VOLTAGE_REQUESTED              0x00000040
2672 #define SYSTEM_CONFIG_CLMC_HYBRID_MODE_ENABLED            0x00000080
2673 #define SYSTEM_CONFIG_CDLF_ENABLED                        0x00000100
2674 #define SYSTEM_CONFIG_DLL_SHUTDOWN_ENABLED                0x00000200
2675
2676 #define IGP_DDI_SLOT_LANE_CONFIG_MASK                     0x000000FF
2677
2678 #define b0IGP_DDI_SLOT_LANE_MAP_MASK                      0x0F
2679 #define b0IGP_DDI_SLOT_DOCKING_LANE_MAP_MASK              0xF0
2680 #define b0IGP_DDI_SLOT_CONFIG_LANE_0_3                    0x01
2681 #define b0IGP_DDI_SLOT_CONFIG_LANE_4_7                    0x02
2682 #define b0IGP_DDI_SLOT_CONFIG_LANE_8_11                   0x04
2683 #define b0IGP_DDI_SLOT_CONFIG_LANE_12_15                  0x08
2684
2685 #define IGP_DDI_SLOT_ATTRIBUTE_MASK                       0x0000FF00
2686 #define IGP_DDI_SLOT_CONFIG_REVERSED                      0x00000100
2687 #define b1IGP_DDI_SLOT_CONFIG_REVERSED                    0x01
2688
2689 #define IGP_DDI_SLOT_CONNECTOR_TYPE_MASK                  0x00FF0000
2690
2691 // IntegratedSystemInfoTable new Rev is V5 after V2, because of the real rev of V2 is v1.4. This rev is used for RR
2692 typedef struct _ATOM_INTEGRATED_SYSTEM_INFO_V5
2693 {
2694   ATOM_COMMON_TABLE_HEADER   sHeader;
2695   ULONG                      ulBootUpEngineClock;       //in 10kHz unit
2696   ULONG                      ulDentistVCOFreq;          //Dentist VCO clock in 10kHz unit, the source of GPU SCLK, LCLK, UCLK and VCLK. 
2697   ULONG                      ulLClockFreq;              //GPU Lclk freq in 10kHz unit, have relationship with NCLK in NorthBridge
2698   ULONG                      ulBootUpUMAClock;          //in 10kHz unit
2699   ULONG                      ulReserved1[8];            //must be 0x0 for the reserved
2700   ULONG                      ulBootUpReqDisplayVector;
2701   ULONG                      ulOtherDisplayMisc;
2702   ULONG                      ulReserved2[4];            //must be 0x0 for the reserved
2703   ULONG                      ulSystemConfig;            //TBD
2704   ULONG                      ulCPUCapInfo;              //TBD
2705   USHORT                     usMaxNBVoltage;            //high NB voltage, calculated using current VDDNB (D24F2xDC) and VDDNB offset fuse;
2706   USHORT                     usMinNBVoltage;            //low NB voltage, calculated using current VDDNB (D24F2xDC) and VDDNB offset fuse;
2707   USHORT                     usBootUpNBVoltage;         //boot up NB voltage
2708   UCHAR                      ucHtcTmpLmt;               //bit [22:16] of D24F3x64 Hardware Thermal Control (HTC) Register, may not be needed, TBD
2709   UCHAR                      ucTjOffset;                //bit [28:22] of D24F3xE4 Thermtrip Status Register,may not be needed, TBD
2710   ULONG                      ulReserved3[4];            //must be 0x0 for the reserved
2711   ULONG                      ulDDISlot1Config;          //see above ulDDISlot1Config definition
2712   ULONG                      ulDDISlot2Config;
2713   ULONG                      ulDDISlot3Config;
2714   ULONG                      ulDDISlot4Config;
2715   ULONG                      ulReserved4[4];            //must be 0x0 for the reserved
2716   UCHAR                      ucMemoryType;              //[3:0]=1:DDR1;=2:DDR2;=3:DDR3.[7:4] is reserved
2717   UCHAR                      ucUMAChannelNumber;
2718   USHORT                     usReserved;
2719   ULONG                      ulReserved5[4];            //must be 0x0 for the reserved
2720   ULONG                      ulCSR_M3_ARB_CNTL_DEFAULT[10];//arrays with values for CSR M3 arbiter for default
2721   ULONG                      ulCSR_M3_ARB_CNTL_UVD[10]; //arrays with values for CSR M3 arbiter for UVD playback
2722   ULONG                      ulCSR_M3_ARB_CNTL_FS3D[10];//arrays with values for CSR M3 arbiter for Full Screen 3D applications
2723   ULONG                      ulReserved6[61];           //must be 0x0
2724 }ATOM_INTEGRATED_SYSTEM_INFO_V5;   
2725
2726 #define ATOM_CRT_INT_ENCODER1_INDEX                       0x00000000
2727 #define ATOM_LCD_INT_ENCODER1_INDEX                       0x00000001
2728 #define ATOM_TV_INT_ENCODER1_INDEX                        0x00000002
2729 #define ATOM_DFP_INT_ENCODER1_INDEX                       0x00000003
2730 #define ATOM_CRT_INT_ENCODER2_INDEX                       0x00000004
2731 #define ATOM_LCD_EXT_ENCODER1_INDEX                       0x00000005
2732 #define ATOM_TV_EXT_ENCODER1_INDEX                        0x00000006
2733 #define ATOM_DFP_EXT_ENCODER1_INDEX                       0x00000007
2734 #define ATOM_CV_INT_ENCODER1_INDEX                        0x00000008
2735 #define ATOM_DFP_INT_ENCODER2_INDEX                       0x00000009
2736 #define ATOM_CRT_EXT_ENCODER1_INDEX                       0x0000000A
2737 #define ATOM_CV_EXT_ENCODER1_INDEX                        0x0000000B
2738 #define ATOM_DFP_INT_ENCODER3_INDEX                       0x0000000C
2739 #define ATOM_DFP_INT_ENCODER4_INDEX                       0x0000000D
2740
2741 // define ASIC internal encoder id ( bit vector ), used for CRTC_SourceSelTable
2742 #define ASIC_INT_DAC1_ENCODER_ID                                                                                        0x00 
2743 #define ASIC_INT_TV_ENCODER_ID                                                                                                          0x02
2744 #define ASIC_INT_DIG1_ENCODER_ID                                                                                                        0x03
2745 #define ASIC_INT_DAC2_ENCODER_ID                                                                                                        0x04
2746 #define ASIC_EXT_TV_ENCODER_ID                                                                                                          0x06
2747 #define ASIC_INT_DVO_ENCODER_ID                                                                                                         0x07
2748 #define ASIC_INT_DIG2_ENCODER_ID                                                                                                        0x09
2749 #define ASIC_EXT_DIG_ENCODER_ID                                                                                                         0x05
2750 #define ASIC_EXT_DIG2_ENCODER_ID                                                                                                        0x08
2751 #define ASIC_INT_DIG3_ENCODER_ID                                                                                                        0x0a
2752 #define ASIC_INT_DIG4_ENCODER_ID                                                                                                        0x0b
2753 #define ASIC_INT_DIG5_ENCODER_ID                                                                                                        0x0c
2754 #define ASIC_INT_DIG6_ENCODER_ID                                                                                                        0x0d
2755
2756 //define Encoder attribute
2757 #define ATOM_ANALOG_ENCODER                                                                                                                             0
2758 #define ATOM_DIGITAL_ENCODER                                                                                                                    1               
2759 #define ATOM_DP_ENCODER                                                                                                                       2         
2760
2761 #define ATOM_ENCODER_ENUM_MASK                            0x70
2762 #define ATOM_ENCODER_ENUM_ID1                             0x00
2763 #define ATOM_ENCODER_ENUM_ID2                             0x10
2764 #define ATOM_ENCODER_ENUM_ID3                             0x20
2765 #define ATOM_ENCODER_ENUM_ID4                             0x30
2766 #define ATOM_ENCODER_ENUM_ID5                             0x40 
2767 #define ATOM_ENCODER_ENUM_ID6                             0x50
2768
2769 #define ATOM_DEVICE_CRT1_INDEX                            0x00000000
2770 #define ATOM_DEVICE_LCD1_INDEX                            0x00000001
2771 #define ATOM_DEVICE_TV1_INDEX                             0x00000002
2772 #define ATOM_DEVICE_DFP1_INDEX                            0x00000003
2773 #define ATOM_DEVICE_CRT2_INDEX                            0x00000004
2774 #define ATOM_DEVICE_LCD2_INDEX                            0x00000005
2775 #define ATOM_DEVICE_DFP6_INDEX                            0x00000006
2776 #define ATOM_DEVICE_DFP2_INDEX                            0x00000007
2777 #define ATOM_DEVICE_CV_INDEX                              0x00000008
2778 #define ATOM_DEVICE_DFP3_INDEX                            0x00000009
2779 #define ATOM_DEVICE_DFP4_INDEX                            0x0000000A
2780 #define ATOM_DEVICE_DFP5_INDEX                            0x0000000B
2781
2782 #define ATOM_DEVICE_RESERVEDC_INDEX                       0x0000000C
2783 #define ATOM_DEVICE_RESERVEDD_INDEX                       0x0000000D
2784 #define ATOM_DEVICE_RESERVEDE_INDEX                       0x0000000E
2785 #define ATOM_DEVICE_RESERVEDF_INDEX                       0x0000000F
2786 #define ATOM_MAX_SUPPORTED_DEVICE_INFO                    (ATOM_DEVICE_DFP3_INDEX+1)
2787 #define ATOM_MAX_SUPPORTED_DEVICE_INFO_2                  ATOM_MAX_SUPPORTED_DEVICE_INFO
2788 #define ATOM_MAX_SUPPORTED_DEVICE_INFO_3                  (ATOM_DEVICE_DFP5_INDEX + 1 )
2789
2790 #define ATOM_MAX_SUPPORTED_DEVICE                         (ATOM_DEVICE_RESERVEDF_INDEX+1)
2791
2792 #define ATOM_DEVICE_CRT1_SUPPORT                          (0x1L << ATOM_DEVICE_CRT1_INDEX )
2793 #define ATOM_DEVICE_LCD1_SUPPORT                          (0x1L << ATOM_DEVICE_LCD1_INDEX )
2794 #define ATOM_DEVICE_TV1_SUPPORT                           (0x1L << ATOM_DEVICE_TV1_INDEX  )
2795 #define ATOM_DEVICE_DFP1_SUPPORT                          (0x1L << ATOM_DEVICE_DFP1_INDEX )
2796 #define ATOM_DEVICE_CRT2_SUPPORT                          (0x1L << ATOM_DEVICE_CRT2_INDEX )
2797 #define ATOM_DEVICE_LCD2_SUPPORT                          (0x1L << ATOM_DEVICE_LCD2_INDEX )
2798 #define ATOM_DEVICE_DFP6_SUPPORT                          (0x1L << ATOM_DEVICE_DFP6_INDEX )
2799 #define ATOM_DEVICE_DFP2_SUPPORT                          (0x1L << ATOM_DEVICE_DFP2_INDEX )
2800 #define ATOM_DEVICE_CV_SUPPORT                            (0x1L << ATOM_DEVICE_CV_INDEX   )
2801 #define ATOM_DEVICE_DFP3_SUPPORT                          (0x1L << ATOM_DEVICE_DFP3_INDEX )
2802 #define ATOM_DEVICE_DFP4_SUPPORT                          (0x1L << ATOM_DEVICE_DFP4_INDEX )
2803 #define ATOM_DEVICE_DFP5_SUPPORT                          (0x1L << ATOM_DEVICE_DFP5_INDEX )
2804
2805 #define ATOM_DEVICE_CRT_SUPPORT                           (ATOM_DEVICE_CRT1_SUPPORT | ATOM_DEVICE_CRT2_SUPPORT)
2806 #define ATOM_DEVICE_DFP_SUPPORT                           (ATOM_DEVICE_DFP1_SUPPORT | ATOM_DEVICE_DFP2_SUPPORT |  ATOM_DEVICE_DFP3_SUPPORT | ATOM_DEVICE_DFP4_SUPPORT | ATOM_DEVICE_DFP5_SUPPORT | ATOM_DEVICE_DFP6_SUPPORT)
2807 #define ATOM_DEVICE_TV_SUPPORT                            (ATOM_DEVICE_TV1_SUPPORT)
2808 #define ATOM_DEVICE_LCD_SUPPORT                           (ATOM_DEVICE_LCD1_SUPPORT | ATOM_DEVICE_LCD2_SUPPORT)
2809
2810 #define ATOM_DEVICE_CONNECTOR_TYPE_MASK                   0x000000F0
2811 #define ATOM_DEVICE_CONNECTOR_TYPE_SHIFT                  0x00000004
2812 #define ATOM_DEVICE_CONNECTOR_VGA                         0x00000001
2813 #define ATOM_DEVICE_CONNECTOR_DVI_I                       0x00000002
2814 #define ATOM_DEVICE_CONNECTOR_DVI_D                       0x00000003
2815 #define ATOM_DEVICE_CONNECTOR_DVI_A                       0x00000004
2816 #define ATOM_DEVICE_CONNECTOR_SVIDEO                      0x00000005
2817 #define ATOM_DEVICE_CONNECTOR_COMPOSITE                   0x00000006
2818 #define ATOM_DEVICE_CONNECTOR_LVDS                        0x00000007
2819 #define ATOM_DEVICE_CONNECTOR_DIGI_LINK                   0x00000008
2820 #define ATOM_DEVICE_CONNECTOR_SCART                       0x00000009
2821 #define ATOM_DEVICE_CONNECTOR_HDMI_TYPE_A                 0x0000000A
2822 #define ATOM_DEVICE_CONNECTOR_HDMI_TYPE_B                 0x0000000B
2823 #define ATOM_DEVICE_CONNECTOR_CASE_1                      0x0000000E
2824 #define ATOM_DEVICE_CONNECTOR_DISPLAYPORT                 0x0000000F
2825
2826
2827 #define ATOM_DEVICE_DAC_INFO_MASK                         0x0000000F
2828 #define ATOM_DEVICE_DAC_INFO_SHIFT                        0x00000000
2829 #define ATOM_DEVICE_DAC_INFO_NODAC                        0x00000000
2830 #define ATOM_DEVICE_DAC_INFO_DACA                         0x00000001
2831 #define ATOM_DEVICE_DAC_INFO_DACB                         0x00000002
2832 #define ATOM_DEVICE_DAC_INFO_EXDAC                        0x00000003
2833
2834 #define ATOM_DEVICE_I2C_ID_NOI2C                          0x00000000
2835
2836 #define ATOM_DEVICE_I2C_LINEMUX_MASK                      0x0000000F
2837 #define ATOM_DEVICE_I2C_LINEMUX_SHIFT                     0x00000000
2838
2839 #define ATOM_DEVICE_I2C_ID_MASK                           0x00000070
2840 #define ATOM_DEVICE_I2C_ID_SHIFT                          0x00000004
2841 #define ATOM_DEVICE_I2C_ID_IS_FOR_NON_MM_USE              0x00000001
2842 #define ATOM_DEVICE_I2C_ID_IS_FOR_MM_USE                  0x00000002
2843 #define ATOM_DEVICE_I2C_ID_IS_FOR_SDVO_USE                0x00000003    //For IGP RS600
2844 #define ATOM_DEVICE_I2C_ID_IS_FOR_DAC_SCL                 0x00000004    //For IGP RS690
2845
2846 #define ATOM_DEVICE_I2C_HARDWARE_CAP_MASK                 0x00000080
2847 #define ATOM_DEVICE_I2C_HARDWARE_CAP_SHIFT                0x00000007
2848 #define ATOM_DEVICE_USES_SOFTWARE_ASSISTED_I2C            0x00000000
2849 #define ATOM_DEVICE_USES_HARDWARE_ASSISTED_I2C            0x00000001
2850
2851 //  usDeviceSupport:
2852 //  Bits0       = 0 - no CRT1 support= 1- CRT1 is supported
2853 //  Bit 1       = 0 - no LCD1 support= 1- LCD1 is supported
2854 //  Bit 2       = 0 - no TV1  support= 1- TV1  is supported
2855 //  Bit 3       = 0 - no DFP1 support= 1- DFP1 is supported
2856 //  Bit 4       = 0 - no CRT2 support= 1- CRT2 is supported
2857 //  Bit 5       = 0 - no LCD2 support= 1- LCD2 is supported
2858 //  Bit 6       = 0 - no DFP6 support= 1- DFP6 is supported
2859 //  Bit 7       = 0 - no DFP2 support= 1- DFP2 is supported
2860 //  Bit 8       = 0 - no CV   support= 1- CV   is supported
2861 //  Bit 9       = 0 - no DFP3 support= 1- DFP3 is supported
2862 //  Bit 10      = 0 - no DFP4 support= 1- DFP4 is supported
2863 //  Bit 11      = 0 - no DFP5 support= 1- DFP5 is supported
2864 //   
2865 //  
2866
2867 /****************************************************************************/
2868 /* Structure used in MclkSS_InfoTable                                       */
2869 /****************************************************************************/
2870 //              ucI2C_ConfigID
2871 //    [7:0] - I2C LINE Associate ID
2872 //          = 0   - no I2C
2873 //    [7]               -       HW_Cap        = 1,  [6:0]=HW assisted I2C ID(HW line selection)
2874 //                          =   0,  [6:0]=SW assisted I2C ID
2875 //    [6-4]     - HW_ENGINE_ID  =       1,  HW engine for NON multimedia use
2876 //                          =   2,      HW engine for Multimedia use
2877 //                          =   3-7     Reserved for future I2C engines
2878 //              [3-0] - I2C_LINE_MUX  = A Mux number when it's HW assisted I2C or GPIO ID when it's SW I2C
2879
2880 typedef struct _ATOM_I2C_ID_CONFIG
2881 {
2882 #if ATOM_BIG_ENDIAN
2883   UCHAR   bfHW_Capable:1;
2884   UCHAR   bfHW_EngineID:3;
2885   UCHAR   bfI2C_LineMux:4;
2886 #else
2887   UCHAR   bfI2C_LineMux:4;
2888   UCHAR   bfHW_EngineID:3;
2889   UCHAR   bfHW_Capable:1;
2890 #endif
2891 }ATOM_I2C_ID_CONFIG;
2892
2893 typedef union _ATOM_I2C_ID_CONFIG_ACCESS
2894 {
2895   ATOM_I2C_ID_CONFIG sbfAccess;
2896   UCHAR              ucAccess;
2897 }ATOM_I2C_ID_CONFIG_ACCESS;
2898    
2899
2900 /****************************************************************************/  
2901 // Structure used in GPIO_I2C_InfoTable
2902 /****************************************************************************/  
2903 typedef struct _ATOM_GPIO_I2C_ASSIGMENT
2904 {
2905   USHORT                    usClkMaskRegisterIndex;
2906   USHORT                    usClkEnRegisterIndex;
2907   USHORT                    usClkY_RegisterIndex;
2908   USHORT                    usClkA_RegisterIndex;
2909   USHORT                    usDataMaskRegisterIndex;
2910   USHORT                    usDataEnRegisterIndex;
2911   USHORT                    usDataY_RegisterIndex;
2912   USHORT                    usDataA_RegisterIndex;
2913   ATOM_I2C_ID_CONFIG_ACCESS sucI2cId;
2914   UCHAR                     ucClkMaskShift;
2915   UCHAR                     ucClkEnShift;
2916   UCHAR                     ucClkY_Shift;
2917   UCHAR                     ucClkA_Shift;
2918   UCHAR                     ucDataMaskShift;
2919   UCHAR                     ucDataEnShift;
2920   UCHAR                     ucDataY_Shift;
2921   UCHAR                     ucDataA_Shift;
2922   UCHAR                     ucReserved1;
2923   UCHAR                     ucReserved2;
2924 }ATOM_GPIO_I2C_ASSIGMENT;
2925
2926 typedef struct _ATOM_GPIO_I2C_INFO
2927
2928   ATOM_COMMON_TABLE_HEADER      sHeader;
2929   ATOM_GPIO_I2C_ASSIGMENT   asGPIO_Info[ATOM_MAX_SUPPORTED_DEVICE];
2930 }ATOM_GPIO_I2C_INFO;
2931
2932 /****************************************************************************/  
2933 // Common Structure used in other structures
2934 /****************************************************************************/  
2935
2936 #ifndef _H2INC
2937   
2938 //Please don't add or expand this bitfield structure below, this one will retire soon.!
2939 typedef struct _ATOM_MODE_MISC_INFO
2940
2941 #if ATOM_BIG_ENDIAN
2942   USHORT Reserved:6;
2943   USHORT RGB888:1;
2944   USHORT DoubleClock:1;
2945   USHORT Interlace:1;
2946   USHORT CompositeSync:1;
2947   USHORT V_ReplicationBy2:1;
2948   USHORT H_ReplicationBy2:1;
2949   USHORT VerticalCutOff:1;
2950   USHORT VSyncPolarity:1;      //0=Active High, 1=Active Low
2951   USHORT HSyncPolarity:1;      //0=Active High, 1=Active Low
2952   USHORT HorizontalCutOff:1;
2953 #else
2954   USHORT HorizontalCutOff:1;
2955   USHORT HSyncPolarity:1;      //0=Active High, 1=Active Low
2956   USHORT VSyncPolarity:1;      //0=Active High, 1=Active Low
2957   USHORT VerticalCutOff:1;
2958   USHORT H_ReplicationBy2:1;
2959   USHORT V_ReplicationBy2:1;
2960   USHORT CompositeSync:1;
2961   USHORT Interlace:1;
2962   USHORT DoubleClock:1;
2963   USHORT RGB888:1;
2964   USHORT Reserved:6;           
2965 #endif
2966 }ATOM_MODE_MISC_INFO;
2967   
2968 typedef union _ATOM_MODE_MISC_INFO_ACCESS
2969
2970   ATOM_MODE_MISC_INFO sbfAccess;
2971   USHORT              usAccess;
2972 }ATOM_MODE_MISC_INFO_ACCESS;
2973   
2974 #else
2975   
2976 typedef union _ATOM_MODE_MISC_INFO_ACCESS
2977
2978   USHORT              usAccess;
2979 }ATOM_MODE_MISC_INFO_ACCESS;
2980    
2981 #endif
2982
2983 // usModeMiscInfo-
2984 #define ATOM_H_CUTOFF           0x01
2985 #define ATOM_HSYNC_POLARITY     0x02             //0=Active High, 1=Active Low
2986 #define ATOM_VSYNC_POLARITY     0x04             //0=Active High, 1=Active Low
2987 #define ATOM_V_CUTOFF           0x08
2988 #define ATOM_H_REPLICATIONBY2   0x10
2989 #define ATOM_V_REPLICATIONBY2   0x20
2990 #define ATOM_COMPOSITESYNC      0x40
2991 #define ATOM_INTERLACE          0x80
2992 #define ATOM_DOUBLE_CLOCK_MODE  0x100
2993 #define ATOM_RGB888_MODE        0x200
2994
2995 //usRefreshRate-
2996 #define ATOM_REFRESH_43         43
2997 #define ATOM_REFRESH_47         47
2998 #define ATOM_REFRESH_56         56      
2999 #define ATOM_REFRESH_60         60
3000 #define ATOM_REFRESH_65         65
3001 #define ATOM_REFRESH_70         70
3002 #define ATOM_REFRESH_72         72
3003 #define ATOM_REFRESH_75         75
3004 #define ATOM_REFRESH_85         85
3005
3006 // ATOM_MODE_TIMING data are exactly the same as VESA timing data.
3007 // Translation from EDID to ATOM_MODE_TIMING, use the following formula.
3008 //
3009 //      VESA_HTOTAL                     =       VESA_ACTIVE + 2* VESA_BORDER + VESA_BLANK
3010 //                                              =       EDID_HA + EDID_HBL
3011 //      VESA_HDISP                      =       VESA_ACTIVE     =       EDID_HA
3012 //      VESA_HSYNC_START        =       VESA_ACTIVE + VESA_BORDER + VESA_FRONT_PORCH
3013 //                                              =       EDID_HA + EDID_HSO
3014 //      VESA_HSYNC_WIDTH        =       VESA_HSYNC_TIME =       EDID_HSPW
3015 //      VESA_BORDER                     =       EDID_BORDER
3016
3017 /****************************************************************************/  
3018 // Structure used in SetCRTC_UsingDTDTimingTable
3019 /****************************************************************************/  
3020 typedef struct _SET_CRTC_USING_DTD_TIMING_PARAMETERS
3021 {
3022   USHORT  usH_Size;
3023   USHORT  usH_Blanking_Time;
3024   USHORT  usV_Size;
3025   USHORT  usV_Blanking_Time;                    
3026   USHORT  usH_SyncOffset;
3027   USHORT  usH_SyncWidth;
3028   USHORT  usV_SyncOffset;
3029   USHORT  usV_SyncWidth;
3030   ATOM_MODE_MISC_INFO_ACCESS  susModeMiscInfo;  
3031   UCHAR   ucH_Border;         // From DFP EDID
3032   UCHAR   ucV_Border;
3033   UCHAR   ucCRTC;             // ATOM_CRTC1 or ATOM_CRTC2  
3034   UCHAR   ucPadding[3];
3035 }SET_CRTC_USING_DTD_TIMING_PARAMETERS;
3036
3037 /****************************************************************************/  
3038 // Structure used in SetCRTC_TimingTable
3039 /****************************************************************************/  
3040 typedef struct _SET_CRTC_TIMING_PARAMETERS
3041 {
3042   USHORT                      usH_Total;        // horizontal total
3043   USHORT                      usH_Disp;         // horizontal display
3044   USHORT                      usH_SyncStart;    // horozontal Sync start
3045   USHORT                      usH_SyncWidth;    // horizontal Sync width
3046   USHORT                      usV_Total;        // vertical total
3047   USHORT                      usV_Disp;         // vertical display
3048   USHORT                      usV_SyncStart;    // vertical Sync start
3049   USHORT                      usV_SyncWidth;    // vertical Sync width
3050   ATOM_MODE_MISC_INFO_ACCESS  susModeMiscInfo;
3051   UCHAR                       ucCRTC;           // ATOM_CRTC1 or ATOM_CRTC2
3052   UCHAR                       ucOverscanRight;  // right
3053   UCHAR                       ucOverscanLeft;   // left
3054   UCHAR                       ucOverscanBottom; // bottom
3055   UCHAR                       ucOverscanTop;    // top
3056   UCHAR                       ucReserved;
3057 }SET_CRTC_TIMING_PARAMETERS;
3058 #define SET_CRTC_TIMING_PARAMETERS_PS_ALLOCATION SET_CRTC_TIMING_PARAMETERS
3059
3060 /****************************************************************************/  
3061 // Structure used in StandardVESA_TimingTable
3062 //                   AnalogTV_InfoTable 
3063 //                   ComponentVideoInfoTable
3064 /****************************************************************************/  
3065 typedef struct _ATOM_MODE_TIMING
3066 {
3067   USHORT  usCRTC_H_Total;
3068   USHORT  usCRTC_H_Disp;
3069   USHORT  usCRTC_H_SyncStart;
3070   USHORT  usCRTC_H_SyncWidth;
3071   USHORT  usCRTC_V_Total;
3072   USHORT  usCRTC_V_Disp;
3073   USHORT  usCRTC_V_SyncStart;
3074   USHORT  usCRTC_V_SyncWidth;
3075   USHORT  usPixelClock;                                                  //in 10Khz unit
3076   ATOM_MODE_MISC_INFO_ACCESS  susModeMiscInfo;
3077   USHORT  usCRTC_OverscanRight;
3078   USHORT  usCRTC_OverscanLeft;
3079   USHORT  usCRTC_OverscanBottom;
3080   USHORT  usCRTC_OverscanTop;
3081   USHORT  usReserve;
3082   UCHAR   ucInternalModeNumber;
3083   UCHAR   ucRefreshRate;
3084 }ATOM_MODE_TIMING;
3085
3086 typedef struct _ATOM_DTD_FORMAT
3087 {
3088   USHORT  usPixClk;
3089   USHORT  usHActive;
3090   USHORT  usHBlanking_Time;
3091   USHORT  usVActive;
3092   USHORT  usVBlanking_Time;                     
3093   USHORT  usHSyncOffset;
3094   USHORT  usHSyncWidth;
3095   USHORT  usVSyncOffset;
3096   USHORT  usVSyncWidth;
3097   USHORT  usImageHSize;
3098   USHORT  usImageVSize;
3099   UCHAR   ucHBorder;
3100   UCHAR   ucVBorder;
3101   ATOM_MODE_MISC_INFO_ACCESS susModeMiscInfo;
3102   UCHAR   ucInternalModeNumber;
3103   UCHAR   ucRefreshRate;
3104 }ATOM_DTD_FORMAT;
3105
3106 /****************************************************************************/  
3107 // Structure used in LVDS_InfoTable 
3108 //  * Need a document to describe this table
3109 /****************************************************************************/  
3110 #define SUPPORTED_LCD_REFRESHRATE_30Hz          0x0004
3111 #define SUPPORTED_LCD_REFRESHRATE_40Hz          0x0008
3112 #define SUPPORTED_LCD_REFRESHRATE_50Hz          0x0010
3113 #define SUPPORTED_LCD_REFRESHRATE_60Hz          0x0020
3114
3115 //ucTableFormatRevision=1
3116 //ucTableContentRevision=1
3117 typedef struct _ATOM_LVDS_INFO
3118 {
3119   ATOM_COMMON_TABLE_HEADER sHeader;  
3120   ATOM_DTD_FORMAT     sLCDTiming;
3121   USHORT              usModePatchTableOffset;
3122   USHORT              usSupportedRefreshRate;     //Refer to panel info table in ATOMBIOS extension Spec.
3123   USHORT              usOffDelayInMs;
3124   UCHAR               ucPowerSequenceDigOntoDEin10Ms;
3125   UCHAR               ucPowerSequenceDEtoBLOnin10Ms;
3126   UCHAR               ucLVDS_Misc;               // Bit0:{=0:single, =1:dual},Bit1 {=0:666RGB, =1:888RGB},Bit2:3:{Grey level}
3127                                                  // Bit4:{=0:LDI format for RGB888, =1 FPDI format for RGB888}
3128                                                  // Bit5:{=0:Spatial Dithering disabled;1 Spatial Dithering enabled}
3129                                                  // Bit6:{=0:Temporal Dithering disabled;1 Temporal Dithering enabled}
3130   UCHAR               ucPanelDefaultRefreshRate;
3131   UCHAR               ucPanelIdentification;
3132   UCHAR               ucSS_Id;
3133 }ATOM_LVDS_INFO;
3134
3135 //ucTableFormatRevision=1
3136 //ucTableContentRevision=2
3137 typedef struct _ATOM_LVDS_INFO_V12
3138 {
3139   ATOM_COMMON_TABLE_HEADER sHeader;  
3140   ATOM_DTD_FORMAT     sLCDTiming;
3141   USHORT              usExtInfoTableOffset;
3142   USHORT              usSupportedRefreshRate;     //Refer to panel info table in ATOMBIOS extension Spec.
3143   USHORT              usOffDelayInMs;
3144   UCHAR               ucPowerSequenceDigOntoDEin10Ms;
3145   UCHAR               ucPowerSequenceDEtoBLOnin10Ms;
3146   UCHAR               ucLVDS_Misc;               // Bit0:{=0:single, =1:dual},Bit1 {=0:666RGB, =1:888RGB},Bit2:3:{Grey level}
3147                                                  // Bit4:{=0:LDI format for RGB888, =1 FPDI format for RGB888}
3148                                                  // Bit5:{=0:Spatial Dithering disabled;1 Spatial Dithering enabled}
3149                                                  // Bit6:{=0:Temporal Dithering disabled;1 Temporal Dithering enabled}
3150   UCHAR               ucPanelDefaultRefreshRate;
3151   UCHAR               ucPanelIdentification;
3152   UCHAR               ucSS_Id;
3153   USHORT              usLCDVenderID;
3154   USHORT              usLCDProductID;
3155   UCHAR               ucLCDPanel_SpecialHandlingCap; 
3156         UCHAR                                                           ucPanelInfoSize;                                        //  start from ATOM_DTD_FORMAT to end of panel info, include ExtInfoTable
3157   UCHAR               ucReserved[2];
3158 }ATOM_LVDS_INFO_V12;
3159
3160 //Definitions for ucLCDPanel_SpecialHandlingCap:
3161
3162 //Once DAL sees this CAP is set, it will read EDID from LCD on its own instead of using sLCDTiming in ATOM_LVDS_INFO_V12. 
3163 //Other entries in ATOM_LVDS_INFO_V12 are still valid/useful to DAL 
3164 #define LCDPANEL_CAP_READ_EDID                  0x1
3165
3166 //If a design supports DRR (dynamic refresh rate) on internal panels (LVDS or EDP), this cap is set in ucLCDPanel_SpecialHandlingCap together
3167 //with multiple supported refresh rates@usSupportedRefreshRate. This cap should not be set when only slow refresh rate is supported (static
3168 //refresh rate switch by SW. This is only valid from ATOM_LVDS_INFO_V12
3169 #define LCDPANEL_CAP_DRR_SUPPORTED              0x2
3170
3171 //Use this cap bit for a quick reference whether an embadded panel (LCD1 ) is LVDS or eDP.
3172 #define LCDPANEL_CAP_eDP                        0x4
3173
3174
3175 //Color Bit Depth definition in EDID V1.4 @BYTE 14h
3176 //Bit 6  5  4
3177                               //      0  0  0  -  Color bit depth is undefined
3178                               //      0  0  1  -  6 Bits per Primary Color
3179                               //      0  1  0  -  8 Bits per Primary Color
3180                               //      0  1  1  - 10 Bits per Primary Color
3181                               //      1  0  0  - 12 Bits per Primary Color
3182                               //      1  0  1  - 14 Bits per Primary Color
3183                               //      1  1  0  - 16 Bits per Primary Color
3184                               //      1  1  1  - Reserved
3185
3186 #define PANEL_COLOR_BIT_DEPTH_MASK    0x70
3187
3188 // Bit7:{=0:Random Dithering disabled;1 Random Dithering enabled}   
3189 #define PANEL_RANDOM_DITHER   0x80
3190 #define PANEL_RANDOM_DITHER_MASK   0x80
3191
3192 #define ATOM_LVDS_INFO_LAST  ATOM_LVDS_INFO_V12   // no need to change this 
3193
3194 /****************************************************************************/  
3195 // Structures used by LCD_InfoTable V1.3    Note: previous version was called ATOM_LVDS_INFO_V12
3196 // ASIC Families:  NI
3197 // ucTableFormatRevision=1
3198 // ucTableContentRevision=3
3199 /****************************************************************************/  
3200 typedef struct _ATOM_LCD_INFO_V13
3201 {
3202   ATOM_COMMON_TABLE_HEADER sHeader;  
3203   ATOM_DTD_FORMAT     sLCDTiming;
3204   USHORT              usExtInfoTableOffset;
3205   USHORT              usSupportedRefreshRate;     //Refer to panel info table in ATOMBIOS extension Spec.
3206   ULONG               ulReserved0;
3207   UCHAR               ucLCD_Misc;                // Reorganized in V13
3208                                                  // Bit0: {=0:single, =1:dual},
3209                                                  // Bit1: {=0:LDI format for RGB888, =1 FPDI format for RGB888}  // was {=0:666RGB, =1:888RGB},
3210                                                  // Bit3:2: {Grey level}
3211                                                  // Bit6:4 Color Bit Depth definition (see below definition in EDID V1.4 @BYTE 14h) 
3212                                                  // Bit7   Reserved.  was for ATOM_PANEL_MISC_API_ENABLED, still need it?  
3213   UCHAR               ucPanelDefaultRefreshRate;
3214   UCHAR               ucPanelIdentification;
3215   UCHAR               ucSS_Id;
3216   USHORT              usLCDVenderID;
3217   USHORT              usLCDProductID;
3218   UCHAR               ucLCDPanel_SpecialHandlingCap;  // Reorganized in V13 
3219                                                  // Bit0: Once DAL sees this CAP is set, it will read EDID from LCD on its own
3220                                                  // Bit1: See LCDPANEL_CAP_DRR_SUPPORTED
3221                                                  // Bit2: a quick reference whether an embadded panel (LCD1 ) is LVDS (0) or eDP (1)
3222                                                  // Bit7-3: Reserved 
3223   UCHAR               ucPanelInfoSize;                                   //  start from ATOM_DTD_FORMAT to end of panel info, include ExtInfoTable
3224   USHORT              usBacklightPWM;            //  Backlight PWM in Hz. New in _V13
3225
3226   UCHAR               ucPowerSequenceDIGONtoDE_in4Ms;
3227   UCHAR               ucPowerSequenceDEtoVARY_BL_in4Ms;
3228   UCHAR               ucPowerSequenceDEtoDIGON_in4Ms;
3229   UCHAR               ucPowerSequenceVARY_BLtoDE_in4Ms;
3230
3231   UCHAR               ucOffDelay_in4Ms;
3232   UCHAR               ucPowerSequenceVARY_BLtoBLON_in4Ms;
3233   UCHAR               ucPowerSequenceBLONtoVARY_BL_in4Ms;
3234   UCHAR               ucReserved1;
3235
3236   ULONG               ulReserved[4];
3237 }ATOM_LCD_INFO_V13;  
3238
3239 #define ATOM_LCD_INFO_LAST  ATOM_LCD_INFO_V13    
3240
3241 //Definitions for ucLCD_Misc
3242 #define ATOM_PANEL_MISC_V13_DUAL                   0x00000001
3243 #define ATOM_PANEL_MISC_V13_FPDI                   0x00000002
3244 #define ATOM_PANEL_MISC_V13_GREY_LEVEL             0x0000000C
3245 #define ATOM_PANEL_MISC_V13_GREY_LEVEL_SHIFT       2
3246 #define ATOM_PANEL_MISC_V13_COLOR_BIT_DEPTH_MASK   0x70
3247 #define ATOM_PANEL_MISC_V13_6BIT_PER_COLOR         0x10
3248 #define ATOM_PANEL_MISC_V13_8BIT_PER_COLOR         0x20
3249
3250 //Color Bit Depth definition in EDID V1.4 @BYTE 14h
3251 //Bit 6  5  4
3252                               //      0  0  0  -  Color bit depth is undefined
3253                               //      0  0  1  -  6 Bits per Primary Color
3254                               //      0  1  0  -  8 Bits per Primary Color
3255                               //      0  1  1  - 10 Bits per Primary Color
3256                               //      1  0  0  - 12 Bits per Primary Color
3257                               //      1  0  1  - 14 Bits per Primary Color
3258                               //      1  1  0  - 16 Bits per Primary Color
3259                               //      1  1  1  - Reserved
3260  
3261 //Definitions for ucLCDPanel_SpecialHandlingCap:
3262
3263 //Once DAL sees this CAP is set, it will read EDID from LCD on its own instead of using sLCDTiming in ATOM_LVDS_INFO_V12. 
3264 //Other entries in ATOM_LVDS_INFO_V12 are still valid/useful to DAL 
3265 #define LCDPANEL_CAP_V13_READ_EDID              0x1        // = LCDPANEL_CAP_READ_EDID no change comparing to previous version
3266
3267 //If a design supports DRR (dynamic refresh rate) on internal panels (LVDS or EDP), this cap is set in ucLCDPanel_SpecialHandlingCap together
3268 //with multiple supported refresh rates@usSupportedRefreshRate. This cap should not be set when only slow refresh rate is supported (static
3269 //refresh rate switch by SW. This is only valid from ATOM_LVDS_INFO_V12
3270 #define LCDPANEL_CAP_V13_DRR_SUPPORTED          0x2        // = LCDPANEL_CAP_DRR_SUPPORTED no change comparing to previous version
3271
3272 //Use this cap bit for a quick reference whether an embadded panel (LCD1 ) is LVDS or eDP.
3273 #define LCDPANEL_CAP_V13_eDP                    0x4        // = LCDPANEL_CAP_eDP no change comparing to previous version
3274
3275 typedef struct  _ATOM_PATCH_RECORD_MODE
3276 {
3277   UCHAR     ucRecordType;
3278   USHORT    usHDisp;
3279   USHORT    usVDisp;
3280 }ATOM_PATCH_RECORD_MODE;
3281
3282 typedef struct  _ATOM_LCD_RTS_RECORD
3283 {
3284   UCHAR     ucRecordType;
3285   UCHAR     ucRTSValue;
3286 }ATOM_LCD_RTS_RECORD;
3287
3288 //!! If the record below exits, it shoud always be the first record for easy use in command table!!! 
3289 // The record below is only used when LVDS_Info is present. From ATOM_LVDS_INFO_V12, use ucLCDPanel_SpecialHandlingCap instead.
3290 typedef struct  _ATOM_LCD_MODE_CONTROL_CAP
3291 {
3292   UCHAR     ucRecordType;
3293   USHORT    usLCDCap;
3294 }ATOM_LCD_MODE_CONTROL_CAP;
3295
3296 #define LCD_MODE_CAP_BL_OFF                   1
3297 #define LCD_MODE_CAP_CRTC_OFF                 2
3298 #define LCD_MODE_CAP_PANEL_OFF                4
3299
3300 typedef struct _ATOM_FAKE_EDID_PATCH_RECORD
3301 {
3302   UCHAR ucRecordType;
3303   UCHAR ucFakeEDIDLength;
3304   UCHAR ucFakeEDIDString[1];    // This actually has ucFakeEdidLength elements.
3305 } ATOM_FAKE_EDID_PATCH_RECORD;
3306
3307 typedef struct  _ATOM_PANEL_RESOLUTION_PATCH_RECORD
3308 {
3309    UCHAR    ucRecordType;
3310    USHORT               usHSize;
3311    USHORT               usVSize;
3312 }ATOM_PANEL_RESOLUTION_PATCH_RECORD;
3313
3314 #define LCD_MODE_PATCH_RECORD_MODE_TYPE       1
3315 #define LCD_RTS_RECORD_TYPE                   2
3316 #define LCD_CAP_RECORD_TYPE                   3
3317 #define LCD_FAKE_EDID_PATCH_RECORD_TYPE       4
3318 #define LCD_PANEL_RESOLUTION_RECORD_TYPE      5
3319 #define ATOM_RECORD_END_TYPE                  0xFF
3320
3321 /****************************Spread Spectrum Info Table Definitions **********************/
3322
3323 //ucTableFormatRevision=1
3324 //ucTableContentRevision=2
3325 typedef struct _ATOM_SPREAD_SPECTRUM_ASSIGNMENT
3326 {
3327   USHORT              usSpreadSpectrumPercentage; 
3328   UCHAR               ucSpreadSpectrumType;         //Bit1=0 Down Spread,=1 Center Spread. Bit1=1 Ext. =0 Int. Bit2=1: PCIE REFCLK SS =0 iternal PPLL SS  Others:TBD
3329   UCHAR               ucSS_Step;
3330   UCHAR               ucSS_Delay;
3331   UCHAR               ucSS_Id;
3332   UCHAR               ucRecommendedRef_Div;
3333   UCHAR               ucSS_Range;               //it was reserved for V11
3334 }ATOM_SPREAD_SPECTRUM_ASSIGNMENT;
3335
3336 #define ATOM_MAX_SS_ENTRY                      16
3337 #define ATOM_DP_SS_ID1                                                                                           0x0f1                  // SS ID for internal DP stream at 2.7Ghz. if ATOM_DP_SS_ID2 does not exist in SS_InfoTable, it is used for internal DP stream at 1.62Ghz as well. 
3338 #define ATOM_DP_SS_ID2                                                                                           0x0f2                  // SS ID for internal DP stream at 1.62Ghz, if it exists in SS_InfoTable. 
3339 #define ATOM_LVLINK_2700MHz_SS_ID              0x0f3      // SS ID for LV link translator chip at 2.7Ghz
3340 #define ATOM_LVLINK_1620MHz_SS_ID              0x0f4      // SS ID for LV link translator chip at 1.62Ghz
3341
3342
3343 #define ATOM_SS_DOWN_SPREAD_MODE_MASK          0x00000000
3344 #define ATOM_SS_DOWN_SPREAD_MODE               0x00000000
3345 #define ATOM_SS_CENTRE_SPREAD_MODE_MASK        0x00000001
3346 #define ATOM_SS_CENTRE_SPREAD_MODE             0x00000001
3347 #define ATOM_INTERNAL_SS_MASK                  0x00000000
3348 #define ATOM_EXTERNAL_SS_MASK                  0x00000002
3349 #define EXEC_SS_STEP_SIZE_SHIFT                2
3350 #define EXEC_SS_DELAY_SHIFT                    4    
3351 #define ACTIVEDATA_TO_BLON_DELAY_SHIFT         4
3352
3353 typedef struct _ATOM_SPREAD_SPECTRUM_INFO
3354
3355   ATOM_COMMON_TABLE_HEADER      sHeader;
3356   ATOM_SPREAD_SPECTRUM_ASSIGNMENT   asSS_Info[ATOM_MAX_SS_ENTRY];
3357 }ATOM_SPREAD_SPECTRUM_INFO;
3358
3359 /****************************************************************************/  
3360 // Structure used in AnalogTV_InfoTable (Top level)
3361 /****************************************************************************/  
3362 //ucTVBootUpDefaultStd definition:
3363
3364 //ATOM_TV_NTSC                1
3365 //ATOM_TV_NTSCJ               2
3366 //ATOM_TV_PAL                 3
3367 //ATOM_TV_PALM                4
3368 //ATOM_TV_PALCN               5
3369 //ATOM_TV_PALN                6
3370 //ATOM_TV_PAL60               7
3371 //ATOM_TV_SECAM               8
3372
3373 //ucTVSupportedStd definition:
3374 #define NTSC_SUPPORT          0x1
3375 #define NTSCJ_SUPPORT         0x2
3376
3377 #define PAL_SUPPORT           0x4
3378 #define PALM_SUPPORT          0x8
3379 #define PALCN_SUPPORT         0x10
3380 #define PALN_SUPPORT          0x20
3381 #define PAL60_SUPPORT         0x40
3382 #define SECAM_SUPPORT         0x80
3383
3384 #define MAX_SUPPORTED_TV_TIMING    2
3385
3386 typedef struct _ATOM_ANALOG_TV_INFO
3387 {
3388   ATOM_COMMON_TABLE_HEADER sHeader;  
3389   UCHAR                    ucTV_SupportedStandard;
3390   UCHAR                    ucTV_BootUpDefaultStandard; 
3391   UCHAR                    ucExt_TV_ASIC_ID;
3392   UCHAR                    ucExt_TV_ASIC_SlaveAddr;
3393   /*ATOM_DTD_FORMAT          aModeTimings[MAX_SUPPORTED_TV_TIMING];*/
3394   ATOM_MODE_TIMING         aModeTimings[MAX_SUPPORTED_TV_TIMING];
3395 }ATOM_ANALOG_TV_INFO;
3396
3397 #define MAX_SUPPORTED_TV_TIMING_V1_2    3
3398
3399 typedef struct _ATOM_ANALOG_TV_INFO_V1_2
3400 {
3401   ATOM_COMMON_TABLE_HEADER sHeader;  
3402   UCHAR                    ucTV_SupportedStandard;
3403   UCHAR                    ucTV_BootUpDefaultStandard; 
3404   UCHAR                    ucExt_TV_ASIC_ID;
3405   UCHAR                    ucExt_TV_ASIC_SlaveAddr;
3406   ATOM_DTD_FORMAT          aModeTimings[MAX_SUPPORTED_TV_TIMING_V1_2];
3407 }ATOM_ANALOG_TV_INFO_V1_2;
3408
3409 typedef struct _ATOM_DPCD_INFO
3410 {
3411   UCHAR   ucRevisionNumber;        //10h : Revision 1.0; 11h : Revision 1.1   
3412   UCHAR   ucMaxLinkRate;           //06h : 1.62Gbps per lane; 0Ah = 2.7Gbps per lane
3413   UCHAR   ucMaxLane;               //Bits 4:0 = MAX_LANE_COUNT (1/2/4). Bit 7 = ENHANCED_FRAME_CAP 
3414   UCHAR   ucMaxDownSpread;         //Bit0 = 0: No Down spread; Bit0 = 1: 0.5% (Subject to change according to DP spec)
3415 }ATOM_DPCD_INFO;
3416
3417 #define ATOM_DPCD_MAX_LANE_MASK    0x1F
3418
3419 /**************************************************************************/
3420 // VRAM usage and their defintions
3421
3422 // One chunk of VRAM used by Bios are for HWICON surfaces,EDID data.
3423 // Current Mode timing and Dail Timing and/or STD timing data EACH device. They can be broken down as below.
3424 // All the addresses below are the offsets from the frame buffer start.They all MUST be Dword aligned!
3425 // To driver: The physical address of this memory portion=mmFB_START(4K aligned)+ATOMBIOS_VRAM_USAGE_START_ADDR+ATOM_x_ADDR
3426 // To Bios:  ATOMBIOS_VRAM_USAGE_START_ADDR+ATOM_x_ADDR->MM_INDEX 
3427
3428 #ifndef VESA_MEMORY_IN_64K_BLOCK
3429 #define VESA_MEMORY_IN_64K_BLOCK        0x100       //256*64K=16Mb (Max. VESA memory is 16Mb!)
3430 #endif
3431
3432 #define ATOM_EDID_RAW_DATASIZE          256         //In Bytes
3433 #define ATOM_HWICON_SURFACE_SIZE        4096        //In Bytes
3434 #define ATOM_HWICON_INFOTABLE_SIZE      32
3435 #define MAX_DTD_MODE_IN_VRAM            6
3436 #define ATOM_DTD_MODE_SUPPORT_TBL_SIZE  (MAX_DTD_MODE_IN_VRAM*28)    //28= (SIZEOF ATOM_DTD_FORMAT) 
3437 #define ATOM_STD_MODE_SUPPORT_TBL_SIZE  32*8                         //32 is a predefined number,8= (SIZEOF ATOM_STD_FORMAT)
3438 //20 bytes for Encoder Type and DPCD in STD EDID area
3439 #define DFP_ENCODER_TYPE_OFFSET         (ATOM_EDID_RAW_DATASIZE + ATOM_DTD_MODE_SUPPORT_TBL_SIZE + ATOM_STD_MODE_SUPPORT_TBL_SIZE - 20)    
3440 #define ATOM_DP_DPCD_OFFSET             (DFP_ENCODER_TYPE_OFFSET + 4 )        
3441
3442 #define ATOM_HWICON1_SURFACE_ADDR       0
3443 #define ATOM_HWICON2_SURFACE_ADDR       (ATOM_HWICON1_SURFACE_ADDR + ATOM_HWICON_SURFACE_SIZE)
3444 #define ATOM_HWICON_INFOTABLE_ADDR      (ATOM_HWICON2_SURFACE_ADDR + ATOM_HWICON_SURFACE_SIZE)
3445 #define ATOM_CRT1_EDID_ADDR             (ATOM_HWICON_INFOTABLE_ADDR + ATOM_HWICON_INFOTABLE_SIZE)
3446 #define ATOM_CRT1_DTD_MODE_TBL_ADDR     (ATOM_CRT1_EDID_ADDR + ATOM_EDID_RAW_DATASIZE)
3447 #define ATOM_CRT1_STD_MODE_TBL_ADDR         (ATOM_CRT1_DTD_MODE_TBL_ADDR + ATOM_DTD_MODE_SUPPORT_TBL_SIZE)
3448
3449 #define ATOM_LCD1_EDID_ADDR             (ATOM_CRT1_STD_MODE_TBL_ADDR + ATOM_STD_MODE_SUPPORT_TBL_SIZE)
3450 #define ATOM_LCD1_DTD_MODE_TBL_ADDR     (ATOM_LCD1_EDID_ADDR + ATOM_EDID_RAW_DATASIZE)
3451 #define ATOM_LCD1_STD_MODE_TBL_ADDR     (ATOM_LCD1_DTD_MODE_TBL_ADDR + ATOM_DTD_MODE_SUPPORT_TBL_SIZE)
3452
3453 #define ATOM_TV1_DTD_MODE_TBL_ADDR      (ATOM_LCD1_STD_MODE_TBL_ADDR + ATOM_STD_MODE_SUPPORT_TBL_SIZE)
3454
3455 #define ATOM_DFP1_EDID_ADDR             (ATOM_TV1_DTD_MODE_TBL_ADDR + ATOM_DTD_MODE_SUPPORT_TBL_SIZE)
3456 #define ATOM_DFP1_DTD_MODE_TBL_ADDR     (ATOM_DFP1_EDID_ADDR + ATOM_EDID_RAW_DATASIZE)
3457 #define ATOM_DFP1_STD_MODE_TBL_ADDR         (ATOM_DFP1_DTD_MODE_TBL_ADDR + ATOM_DTD_MODE_SUPPORT_TBL_SIZE)
3458
3459 #define ATOM_CRT2_EDID_ADDR             (ATOM_DFP1_STD_MODE_TBL_ADDR + ATOM_STD_MODE_SUPPORT_TBL_SIZE)
3460 #define ATOM_CRT2_DTD_MODE_TBL_ADDR     (ATOM_CRT2_EDID_ADDR + ATOM_EDID_RAW_DATASIZE)
3461 #define ATOM_CRT2_STD_MODE_TBL_ADDR         (ATOM_CRT2_DTD_MODE_TBL_ADDR + ATOM_DTD_MODE_SUPPORT_TBL_SIZE)
3462
3463 #define ATOM_LCD2_EDID_ADDR             (ATOM_CRT2_STD_MODE_TBL_ADDR + ATOM_STD_MODE_SUPPORT_TBL_SIZE)
3464 #define ATOM_LCD2_DTD_MODE_TBL_ADDR     (ATOM_LCD2_EDID_ADDR + ATOM_EDID_RAW_DATASIZE)
3465 #define ATOM_LCD2_STD_MODE_TBL_ADDR     (ATOM_LCD2_DTD_MODE_TBL_ADDR + ATOM_DTD_MODE_SUPPORT_TBL_SIZE)
3466
3467 #define ATOM_DFP6_EDID_ADDR             (ATOM_LCD2_STD_MODE_TBL_ADDR + ATOM_STD_MODE_SUPPORT_TBL_SIZE)
3468 #define ATOM_DFP6_DTD_MODE_TBL_ADDR     (ATOM_DFP6_EDID_ADDR + ATOM_EDID_RAW_DATASIZE)
3469 #define ATOM_DFP6_STD_MODE_TBL_ADDR     (ATOM_DFP6_DTD_MODE_TBL_ADDR + ATOM_DTD_MODE_SUPPORT_TBL_SIZE)
3470
3471 #define ATOM_DFP2_EDID_ADDR             (ATOM_DFP6_STD_MODE_TBL_ADDR + ATOM_STD_MODE_SUPPORT_TBL_SIZE)
3472 #define ATOM_DFP2_DTD_MODE_TBL_ADDR     (ATOM_DFP2_EDID_ADDR + ATOM_EDID_RAW_DATASIZE)
3473 #define ATOM_DFP2_STD_MODE_TBL_ADDR     (ATOM_DFP2_DTD_MODE_TBL_ADDR + ATOM_DTD_MODE_SUPPORT_TBL_SIZE)
3474
3475 #define ATOM_CV_EDID_ADDR               (ATOM_DFP2_STD_MODE_TBL_ADDR + ATOM_STD_MODE_SUPPORT_TBL_SIZE)
3476 #define ATOM_CV_DTD_MODE_TBL_ADDR       (ATOM_CV_EDID_ADDR + ATOM_EDID_RAW_DATASIZE)
3477 #define ATOM_CV_STD_MODE_TBL_ADDR       (ATOM_CV_DTD_MODE_TBL_ADDR + ATOM_DTD_MODE_SUPPORT_TBL_SIZE)
3478
3479 #define ATOM_DFP3_EDID_ADDR             (ATOM_CV_STD_MODE_TBL_ADDR + ATOM_STD_MODE_SUPPORT_TBL_SIZE)
3480 #define ATOM_DFP3_DTD_MODE_TBL_ADDR     (ATOM_DFP3_EDID_ADDR + ATOM_EDID_RAW_DATASIZE)
3481 #define ATOM_DFP3_STD_MODE_TBL_ADDR     (ATOM_DFP3_DTD_MODE_TBL_ADDR + ATOM_DTD_MODE_SUPPORT_TBL_SIZE)
3482
3483 #define ATOM_DFP4_EDID_ADDR             (ATOM_DFP3_STD_MODE_TBL_ADDR + ATOM_STD_MODE_SUPPORT_TBL_SIZE)
3484 #define ATOM_DFP4_DTD_MODE_TBL_ADDR     (ATOM_DFP4_EDID_ADDR + ATOM_EDID_RAW_DATASIZE)
3485 #define ATOM_DFP4_STD_MODE_TBL_ADDR     (ATOM_DFP4_DTD_MODE_TBL_ADDR + ATOM_DTD_MODE_SUPPORT_TBL_SIZE)
3486
3487 #define ATOM_DFP5_EDID_ADDR             (ATOM_DFP4_STD_MODE_TBL_ADDR + ATOM_STD_MODE_SUPPORT_TBL_SIZE)
3488 #define ATOM_DFP5_DTD_MODE_TBL_ADDR     (ATOM_DFP5_EDID_ADDR + ATOM_EDID_RAW_DATASIZE)
3489 #define ATOM_DFP5_STD_MODE_TBL_ADDR     (ATOM_DFP5_DTD_MODE_TBL_ADDR + ATOM_DTD_MODE_SUPPORT_TBL_SIZE)
3490
3491 #define ATOM_DP_TRAINING_TBL_ADDR       (ATOM_DFP5_STD_MODE_TBL_ADDR + ATOM_STD_MODE_SUPPORT_TBL_SIZE)
3492
3493 #define ATOM_STACK_STORAGE_START        (ATOM_DP_TRAINING_TBL_ADDR + 1024)       
3494 #define ATOM_STACK_STORAGE_END          ATOM_STACK_STORAGE_START + 512        
3495
3496 //The size below is in Kb!
3497 #define ATOM_VRAM_RESERVE_SIZE         ((((ATOM_STACK_STORAGE_END - ATOM_HWICON1_SURFACE_ADDR)>>10)+4)&0xFFFC)
3498    
3499 #define ATOM_VRAM_RESERVE_V2_SIZE      32
3500
3501 #define ATOM_VRAM_OPERATION_FLAGS_MASK         0xC0000000L
3502 #define ATOM_VRAM_OPERATION_FLAGS_SHIFT        30
3503 #define ATOM_VRAM_BLOCK_NEEDS_NO_RESERVATION   0x1
3504 #define ATOM_VRAM_BLOCK_NEEDS_RESERVATION      0x0
3505
3506 /***********************************************************************************/   
3507 // Structure used in VRAM_UsageByFirmwareTable
3508 // Note1: This table is filled by SetBiosReservationStartInFB in CoreCommSubs.asm
3509 //        at running time.   
3510 // note2: From RV770, the memory is more than 32bit addressable, so we will change 
3511 //        ucTableFormatRevision=1,ucTableContentRevision=4, the strcuture remains 
3512 //        exactly same as 1.1 and 1.2 (1.3 is never in use), but ulStartAddrUsedByFirmware 
3513 //        (in offset to start of memory address) is KB aligned instead of byte aligend.
3514 /***********************************************************************************/   
3515 // Note3:
3516 /* If we change usReserved to "usFBUsedbyDrvInKB", then to VBIOS this usFBUsedbyDrvInKB is a predefined, unchanged constant across VGA or non VGA adapter,
3517 for CAIL, The size of FB access area is known, only thing missing is the Offset of FB Access area, so we can  have:
3518
3519 If (ulStartAddrUsedByFirmware!=0)
3520 FBAccessAreaOffset= ulStartAddrUsedByFirmware - usFBUsedbyDrvInKB;
3521 Reserved area has been claimed by VBIOS including this FB access area; CAIL doesn't need to reserve any extra area for this purpose
3522 else    //Non VGA case
3523  if (FB_Size<=2Gb)
3524     FBAccessAreaOffset= FB_Size - usFBUsedbyDrvInKB;
3525  else
3526           FBAccessAreaOffset= Aper_Size - usFBUsedbyDrvInKB
3527
3528 CAIL needs to claim an reserved area defined by FBAccessAreaOffset and usFBUsedbyDrvInKB in non VGA case.*/
3529
3530 #define ATOM_MAX_FIRMWARE_VRAM_USAGE_INFO                       1
3531
3532 typedef struct _ATOM_FIRMWARE_VRAM_RESERVE_INFO
3533 {
3534   ULONG   ulStartAddrUsedByFirmware;
3535   USHORT  usFirmwareUseInKb;
3536   USHORT  usReserved;
3537 }ATOM_FIRMWARE_VRAM_RESERVE_INFO;
3538
3539 typedef struct _ATOM_VRAM_USAGE_BY_FIRMWARE
3540 {
3541   ATOM_COMMON_TABLE_HEADER sHeader;  
3542   ATOM_FIRMWARE_VRAM_RESERVE_INFO       asFirmwareVramReserveInfo[ATOM_MAX_FIRMWARE_VRAM_USAGE_INFO];
3543 }ATOM_VRAM_USAGE_BY_FIRMWARE;
3544
3545 // change verion to 1.5, when allow driver to allocate the vram area for command table access. 
3546 typedef struct _ATOM_FIRMWARE_VRAM_RESERVE_INFO_V1_5
3547 {
3548   ULONG   ulStartAddrUsedByFirmware;
3549   USHORT  usFirmwareUseInKb;
3550   USHORT  usFBUsedByDrvInKb;
3551 }ATOM_FIRMWARE_VRAM_RESERVE_INFO_V1_5;
3552
3553 typedef struct _ATOM_VRAM_USAGE_BY_FIRMWARE_V1_5
3554 {
3555   ATOM_COMMON_TABLE_HEADER sHeader;  
3556   ATOM_FIRMWARE_VRAM_RESERVE_INFO_V1_5  asFirmwareVramReserveInfo[ATOM_MAX_FIRMWARE_VRAM_USAGE_INFO];
3557 }ATOM_VRAM_USAGE_BY_FIRMWARE_V1_5;
3558
3559 /****************************************************************************/  
3560 // Structure used in GPIO_Pin_LUTTable
3561 /****************************************************************************/  
3562 typedef struct _ATOM_GPIO_PIN_ASSIGNMENT
3563 {
3564   USHORT                   usGpioPin_AIndex;
3565   UCHAR                    ucGpioPinBitShift;
3566   UCHAR                    ucGPIO_ID;
3567 }ATOM_GPIO_PIN_ASSIGNMENT;
3568
3569 typedef struct _ATOM_GPIO_PIN_LUT
3570 {
3571   ATOM_COMMON_TABLE_HEADER  sHeader;
3572   ATOM_GPIO_PIN_ASSIGNMENT      asGPIO_Pin[1];
3573 }ATOM_GPIO_PIN_LUT;
3574
3575 /****************************************************************************/  
3576 // Structure used in ComponentVideoInfoTable    
3577 /****************************************************************************/  
3578 #define GPIO_PIN_ACTIVE_HIGH          0x1
3579
3580 #define MAX_SUPPORTED_CV_STANDARDS    5
3581
3582 // definitions for ATOM_D_INFO.ucSettings
3583 #define ATOM_GPIO_SETTINGS_BITSHIFT_MASK  0x1F    // [4:0]
3584 #define ATOM_GPIO_SETTINGS_RESERVED_MASK  0x60    // [6:5] = must be zeroed out
3585 #define ATOM_GPIO_SETTINGS_ACTIVE_MASK    0x80    // [7]
3586
3587 typedef struct _ATOM_GPIO_INFO
3588 {
3589   USHORT  usAOffset;
3590   UCHAR   ucSettings;
3591   UCHAR   ucReserved;
3592 }ATOM_GPIO_INFO;
3593
3594 // definitions for ATOM_COMPONENT_VIDEO_INFO.ucMiscInfo (bit vector)
3595 #define ATOM_CV_RESTRICT_FORMAT_SELECTION           0x2
3596
3597 // definitions for ATOM_COMPONENT_VIDEO_INFO.uc480i/uc480p/uc720p/uc1080i
3598 #define ATOM_GPIO_DEFAULT_MODE_EN                   0x80 //[7];
3599 #define ATOM_GPIO_SETTING_PERMODE_MASK              0x7F //[6:0]
3600
3601 // definitions for ATOM_COMPONENT_VIDEO_INFO.ucLetterBoxMode
3602 //Line 3 out put 5V.
3603 #define ATOM_CV_LINE3_ASPECTRATIO_16_9_GPIO_A       0x01     //represent gpio 3 state for 16:9
3604 #define ATOM_CV_LINE3_ASPECTRATIO_16_9_GPIO_B       0x02     //represent gpio 4 state for 16:9
3605 #define ATOM_CV_LINE3_ASPECTRATIO_16_9_GPIO_SHIFT   0x0   
3606
3607 //Line 3 out put 2.2V              
3608 #define ATOM_CV_LINE3_ASPECTRATIO_4_3_LETBOX_GPIO_A 0x04     //represent gpio 3 state for 4:3 Letter box
3609 #define ATOM_CV_LINE3_ASPECTRATIO_4_3_LETBOX_GPIO_B 0x08     //represent gpio 4 state for 4:3 Letter box
3610 #define ATOM_CV_LINE3_ASPECTRATIO_4_3_LETBOX_GPIO_SHIFT 0x2     
3611
3612 //Line 3 out put 0V
3613 #define ATOM_CV_LINE3_ASPECTRATIO_4_3_GPIO_A        0x10     //represent gpio 3 state for 4:3
3614 #define ATOM_CV_LINE3_ASPECTRATIO_4_3_GPIO_B        0x20     //represent gpio 4 state for 4:3
3615 #define ATOM_CV_LINE3_ASPECTRATIO_4_3_GPIO_SHIFT    0x4 
3616
3617 #define ATOM_CV_LINE3_ASPECTRATIO_MASK              0x3F     // bit [5:0]
3618
3619 #define ATOM_CV_LINE3_ASPECTRATIO_EXIST             0x80     //bit 7
3620
3621 //GPIO bit index in gpio setting per mode value, also represend the block no. in gpio blocks.
3622 #define ATOM_GPIO_INDEX_LINE3_ASPECRATIO_GPIO_A   3   //bit 3 in uc480i/uc480p/uc720p/uc1080i, which represend the default gpio bit setting for the mode.
3623 #define ATOM_GPIO_INDEX_LINE3_ASPECRATIO_GPIO_B   4   //bit 4 in uc480i/uc480p/uc720p/uc1080i, which represend the default gpio bit setting for the mode.
3624
3625
3626 typedef struct _ATOM_COMPONENT_VIDEO_INFO
3627 {
3628   ATOM_COMMON_TABLE_HEADER sHeader;
3629   USHORT             usMask_PinRegisterIndex;
3630   USHORT             usEN_PinRegisterIndex;
3631   USHORT             usY_PinRegisterIndex;
3632   USHORT             usA_PinRegisterIndex;
3633   UCHAR              ucBitShift;
3634   UCHAR              ucPinActiveState;  //ucPinActiveState: Bit0=1 active high, =0 active low
3635   ATOM_DTD_FORMAT    sReserved;         // must be zeroed out
3636   UCHAR              ucMiscInfo;
3637   UCHAR              uc480i;
3638   UCHAR              uc480p;
3639   UCHAR              uc720p;
3640   UCHAR              uc1080i;
3641   UCHAR              ucLetterBoxMode;
3642   UCHAR              ucReserved[3];
3643   UCHAR              ucNumOfWbGpioBlocks; //For Component video D-Connector support. If zere, NTSC type connector
3644   ATOM_GPIO_INFO     aWbGpioStateBlock[MAX_SUPPORTED_CV_STANDARDS];
3645   ATOM_DTD_FORMAT    aModeTimings[MAX_SUPPORTED_CV_STANDARDS];
3646 }ATOM_COMPONENT_VIDEO_INFO;
3647
3648 //ucTableFormatRevision=2
3649 //ucTableContentRevision=1
3650 typedef struct _ATOM_COMPONENT_VIDEO_INFO_V21
3651 {
3652   ATOM_COMMON_TABLE_HEADER sHeader;
3653   UCHAR              ucMiscInfo;
3654   UCHAR              uc480i;
3655   UCHAR              uc480p;
3656   UCHAR              uc720p;
3657   UCHAR              uc1080i;
3658   UCHAR              ucReserved;
3659   UCHAR              ucLetterBoxMode;
3660   UCHAR              ucNumOfWbGpioBlocks; //For Component video D-Connector support. If zere, NTSC type connector
3661   ATOM_GPIO_INFO     aWbGpioStateBlock[MAX_SUPPORTED_CV_STANDARDS];
3662   ATOM_DTD_FORMAT    aModeTimings[MAX_SUPPORTED_CV_STANDARDS];
3663 }ATOM_COMPONENT_VIDEO_INFO_V21;
3664
3665 #define ATOM_COMPONENT_VIDEO_INFO_LAST  ATOM_COMPONENT_VIDEO_INFO_V21
3666
3667 /****************************************************************************/  
3668 // Structure used in object_InfoTable
3669 /****************************************************************************/  
3670 typedef struct _ATOM_OBJECT_HEADER
3671
3672   ATOM_COMMON_TABLE_HEADER      sHeader;
3673   USHORT                    usDeviceSupport;
3674   USHORT                    usConnectorObjectTableOffset;
3675   USHORT                    usRouterObjectTableOffset;
3676   USHORT                    usEncoderObjectTableOffset;
3677   USHORT                    usProtectionObjectTableOffset; //only available when Protection block is independent.
3678   USHORT                    usDisplayPathTableOffset;
3679 }ATOM_OBJECT_HEADER;
3680
3681 typedef struct _ATOM_OBJECT_HEADER_V3
3682
3683   ATOM_COMMON_TABLE_HEADER      sHeader;
3684   USHORT                    usDeviceSupport;
3685   USHORT                    usConnectorObjectTableOffset;
3686   USHORT                    usRouterObjectTableOffset;
3687   USHORT                    usEncoderObjectTableOffset;
3688   USHORT                    usProtectionObjectTableOffset; //only available when Protection block is independent.
3689   USHORT                    usDisplayPathTableOffset;
3690   USHORT                    usMiscObjectTableOffset;
3691 }ATOM_OBJECT_HEADER_V3;
3692
3693 typedef struct  _ATOM_DISPLAY_OBJECT_PATH
3694 {
3695   USHORT    usDeviceTag;                                   //supported device 
3696   USHORT    usSize;                                        //the size of ATOM_DISPLAY_OBJECT_PATH
3697   USHORT    usConnObjectId;                                //Connector Object ID 
3698   USHORT    usGPUObjectId;                                 //GPU ID 
3699   USHORT    usGraphicObjIds[1];                             //1st Encoder Obj source from GPU to last Graphic Obj destinate to connector.
3700 }ATOM_DISPLAY_OBJECT_PATH;
3701
3702 typedef struct  _ATOM_DISPLAY_EXTERNAL_OBJECT_PATH
3703 {
3704   USHORT    usDeviceTag;                                   //supported device 
3705   USHORT    usSize;                                        //the size of ATOM_DISPLAY_OBJECT_PATH
3706   USHORT    usConnObjectId;                                //Connector Object ID 
3707   USHORT    usGPUObjectId;                                 //GPU ID 
3708   USHORT    usGraphicObjIds[2];                            //usGraphicObjIds[0]= GPU internal encoder, usGraphicObjIds[1]= external encoder 
3709 }ATOM_DISPLAY_EXTERNAL_OBJECT_PATH;
3710
3711 typedef struct _ATOM_DISPLAY_OBJECT_PATH_TABLE
3712 {
3713   UCHAR                           ucNumOfDispPath;
3714   UCHAR                           ucVersion;
3715   UCHAR                           ucPadding[2];
3716   ATOM_DISPLAY_OBJECT_PATH        asDispPath[1];
3717 }ATOM_DISPLAY_OBJECT_PATH_TABLE;
3718
3719
3720 typedef struct _ATOM_OBJECT                                //each object has this structure    
3721 {
3722   USHORT              usObjectID;
3723   USHORT              usSrcDstTableOffset;
3724   USHORT              usRecordOffset;                     //this pointing to a bunch of records defined below
3725   USHORT              usReserved;
3726 }ATOM_OBJECT;
3727
3728 typedef struct _ATOM_OBJECT_TABLE                         //Above 4 object table offset pointing to a bunch of objects all have this structure     
3729 {
3730   UCHAR               ucNumberOfObjects;
3731   UCHAR               ucPadding[3];
3732   ATOM_OBJECT         asObjects[1];
3733 }ATOM_OBJECT_TABLE;
3734
3735 typedef struct _ATOM_SRC_DST_TABLE_FOR_ONE_OBJECT         //usSrcDstTableOffset pointing to this structure
3736 {
3737   UCHAR               ucNumberOfSrc;
3738   USHORT              usSrcObjectID[1];
3739   UCHAR               ucNumberOfDst;
3740   USHORT              usDstObjectID[1];
3741 }ATOM_SRC_DST_TABLE_FOR_ONE_OBJECT;
3742
3743
3744 //Two definitions below are for OPM on MXM module designs
3745
3746 #define EXT_HPDPIN_LUTINDEX_0                   0
3747 #define EXT_HPDPIN_LUTINDEX_1                   1
3748 #define EXT_HPDPIN_LUTINDEX_2                   2
3749 #define EXT_HPDPIN_LUTINDEX_3                   3
3750 #define EXT_HPDPIN_LUTINDEX_4                   4
3751 #define EXT_HPDPIN_LUTINDEX_5                   5
3752 #define EXT_HPDPIN_LUTINDEX_6                   6
3753 #define EXT_HPDPIN_LUTINDEX_7                   7
3754 #define MAX_NUMBER_OF_EXT_HPDPIN_LUT_ENTRIES   (EXT_HPDPIN_LUTINDEX_7+1)
3755
3756 #define EXT_AUXDDC_LUTINDEX_0                   0
3757 #define EXT_AUXDDC_LUTINDEX_1                   1
3758 #define EXT_AUXDDC_LUTINDEX_2                   2
3759 #define EXT_AUXDDC_LUTINDEX_3                   3
3760 #define EXT_AUXDDC_LUTINDEX_4                   4
3761 #define EXT_AUXDDC_LUTINDEX_5                   5
3762 #define EXT_AUXDDC_LUTINDEX_6                   6
3763 #define EXT_AUXDDC_LUTINDEX_7                   7
3764 #define MAX_NUMBER_OF_EXT_AUXDDC_LUT_ENTRIES   (EXT_AUXDDC_LUTINDEX_7+1)
3765
3766 //ucChannelMapping are defined as following
3767 //for DP connector, eDP, DP to VGA/LVDS 
3768 //Bit[1:0]: Define which pin connect to DP connector DP_Lane0, =0: source from GPU pin TX0, =1: from GPU pin TX1, =2: from GPU pin TX2, =3 from GPU pin TX3
3769 //Bit[3:2]: Define which pin connect to DP connector DP_Lane1, =0: source from GPU pin TX0, =1: from GPU pin TX1, =2: from GPU pin TX2, =3 from GPU pin TX3
3770 //Bit[5:4]: Define which pin connect to DP connector DP_Lane2, =0: source from GPU pin TX0, =1: from GPU pin TX1, =2: from GPU pin TX2, =3 from GPU pin TX3
3771 //Bit[7:6]: Define which pin connect to DP connector DP_Lane3, =0: source from GPU pin TX0, =1: from GPU pin TX1, =2: from GPU pin TX2, =3 from GPU pin TX3
3772 typedef struct _ATOM_DP_CONN_CHANNEL_MAPPING
3773 {
3774 #if ATOM_BIG_ENDIAN
3775   UCHAR ucDP_Lane3_Source:2;
3776   UCHAR ucDP_Lane2_Source:2;
3777   UCHAR ucDP_Lane1_Source:2;
3778   UCHAR ucDP_Lane0_Source:2;
3779 #else
3780   UCHAR ucDP_Lane0_Source:2;
3781   UCHAR ucDP_Lane1_Source:2;
3782   UCHAR ucDP_Lane2_Source:2;
3783   UCHAR ucDP_Lane3_Source:2;
3784 #endif
3785 }ATOM_DP_CONN_CHANNEL_MAPPING;
3786
3787 //for DVI/HDMI, in dual link case, both links have to have same mapping. 
3788 //Bit[1:0]: Define which pin connect to DVI connector data Lane2, =0: source from GPU pin TX0, =1: from GPU pin TX1, =2: from GPU pin TX2, =3 from GPU pin TX3
3789 //Bit[3:2]: Define which pin connect to DVI connector data Lane1, =0: source from GPU pin TX0, =1: from GPU pin TX1, =2: from GPU pin TX2, =3 from GPU pin TX3
3790 //Bit[5:4]: Define which pin connect to DVI connector data Lane0, =0: source from GPU pin TX0, =1: from GPU pin TX1, =2: from GPU pin TX2, =3 from GPU pin TX3
3791 //Bit[7:6]: Define which pin connect to DVI connector clock lane, =0: source from GPU pin TX0, =1: from GPU pin TX1, =2: from GPU pin TX2, =3 from GPU pin TX3
3792 typedef struct _ATOM_DVI_CONN_CHANNEL_MAPPING
3793 {
3794 #if ATOM_BIG_ENDIAN
3795   UCHAR ucDVI_CLK_Source:2;
3796   UCHAR ucDVI_DATA0_Source:2;
3797   UCHAR ucDVI_DATA1_Source:2;
3798   UCHAR ucDVI_DATA2_Source:2;
3799 #else
3800   UCHAR ucDVI_DATA2_Source:2;
3801   UCHAR ucDVI_DATA1_Source:2;
3802   UCHAR ucDVI_DATA0_Source:2;
3803   UCHAR ucDVI_CLK_Source:2;
3804 #endif
3805 }ATOM_DVI_CONN_CHANNEL_MAPPING;
3806
3807 typedef struct _EXT_DISPLAY_PATH
3808 {
3809   USHORT  usDeviceTag;                    //A bit vector to show what devices are supported 
3810   USHORT  usDeviceACPIEnum;               //16bit device ACPI id. 
3811   USHORT  usDeviceConnector;              //A physical connector for displays to plug in, using object connector definitions
3812   UCHAR   ucExtAUXDDCLutIndex;            //An index into external AUX/DDC channel LUT
3813   UCHAR   ucExtHPDPINLutIndex;            //An index into external HPD pin LUT
3814   USHORT  usExtEncoderObjId;              //external encoder object id
3815   union{
3816     UCHAR   ucChannelMapping;                  // if ucChannelMapping=0, using default one to one mapping
3817     ATOM_DP_CONN_CHANNEL_MAPPING asDPMapping;
3818     ATOM_DVI_CONN_CHANNEL_MAPPING asDVIMapping;
3819   };
3820   UCHAR   ucReserved;
3821   USHORT  usReserved[2]; 
3822 }EXT_DISPLAY_PATH;
3823    
3824 #define NUMBER_OF_UCHAR_FOR_GUID          16
3825 #define MAX_NUMBER_OF_EXT_DISPLAY_PATH    7
3826
3827 typedef  struct _ATOM_EXTERNAL_DISPLAY_CONNECTION_INFO
3828 {
3829   ATOM_COMMON_TABLE_HEADER sHeader;
3830   UCHAR                    ucGuid [NUMBER_OF_UCHAR_FOR_GUID];     // a GUID is a 16 byte long string
3831   EXT_DISPLAY_PATH         sPath[MAX_NUMBER_OF_EXT_DISPLAY_PATH]; // total of fixed 7 entries.
3832   UCHAR                    ucChecksum;                            // a  simple Checksum of the sum of whole structure equal to 0x0. 
3833   UCHAR                    uc3DStereoPinId;                       // use for eDP panel
3834   UCHAR                    Reserved [6];                          // for potential expansion
3835 }ATOM_EXTERNAL_DISPLAY_CONNECTION_INFO;
3836
3837 //Related definitions, all records are different but they have a commond header
3838 typedef struct _ATOM_COMMON_RECORD_HEADER
3839 {
3840   UCHAR               ucRecordType;                      //An emun to indicate the record type
3841   UCHAR               ucRecordSize;                      //The size of the whole record in byte
3842 }ATOM_COMMON_RECORD_HEADER;
3843
3844
3845 #define ATOM_I2C_RECORD_TYPE                           1         
3846 #define ATOM_HPD_INT_RECORD_TYPE                       2
3847 #define ATOM_OUTPUT_PROTECTION_RECORD_TYPE             3
3848 #define ATOM_CONNECTOR_DEVICE_TAG_RECORD_TYPE          4
3849 #define ATOM_CONNECTOR_DVI_EXT_INPUT_RECORD_TYPE             5 //Obsolete, switch to use GPIO_CNTL_RECORD_TYPE
3850 #define ATOM_ENCODER_FPGA_CONTROL_RECORD_TYPE          6 //Obsolete, switch to use GPIO_CNTL_RECORD_TYPE
3851 #define ATOM_CONNECTOR_CVTV_SHARE_DIN_RECORD_TYPE      7
3852 #define ATOM_JTAG_RECORD_TYPE                          8 //Obsolete, switch to use GPIO_CNTL_RECORD_TYPE
3853 #define ATOM_OBJECT_GPIO_CNTL_RECORD_TYPE              9
3854 #define ATOM_ENCODER_DVO_CF_RECORD_TYPE               10
3855 #define ATOM_CONNECTOR_CF_RECORD_TYPE                 11
3856 #define ATOM_CONNECTOR_HARDCODE_DTD_RECORD_TYPE       12
3857 #define ATOM_CONNECTOR_PCIE_SUBCONNECTOR_RECORD_TYPE  13
3858 #define ATOM_ROUTER_DDC_PATH_SELECT_RECORD_TYPE       14
3859 #define ATOM_ROUTER_DATA_CLOCK_PATH_SELECT_RECORD_TYPE  15
3860 #define ATOM_CONNECTOR_HPDPIN_LUT_RECORD_TYPE          16 //This is for the case when connectors are not known to object table
3861 #define ATOM_CONNECTOR_AUXDDC_LUT_RECORD_TYPE          17 //This is for the case when connectors are not known to object table
3862 #define ATOM_OBJECT_LINK_RECORD_TYPE                   18 //Once this record is present under one object, it indicats the oobject is linked to another obj described by the record
3863 #define ATOM_CONNECTOR_REMOTE_CAP_RECORD_TYPE          19
3864 #define ATOM_ENCODER_CAP_RECORD_TYPE                   20
3865
3866
3867 //Must be updated when new record type is added,equal to that record definition!
3868 #define ATOM_MAX_OBJECT_RECORD_NUMBER             ATOM_ENCODER_CAP_RECORD_TYPE
3869
3870 typedef struct  _ATOM_I2C_RECORD
3871 {
3872   ATOM_COMMON_RECORD_HEADER   sheader;
3873   ATOM_I2C_ID_CONFIG          sucI2cId; 
3874   UCHAR                       ucI2CAddr;              //The slave address, it's 0 when the record is attached to connector for DDC
3875 }ATOM_I2C_RECORD;
3876
3877 typedef struct  _ATOM_HPD_INT_RECORD
3878 {
3879   ATOM_COMMON_RECORD_HEADER   sheader;
3880   UCHAR                       ucHPDIntGPIOID;         //Corresponding block in GPIO_PIN_INFO table gives the pin info           
3881   UCHAR                       ucPlugged_PinState;
3882 }ATOM_HPD_INT_RECORD;
3883
3884
3885 typedef struct  _ATOM_OUTPUT_PROTECTION_RECORD 
3886 {
3887   ATOM_COMMON_RECORD_HEADER   sheader;
3888   UCHAR                       ucProtectionFlag;
3889   UCHAR                       ucReserved;
3890 }ATOM_OUTPUT_PROTECTION_RECORD;
3891
3892 typedef struct  _ATOM_CONNECTOR_DEVICE_TAG
3893 {
3894   ULONG                       ulACPIDeviceEnum;       //Reserved for now
3895   USHORT                      usDeviceID;             //This Id is same as "ATOM_DEVICE_XXX_SUPPORT"
3896   USHORT                      usPadding;
3897 }ATOM_CONNECTOR_DEVICE_TAG;
3898
3899 typedef struct  _ATOM_CONNECTOR_DEVICE_TAG_RECORD
3900 {
3901   ATOM_COMMON_RECORD_HEADER   sheader;
3902   UCHAR                       ucNumberOfDevice;
3903   UCHAR                       ucReserved;
3904   ATOM_CONNECTOR_DEVICE_TAG   asDeviceTag[1];         //This Id is same as "ATOM_DEVICE_XXX_SUPPORT", 1 is only for allocation
3905 }ATOM_CONNECTOR_DEVICE_TAG_RECORD;
3906
3907
3908 typedef struct  _ATOM_CONNECTOR_DVI_EXT_INPUT_RECORD
3909 {
3910   ATOM_COMMON_RECORD_HEADER   sheader;
3911   UCHAR                                                     ucConfigGPIOID;
3912   UCHAR                                                     ucConfigGPIOState;      //Set to 1 when it's active high to enable external flow in
3913   UCHAR                       ucFlowinGPIPID;
3914   UCHAR                       ucExtInGPIPID;
3915 }ATOM_CONNECTOR_DVI_EXT_INPUT_RECORD;
3916
3917 typedef struct  _ATOM_ENCODER_FPGA_CONTROL_RECORD
3918 {
3919   ATOM_COMMON_RECORD_HEADER   sheader;
3920   UCHAR                       ucCTL1GPIO_ID;
3921   UCHAR                       ucCTL1GPIOState;        //Set to 1 when it's active high
3922   UCHAR                       ucCTL2GPIO_ID;
3923   UCHAR                       ucCTL2GPIOState;        //Set to 1 when it's active high
3924   UCHAR                       ucCTL3GPIO_ID;
3925   UCHAR                       ucCTL3GPIOState;        //Set to 1 when it's active high
3926   UCHAR                       ucCTLFPGA_IN_ID;
3927   UCHAR                       ucPadding[3];
3928 }ATOM_ENCODER_FPGA_CONTROL_RECORD;
3929
3930 typedef struct  _ATOM_CONNECTOR_CVTV_SHARE_DIN_RECORD
3931 {
3932   ATOM_COMMON_RECORD_HEADER   sheader;
3933   UCHAR                       ucGPIOID;               //Corresponding block in GPIO_PIN_INFO table gives the pin info 
3934   UCHAR                       ucTVActiveState;        //Indicating when the pin==0 or 1 when TV is connected
3935 }ATOM_CONNECTOR_CVTV_SHARE_DIN_RECORD;
3936
3937 typedef struct  _ATOM_JTAG_RECORD
3938 {
3939   ATOM_COMMON_RECORD_HEADER   sheader;
3940   UCHAR                       ucTMSGPIO_ID;
3941   UCHAR                       ucTMSGPIOState;         //Set to 1 when it's active high
3942   UCHAR                       ucTCKGPIO_ID;
3943   UCHAR                       ucTCKGPIOState;         //Set to 1 when it's active high
3944   UCHAR                       ucTDOGPIO_ID;
3945   UCHAR                       ucTDOGPIOState;         //Set to 1 when it's active high
3946   UCHAR                       ucTDIGPIO_ID;
3947   UCHAR                       ucTDIGPIOState;         //Set to 1 when it's active high
3948   UCHAR                       ucPadding[2];
3949 }ATOM_JTAG_RECORD;
3950
3951
3952 //The following generic object gpio pin control record type will replace JTAG_RECORD/FPGA_CONTROL_RECORD/DVI_EXT_INPUT_RECORD above gradually
3953 typedef struct _ATOM_GPIO_PIN_CONTROL_PAIR
3954 {
3955   UCHAR                       ucGPIOID;               // GPIO_ID, find the corresponding ID in GPIO_LUT table
3956   UCHAR                       ucGPIO_PinState;        // Pin state showing how to set-up the pin
3957 }ATOM_GPIO_PIN_CONTROL_PAIR;
3958
3959 typedef struct  _ATOM_OBJECT_GPIO_CNTL_RECORD
3960 {
3961   ATOM_COMMON_RECORD_HEADER   sheader;
3962   UCHAR                       ucFlags;                // Future expnadibility
3963   UCHAR                       ucNumberOfPins;         // Number of GPIO pins used to control the object
3964   ATOM_GPIO_PIN_CONTROL_PAIR  asGpio[1];              // the real gpio pin pair determined by number of pins ucNumberOfPins
3965 }ATOM_OBJECT_GPIO_CNTL_RECORD;
3966
3967 //Definitions for GPIO pin state 
3968 #define GPIO_PIN_TYPE_INPUT             0x00
3969 #define GPIO_PIN_TYPE_OUTPUT            0x10
3970 #define GPIO_PIN_TYPE_HW_CONTROL        0x20
3971
3972 //For GPIO_PIN_TYPE_OUTPUT the following is defined 
3973 #define GPIO_PIN_OUTPUT_STATE_MASK      0x01
3974 #define GPIO_PIN_OUTPUT_STATE_SHIFT     0
3975 #define GPIO_PIN_STATE_ACTIVE_LOW       0x0
3976 #define GPIO_PIN_STATE_ACTIVE_HIGH      0x1
3977
3978 // Indexes to GPIO array in GLSync record 
3979 #define ATOM_GPIO_INDEX_GLSYNC_REFCLK    0
3980 #define ATOM_GPIO_INDEX_GLSYNC_HSYNC     1
3981 #define ATOM_GPIO_INDEX_GLSYNC_VSYNC     2
3982 #define ATOM_GPIO_INDEX_GLSYNC_SWAP_REQ  3
3983 #define ATOM_GPIO_INDEX_GLSYNC_SWAP_GNT  4
3984 #define ATOM_GPIO_INDEX_GLSYNC_INTERRUPT 5
3985 #define ATOM_GPIO_INDEX_GLSYNC_V_RESET   6
3986 #define ATOM_GPIO_INDEX_GLSYNC_MAX       7
3987
3988 typedef struct  _ATOM_ENCODER_DVO_CF_RECORD
3989 {
3990   ATOM_COMMON_RECORD_HEADER   sheader;
3991   ULONG                       ulStrengthControl;      // DVOA strength control for CF
3992   UCHAR                       ucPadding[2];
3993 }ATOM_ENCODER_DVO_CF_RECORD;
3994
3995 // Bit maps for ATOM_ENCODER_CAP_RECORD.ucEncoderCap
3996 #define ATOM_ENCODER_CAP_RECORD_HBR2     0x01         // DP1.2 HBR2 is supported by this path
3997
3998 typedef struct  _ATOM_ENCODER_CAP_RECORD
3999 {
4000   ATOM_COMMON_RECORD_HEADER   sheader;
4001   union {
4002     USHORT                    usEncoderCap;         
4003     struct {
4004 #if ATOM_BIG_ENDIAN
4005       USHORT                  usReserved:15;        // Bit1-15 may be defined for other capability in future
4006       USHORT                  usHBR2Cap:1;          // Bit0 is for DP1.2 HBR2 capability. 
4007 #else
4008       USHORT                  usHBR2Cap:1;          // Bit0 is for DP1.2 HBR2 capability. 
4009       USHORT                  usReserved:15;        // Bit1-15 may be defined for other capability in future
4010 #endif
4011     };
4012   }; 
4013 }ATOM_ENCODER_CAP_RECORD;                             
4014
4015 // value for ATOM_CONNECTOR_CF_RECORD.ucConnectedDvoBundle
4016 #define ATOM_CONNECTOR_CF_RECORD_CONNECTED_UPPER12BITBUNDLEA   1
4017 #define ATOM_CONNECTOR_CF_RECORD_CONNECTED_LOWER12BITBUNDLEB   2
4018
4019 typedef struct  _ATOM_CONNECTOR_CF_RECORD
4020 {
4021   ATOM_COMMON_RECORD_HEADER   sheader;
4022   USHORT                      usMaxPixClk;
4023   UCHAR                       ucFlowCntlGpioId;
4024   UCHAR                       ucSwapCntlGpioId;
4025   UCHAR                       ucConnectedDvoBundle;
4026   UCHAR                       ucPadding;
4027 }ATOM_CONNECTOR_CF_RECORD;
4028
4029 typedef struct  _ATOM_CONNECTOR_HARDCODE_DTD_RECORD
4030 {
4031   ATOM_COMMON_RECORD_HEADER   sheader;
4032         ATOM_DTD_FORMAT                                                 asTiming;
4033 }ATOM_CONNECTOR_HARDCODE_DTD_RECORD;
4034
4035 typedef struct _ATOM_CONNECTOR_PCIE_SUBCONNECTOR_RECORD
4036 {
4037   ATOM_COMMON_RECORD_HEADER   sheader;                //ATOM_CONNECTOR_PCIE_SUBCONNECTOR_RECORD_TYPE
4038   UCHAR                       ucSubConnectorType;     //CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_D|X_ID_DUAL_LINK_DVI_D|HDMI_TYPE_A
4039   UCHAR                       ucReserved;
4040 }ATOM_CONNECTOR_PCIE_SUBCONNECTOR_RECORD;
4041
4042
4043 typedef struct _ATOM_ROUTER_DDC_PATH_SELECT_RECORD
4044 {
4045         ATOM_COMMON_RECORD_HEADER   sheader;                
4046         UCHAR                                                                                           ucMuxType;                                                      //decide the number of ucMuxState, =0, no pin state, =1: single state with complement, >1: multiple state
4047         UCHAR                                                                                           ucMuxControlPin;
4048         UCHAR                                                                                           ucMuxState[2];                                  //for alligment purpose
4049 }ATOM_ROUTER_DDC_PATH_SELECT_RECORD;
4050
4051 typedef struct _ATOM_ROUTER_DATA_CLOCK_PATH_SELECT_RECORD
4052 {
4053         ATOM_COMMON_RECORD_HEADER   sheader;                
4054         UCHAR                                                                                           ucMuxType;
4055         UCHAR                                                                                           ucMuxControlPin;
4056         UCHAR                                                                                           ucMuxState[2];                                  //for alligment purpose
4057 }ATOM_ROUTER_DATA_CLOCK_PATH_SELECT_RECORD;
4058
4059 // define ucMuxType
4060 #define ATOM_ROUTER_MUX_PIN_STATE_MASK                                                          0x0f
4061 #define ATOM_ROUTER_MUX_PIN_SINGLE_STATE_COMPLEMENT             0x01
4062
4063 typedef struct _ATOM_CONNECTOR_HPDPIN_LUT_RECORD     //record for ATOM_CONNECTOR_HPDPIN_LUT_RECORD_TYPE
4064 {
4065   ATOM_COMMON_RECORD_HEADER   sheader;
4066   UCHAR                       ucHPDPINMap[MAX_NUMBER_OF_EXT_HPDPIN_LUT_ENTRIES];  //An fixed size array which maps external pins to internal GPIO_PIN_INFO table 
4067 }ATOM_CONNECTOR_HPDPIN_LUT_RECORD;
4068
4069 typedef struct _ATOM_CONNECTOR_AUXDDC_LUT_RECORD  //record for ATOM_CONNECTOR_AUXDDC_LUT_RECORD_TYPE
4070 {
4071   ATOM_COMMON_RECORD_HEADER   sheader;
4072   ATOM_I2C_ID_CONFIG          ucAUXDDCMap[MAX_NUMBER_OF_EXT_AUXDDC_LUT_ENTRIES];  //An fixed size array which maps external pins to internal DDC ID
4073 }ATOM_CONNECTOR_AUXDDC_LUT_RECORD;
4074
4075 typedef struct _ATOM_OBJECT_LINK_RECORD
4076 {
4077   ATOM_COMMON_RECORD_HEADER   sheader;
4078   USHORT                      usObjectID;         //could be connector, encorder or other object in object.h
4079 }ATOM_OBJECT_LINK_RECORD;
4080
4081 typedef struct _ATOM_CONNECTOR_REMOTE_CAP_RECORD
4082 {
4083   ATOM_COMMON_RECORD_HEADER   sheader;
4084   USHORT                      usReserved;
4085 }ATOM_CONNECTOR_REMOTE_CAP_RECORD;
4086
4087 /****************************************************************************/  
4088 // ASIC voltage data table
4089 /****************************************************************************/  
4090 typedef struct  _ATOM_VOLTAGE_INFO_HEADER
4091 {
4092    USHORT   usVDDCBaseLevel;                //In number of 50mv unit
4093    USHORT   usReserved;                     //For possible extension table offset
4094    UCHAR    ucNumOfVoltageEntries;
4095    UCHAR    ucBytesPerVoltageEntry;
4096    UCHAR    ucVoltageStep;                  //Indicating in how many mv increament is one step, 0.5mv unit
4097    UCHAR    ucDefaultVoltageEntry;
4098    UCHAR    ucVoltageControlI2cLine;
4099    UCHAR    ucVoltageControlAddress;
4100    UCHAR    ucVoltageControlOffset;
4101 }ATOM_VOLTAGE_INFO_HEADER;
4102
4103 typedef struct  _ATOM_VOLTAGE_INFO
4104 {
4105    ATOM_COMMON_TABLE_HEADER     sHeader; 
4106    ATOM_VOLTAGE_INFO_HEADER viHeader;
4107    UCHAR    ucVoltageEntries[64];            //64 is for allocation, the actual number of entry is present at ucNumOfVoltageEntries*ucBytesPerVoltageEntry
4108 }ATOM_VOLTAGE_INFO;
4109
4110
4111 typedef struct  _ATOM_VOLTAGE_FORMULA
4112 {
4113    USHORT   usVoltageBaseLevel;             // In number of 1mv unit
4114    USHORT   usVoltageStep;                  // Indicating in how many mv increament is one step, 1mv unit
4115          UCHAR          ucNumOfVoltageEntries;                                  // Number of Voltage Entry, which indicate max Voltage
4116          UCHAR          ucFlag;                                                                                                 // bit0=0 :step is 1mv =1 0.5mv
4117          UCHAR          ucBaseVID;                                                                                      // if there is no lookup table, VID= BaseVID + ( Vol - BaseLevle ) /VoltageStep
4118          UCHAR          ucReserved;
4119          UCHAR          ucVIDAdjustEntries[32];                                 // 32 is for allocation, the actual number of entry is present at ucNumOfVoltageEntries
4120 }ATOM_VOLTAGE_FORMULA;
4121
4122 typedef struct  _VOLTAGE_LUT_ENTRY
4123 {
4124          USHORT         usVoltageCode;                                                                  // The Voltage ID, either GPIO or I2C code
4125          USHORT         usVoltageValue;                                                                 // The corresponding Voltage Value, in mV
4126 }VOLTAGE_LUT_ENTRY;
4127
4128 typedef struct  _ATOM_VOLTAGE_FORMULA_V2
4129 {
4130          UCHAR          ucNumOfVoltageEntries;                                  // Number of Voltage Entry, which indicate max Voltage
4131          UCHAR          ucReserved[3];
4132          VOLTAGE_LUT_ENTRY asVIDAdjustEntries[32];// 32 is for allocation, the actual number of entries is in ucNumOfVoltageEntries
4133 }ATOM_VOLTAGE_FORMULA_V2;
4134
4135 typedef struct _ATOM_VOLTAGE_CONTROL
4136 {
4137         UCHAR            ucVoltageControlId;                                                    //Indicate it is controlled by I2C or GPIO or HW state machine          
4138   UCHAR    ucVoltageControlI2cLine;
4139   UCHAR    ucVoltageControlAddress;
4140   UCHAR    ucVoltageControlOffset;              
4141   USHORT   usGpioPin_AIndex;                                                            //GPIO_PAD register index
4142   UCHAR    ucGpioPinBitShift[9];                                                //at most 8 pin support 255 VIDs, termintate with 0xff
4143         UCHAR            ucReserved;
4144 }ATOM_VOLTAGE_CONTROL;
4145
4146 // Define ucVoltageControlId
4147 #define VOLTAGE_CONTROLLED_BY_HW                                                        0x00
4148 #define VOLTAGE_CONTROLLED_BY_I2C_MASK                          0x7F
4149 #define VOLTAGE_CONTROLLED_BY_GPIO                                              0x80
4150 #define VOLTAGE_CONTROL_ID_LM64                                                         0x01                                                                    //I2C control, used for R5xx Core Voltage
4151 #define VOLTAGE_CONTROL_ID_DAC                                                          0x02                                                                    //I2C control, used for R5xx/R6xx MVDDC,MVDDQ or VDDCI
4152 #define VOLTAGE_CONTROL_ID_VT116xM                                              0x03                                                                    //I2C control, used for R6xx Core Voltage
4153 #define VOLTAGE_CONTROL_ID_DS4402                                                       0x04                                                                    
4154 #define VOLTAGE_CONTROL_ID_UP6266                                               0x05                                                                    
4155 #define VOLTAGE_CONTROL_ID_SCORPIO                                              0x06
4156 #define VOLTAGE_CONTROL_ID_VT1556M                                              0x07                                                                    
4157 #define VOLTAGE_CONTROL_ID_CHL822x                                              0x08                                                                    
4158 #define VOLTAGE_CONTROL_ID_VT1586M                                              0x09
4159
4160 typedef struct  _ATOM_VOLTAGE_OBJECT
4161 {
4162          UCHAR          ucVoltageType;                                                                  //Indicate Voltage Source: VDDC, MVDDC, MVDDQ or MVDDCI  
4163          UCHAR          ucSize;                                                                                                 //Size of Object        
4164          ATOM_VOLTAGE_CONTROL                   asControl;                      //describ how to control         
4165          ATOM_VOLTAGE_FORMULA                   asFormula;                      //Indicate How to convert real Voltage to VID 
4166 }ATOM_VOLTAGE_OBJECT;
4167
4168 typedef struct  _ATOM_VOLTAGE_OBJECT_V2
4169 {
4170          UCHAR          ucVoltageType;                                                                  //Indicate Voltage Source: VDDC, MVDDC, MVDDQ or MVDDCI  
4171          UCHAR          ucSize;                                                                                                 //Size of Object        
4172          ATOM_VOLTAGE_CONTROL                   asControl;                      //describ how to control         
4173          ATOM_VOLTAGE_FORMULA_V2        asFormula;                      //Indicate How to convert real Voltage to VID 
4174 }ATOM_VOLTAGE_OBJECT_V2;
4175
4176 typedef struct  _ATOM_VOLTAGE_OBJECT_INFO
4177 {
4178    ATOM_COMMON_TABLE_HEADER     sHeader; 
4179          ATOM_VOLTAGE_OBJECT                    asVoltageObj[3];        //Info for Voltage control               
4180 }ATOM_VOLTAGE_OBJECT_INFO;
4181
4182 typedef struct  _ATOM_VOLTAGE_OBJECT_INFO_V2
4183 {
4184    ATOM_COMMON_TABLE_HEADER     sHeader; 
4185          ATOM_VOLTAGE_OBJECT_V2                 asVoltageObj[3];        //Info for Voltage control               
4186 }ATOM_VOLTAGE_OBJECT_INFO_V2;
4187
4188 typedef struct  _ATOM_LEAKID_VOLTAGE
4189 {
4190         UCHAR           ucLeakageId;
4191         UCHAR           ucReserved;
4192         USHORT  usVoltage;
4193 }ATOM_LEAKID_VOLTAGE;
4194
4195 typedef struct  _ATOM_ASIC_PROFILE_VOLTAGE
4196 {
4197         UCHAR           ucProfileId;
4198         UCHAR           ucReserved;
4199         USHORT  usSize;
4200         USHORT  usEfuseSpareStartAddr;
4201         USHORT  usFuseIndex[8];                                                                                         //from LSB to MSB, Max 8bit,end of 0xffff if less than 8 efuse id, 
4202         ATOM_LEAKID_VOLTAGE                                     asLeakVol[2];                   //Leakid and relatd voltage
4203 }ATOM_ASIC_PROFILE_VOLTAGE;
4204
4205 //ucProfileId
4206 #define ATOM_ASIC_PROFILE_ID_EFUSE_VOLTAGE                      1               
4207 #define ATOM_ASIC_PROFILE_ID_EFUSE_PERFORMANCE_VOLTAGE                  1
4208 #define ATOM_ASIC_PROFILE_ID_EFUSE_THERMAL_VOLTAGE                                      2
4209
4210 typedef struct  _ATOM_ASIC_PROFILING_INFO
4211 {
4212   ATOM_COMMON_TABLE_HEADER                      asHeader; 
4213         ATOM_ASIC_PROFILE_VOLTAGE                       asVoltage;
4214 }ATOM_ASIC_PROFILING_INFO;
4215
4216 typedef struct _ATOM_POWER_SOURCE_OBJECT
4217 {
4218         UCHAR   ucPwrSrcId;                                                                                                     // Power source
4219         UCHAR   ucPwrSensorType;                                                                                // GPIO, I2C or none
4220         UCHAR   ucPwrSensId;                                                                                      // if GPIO detect, it is GPIO id,  if I2C detect, it is I2C id
4221         UCHAR   ucPwrSensSlaveAddr;                                                                     // Slave address if I2C detect
4222         UCHAR ucPwrSensRegIndex;                                                                        // I2C register Index if I2C detect
4223         UCHAR ucPwrSensRegBitMask;                                                              // detect which bit is used if I2C detect
4224         UCHAR   ucPwrSensActiveState;                                                           // high active or low active
4225         UCHAR   ucReserve[3];                                                                                           // reserve              
4226         USHORT usSensPwr;                                                                                                       // in unit of watt
4227 }ATOM_POWER_SOURCE_OBJECT;
4228
4229 typedef struct _ATOM_POWER_SOURCE_INFO
4230 {
4231                 ATOM_COMMON_TABLE_HEADER                asHeader;
4232                 UCHAR                                                                                           asPwrbehave[16];
4233                 ATOM_POWER_SOURCE_OBJECT                asPwrObj[1];
4234 }ATOM_POWER_SOURCE_INFO;
4235
4236
4237 //Define ucPwrSrcId
4238 #define POWERSOURCE_PCIE_ID1                                            0x00
4239 #define POWERSOURCE_6PIN_CONNECTOR_ID1  0x01
4240 #define POWERSOURCE_8PIN_CONNECTOR_ID1  0x02
4241 #define POWERSOURCE_6PIN_CONNECTOR_ID2  0x04
4242 #define POWERSOURCE_8PIN_CONNECTOR_ID2  0x08
4243
4244 //define ucPwrSensorId
4245 #define POWER_SENSOR_ALWAYS                                                     0x00
4246 #define POWER_SENSOR_GPIO                                                               0x01
4247 #define POWER_SENSOR_I2C                                                                0x02
4248
4249 typedef struct _ATOM_CLK_VOLT_CAPABILITY
4250 {
4251   ULONG      ulVoltageIndex;                      // The Voltage Index indicated by FUSE, same voltage index shared with SCLK DPM fuse table        
4252   ULONG      ulMaximumSupportedCLK;               // Maximum clock supported with specified voltage index, unit in 10kHz
4253 }ATOM_CLK_VOLT_CAPABILITY;
4254
4255 typedef struct _ATOM_AVAILABLE_SCLK_LIST
4256 {
4257   ULONG      ulSupportedSCLK;               // Maximum clock supported with specified voltage index,  unit in 10kHz
4258   USHORT     usVoltageIndex;                // The Voltage Index indicated by FUSE for specified SCLK  
4259   USHORT     usVoltageID;                   // The Voltage ID indicated by FUSE for specified SCLK 
4260 }ATOM_AVAILABLE_SCLK_LIST;
4261
4262 // ATOM_INTEGRATED_SYSTEM_INFO_V6 ulSystemConfig cap definition
4263 #define ATOM_IGP_INFO_V6_SYSTEM_CONFIG__PCIE_POWER_GATING_ENABLE             1       // refer to ulSystemConfig bit[0]
4264
4265 // this IntegrateSystemInfoTable is used for Liano/Ontario APU
4266 typedef struct _ATOM_INTEGRATED_SYSTEM_INFO_V6
4267 {
4268   ATOM_COMMON_TABLE_HEADER   sHeader;
4269   ULONG  ulBootUpEngineClock;
4270   ULONG  ulDentistVCOFreq;          
4271   ULONG  ulBootUpUMAClock;          
4272   ATOM_CLK_VOLT_CAPABILITY   sDISPCLK_Voltage[4];            
4273   ULONG  ulBootUpReqDisplayVector;
4274   ULONG  ulOtherDisplayMisc;
4275   ULONG  ulGPUCapInfo;
4276   ULONG  ulSB_MMIO_Base_Addr;
4277   USHORT usRequestedPWMFreqInHz;
4278   UCHAR  ucHtcTmpLmt;   
4279   UCHAR  ucHtcHystLmt;
4280   ULONG  ulMinEngineClock;           
4281   ULONG  ulSystemConfig;            
4282   ULONG  ulCPUCapInfo;              
4283   USHORT usNBP0Voltage;               
4284   USHORT usNBP1Voltage;
4285   USHORT usBootUpNBVoltage;                       
4286   USHORT usExtDispConnInfoOffset;
4287   USHORT usPanelRefreshRateRange;     
4288   UCHAR  ucMemoryType;  
4289   UCHAR  ucUMAChannelNumber;
4290   ULONG  ulCSR_M3_ARB_CNTL_DEFAULT[10];  
4291   ULONG  ulCSR_M3_ARB_CNTL_UVD[10]; 
4292   ULONG  ulCSR_M3_ARB_CNTL_FS3D[10];
4293   ATOM_AVAILABLE_SCLK_LIST   sAvail_SCLK[5];
4294   ULONG  ulGMCRestoreResetTime;
4295   ULONG  ulMinimumNClk;
4296   ULONG  ulIdleNClk;
4297   ULONG  ulDDR_DLL_PowerUpTime;
4298   ULONG  ulDDR_PLL_PowerUpTime;
4299   USHORT usPCIEClkSSPercentage;
4300   USHORT usPCIEClkSSType;
4301   USHORT usLvdsSSPercentage;
4302   USHORT usLvdsSSpreadRateIn10Hz;
4303   USHORT usHDMISSPercentage;
4304   USHORT usHDMISSpreadRateIn10Hz;
4305   USHORT usDVISSPercentage;
4306   USHORT usDVISSpreadRateIn10Hz;
4307   ULONG  ulReserved3[21]; 
4308   ATOM_EXTERNAL_DISPLAY_CONNECTION_INFO sExtDispConnInfo;   
4309 }ATOM_INTEGRATED_SYSTEM_INFO_V6;   
4310
4311 // ulGPUCapInfo
4312 #define INTEGRATED_SYSTEM_INFO_V6_GPUCAPINFO__TMDSHDMI_COHERENT_SINGLEPLL_MODE       0x01
4313 #define INTEGRATED_SYSTEM_INFO_V6_GPUCAPINFO__DISABLE_AUX_HW_MODE_DETECTION          0x08
4314
4315 // ulOtherDisplayMisc
4316 #define INTEGRATED_SYSTEM_INFO__GET_EDID_CALLBACK_FUNC_SUPPORT                       0x01
4317
4318
4319 /**********************************************************************************************************************
4320   ATOM_INTEGRATED_SYSTEM_INFO_V6 Description
4321 ulBootUpEngineClock:              VBIOS bootup Engine clock frequency, in 10kHz unit. if it is equal 0, then VBIOS use pre-defined bootup engine clock
4322 ulDentistVCOFreq:                 Dentist VCO clock in 10kHz unit. 
4323 ulBootUpUMAClock:                 System memory boot up clock frequency in 10Khz unit. 
4324 sDISPCLK_Voltage:                 Report Display clock voltage requirement.
4325  
4326 ulBootUpReqDisplayVector:         VBIOS boot up display IDs, following are supported devices in Liano/Ontaio projects:
4327                                   ATOM_DEVICE_CRT1_SUPPORT                  0x0001
4328                                   ATOM_DEVICE_CRT2_SUPPORT                  0x0010
4329                                   ATOM_DEVICE_DFP1_SUPPORT                  0x0008 
4330                                   ATOM_DEVICE_DFP6_SUPPORT                  0x0040 
4331                                   ATOM_DEVICE_DFP2_SUPPORT                  0x0080       
4332                                   ATOM_DEVICE_DFP3_SUPPORT                  0x0200       
4333                                   ATOM_DEVICE_DFP4_SUPPORT                  0x0400        
4334                                   ATOM_DEVICE_DFP5_SUPPORT                  0x0800
4335                                   ATOM_DEVICE_LCD1_SUPPORT                  0x0002
4336 ulOtherDisplayMisc:                     Other display related flags, not defined yet. 
4337 ulGPUCapInfo:                     bit[0]=0: TMDS/HDMI Coherent Mode use cascade PLL mode.
4338                                         =1: TMDS/HDMI Coherent Mode use signel PLL mode.
4339                                   bit[3]=0: Enable HW AUX mode detection logic
4340                                         =1: Disable HW AUX mode dettion logic
4341 ulSB_MMIO_Base_Addr:              Physical Base address to SB MMIO space. Driver needs to initialize it for SMU usage.
4342
4343 usRequestedPWMFreqInHz:           When it's set to 0x0 by SBIOS: the LCD BackLight is not controlled by GPU(SW). 
4344                                   Any attempt to change BL using VBIOS function or enable VariBri from PP table is not effective since ATOM_BIOS_INFO_BL_CONTROLLED_BY_GPU==0;
4345                                   
4346                                   When it's set to a non-zero frequency, the BackLight is controlled by GPU (SW) in one of two ways below:
4347                                   1. SW uses the GPU BL PWM output to control the BL, in chis case, this non-zero frequency determines what freq GPU should use;
4348                                   VBIOS will set up proper PWM frequency and ATOM_BIOS_INFO_BL_CONTROLLED_BY_GPU==1,as the result,
4349                                   Changing BL using VBIOS function is functional in both driver and non-driver present environment; 
4350                                   and enabling VariBri under the driver environment from PP table is optional.
4351
4352                                   2. SW uses other means to control BL (like DPCD),this non-zero frequency serves as a flag only indicating
4353                                   that BL control from GPU is expected.
4354                                   VBIOS will NOT set up PWM frequency but make ATOM_BIOS_INFO_BL_CONTROLLED_BY_GPU==1
4355                                   Changing BL using VBIOS function could be functional in both driver and non-driver present environment,but
4356                                   it's per platform 
4357                                   and enabling VariBri under the driver environment from PP table is optional.
4358
4359 ucHtcTmpLmt:                      Refer to D18F3x64 bit[22:16], HtcTmpLmt. 
4360                                   Threshold on value to enter HTC_active state.
4361 ucHtcHystLmt:                     Refer to D18F3x64 bit[27:24], HtcHystLmt. 
4362                                   To calculate threshold off value to exit HTC_active state, which is Threshold on vlaue minus ucHtcHystLmt.
4363 ulMinEngineClock:                 Minimum SCLK allowed in 10kHz unit. This is calculated based on WRCK Fuse settings.
4364 ulSystemConfig:                   Bit[0]=0: PCIE Power Gating Disabled 
4365                                         =1: PCIE Power Gating Enabled
4366                                   Bit[1]=0: DDR-DLL shut-down feature disabled.
4367                                          1: DDR-DLL shut-down feature enabled.
4368                                   Bit[2]=0: DDR-PLL Power down feature disabled.
4369                                          1: DDR-PLL Power down feature enabled.                                 
4370 ulCPUCapInfo:                     TBD
4371 usNBP0Voltage:                    VID for voltage on NB P0 State
4372 usNBP1Voltage:                    VID for voltage on NB P1 State  
4373 usBootUpNBVoltage:                Voltage Index of GNB voltage configured by SBIOS, which is suffcient to support VBIOS DISPCLK requirement.
4374 usExtDispConnInfoOffset:          Offset to sExtDispConnInfo inside the structure
4375 usPanelRefreshRateRange:          Bit vector for LCD supported refresh rate range. If DRR is requestd by the platform, at least two bits need to be set
4376                                   to indicate a range.
4377                                   SUPPORTED_LCD_REFRESHRATE_30Hz          0x0004
4378                                   SUPPORTED_LCD_REFRESHRATE_40Hz          0x0008
4379                                   SUPPORTED_LCD_REFRESHRATE_50Hz          0x0010
4380                                   SUPPORTED_LCD_REFRESHRATE_60Hz          0x0020
4381 ucMemoryType:                     [3:0]=1:DDR1;=2:DDR2;=3:DDR3.[7:4] is reserved.
4382 ucUMAChannelNumber:                     System memory channel numbers. 
4383 ulCSR_M3_ARB_CNTL_DEFAULT[10]:    Arrays with values for CSR M3 arbiter for default
4384 ulCSR_M3_ARB_CNTL_UVD[10]:        Arrays with values for CSR M3 arbiter for UVD playback.
4385 ulCSR_M3_ARB_CNTL_FS3D[10]:       Arrays with values for CSR M3 arbiter for Full Screen 3D applications.
4386 sAvail_SCLK[5]:                   Arrays to provide available list of SLCK and corresponding voltage, order from low to high  
4387 ulGMCRestoreResetTime:            GMC power restore and GMC reset time to calculate data reconnection latency. Unit in ns. 
4388 ulMinimumNClk:                    Minimum NCLK speed among all NB-Pstates to calcualte data reconnection latency. Unit in 10kHz. 
4389 ulIdleNClk:                       NCLK speed while memory runs in self-refresh state. Unit in 10kHz.
4390 ulDDR_DLL_PowerUpTime:            DDR PHY DLL power up time. Unit in ns.
4391 ulDDR_PLL_PowerUpTime:            DDR PHY PLL power up time. Unit in ns.
4392 usPCIEClkSSPercentage:            PCIE Clock Spread Spectrum Percentage in unit 0.01%; 100 mean 1%.
4393 usPCIEClkSSType:                  PCIE Clock Spread Spectrum Type. 0 for Down spread(default); 1 for Center spread.
4394 usLvdsSSPercentage:               LVDS panel ( not include eDP ) Spread Spectrum Percentage in unit of 0.01%, =0, use VBIOS default setting. 
4395 usLvdsSSpreadRateIn10Hz:          LVDS panel ( not include eDP ) Spread Spectrum frequency in unit of 10Hz, =0, use VBIOS default setting. 
4396 usHDMISSPercentage:               HDMI Spread Spectrum Percentage in unit 0.01%; 100 mean 1%,  =0, use VBIOS default setting. 
4397 usHDMISSpreadRateIn10Hz:          HDMI Spread Spectrum frequency in unit of 10Hz,  =0, use VBIOS default setting. 
4398 usDVISSPercentage:                DVI Spread Spectrum Percentage in unit 0.01%; 100 mean 1%,  =0, use VBIOS default setting. 
4399 usDVISSpreadRateIn10Hz:           DVI Spread Spectrum frequency in unit of 10Hz,  =0, use VBIOS default setting. 
4400 **********************************************************************************************************************/
4401
4402 /**************************************************************************/
4403 // This portion is only used when ext thermal chip or engine/memory clock SS chip is populated on a design
4404 //Memory SS Info Table
4405 //Define Memory Clock SS chip ID
4406 #define ICS91719  1
4407 #define ICS91720  2
4408
4409 //Define one structure to inform SW a "block of data" writing to external SS chip via I2C protocol
4410 typedef struct _ATOM_I2C_DATA_RECORD
4411 {
4412   UCHAR         ucNunberOfBytes;                                              //Indicates how many bytes SW needs to write to the external ASIC for one block, besides to "Start" and "Stop"
4413   UCHAR         ucI2CData[1];                                                 //I2C data in bytes, should be less than 16 bytes usually
4414 }ATOM_I2C_DATA_RECORD;
4415
4416
4417 //Define one structure to inform SW how many blocks of data writing to external SS chip via I2C protocol, in addition to other information
4418 typedef struct _ATOM_I2C_DEVICE_SETUP_INFO
4419 {
4420   ATOM_I2C_ID_CONFIG_ACCESS       sucI2cId;               //I2C line and HW/SW assisted cap.
4421   UCHAR                                 ucSSChipID;             //SS chip being used
4422   UCHAR                                 ucSSChipSlaveAddr;      //Slave Address to set up this SS chip
4423   UCHAR                           ucNumOfI2CDataRecords;  //number of data block
4424   ATOM_I2C_DATA_RECORD            asI2CData[1];  
4425 }ATOM_I2C_DEVICE_SETUP_INFO;
4426
4427 //==========================================================================================
4428 typedef struct  _ATOM_ASIC_MVDD_INFO
4429 {
4430   ATOM_COMMON_TABLE_HEADER            sHeader; 
4431   ATOM_I2C_DEVICE_SETUP_INFO      asI2CSetup[1];
4432 }ATOM_ASIC_MVDD_INFO;
4433
4434 //==========================================================================================
4435 #define ATOM_MCLK_SS_INFO         ATOM_ASIC_MVDD_INFO
4436
4437 //==========================================================================================
4438 /**************************************************************************/
4439
4440 typedef struct _ATOM_ASIC_SS_ASSIGNMENT
4441 {
4442         ULONG                                                           ulTargetClockRange;                                             //Clock Out frequence (VCO ), in unit of 10Khz
4443   USHORT              usSpreadSpectrumPercentage;               //in unit of 0.01%
4444         USHORT                                                  usSpreadRateInKhz;                                              //in unit of kHz, modulation freq
4445   UCHAR               ucClockIndication;                                          //Indicate which clock source needs SS
4446         UCHAR                                                           ucSpreadSpectrumMode;                                   //Bit1=0 Down Spread,=1 Center Spread.
4447         UCHAR                                                           ucReserved[2];
4448 }ATOM_ASIC_SS_ASSIGNMENT;
4449
4450 //Define ucClockIndication, SW uses the IDs below to search if the SS is required/enabled on a clock branch/signal type.
4451 //SS is not required or enabled if a match is not found.
4452 #define ASIC_INTERNAL_MEMORY_SS                 1
4453 #define ASIC_INTERNAL_ENGINE_SS                 2
4454 #define ASIC_INTERNAL_UVD_SS        3
4455 #define ASIC_INTERNAL_SS_ON_TMDS    4
4456 #define ASIC_INTERNAL_SS_ON_HDMI    5
4457 #define ASIC_INTERNAL_SS_ON_LVDS    6
4458 #define ASIC_INTERNAL_SS_ON_DP      7
4459 #define ASIC_INTERNAL_SS_ON_DCPLL   8
4460 #define ASIC_EXTERNAL_SS_ON_DP_CLOCK 9
4461
4462 typedef struct _ATOM_ASIC_SS_ASSIGNMENT_V2
4463 {
4464         ULONG                                                           ulTargetClockRange;                                             //For mem/engine/uvd, Clock Out frequence (VCO ), in unit of 10Khz
4465                                                     //For TMDS/HDMI/LVDS, it is pixel clock , for DP, it is link clock ( 27000 or 16200 )
4466   USHORT              usSpreadSpectrumPercentage;               //in unit of 0.01%
4467         USHORT                                                  usSpreadRateIn10Hz;                                             //in unit of 10Hz, modulation freq
4468   UCHAR               ucClockIndication;                                          //Indicate which clock source needs SS
4469         UCHAR                                                           ucSpreadSpectrumMode;                                   //Bit0=0 Down Spread,=1 Center Spread, bit1=0: internal SS bit1=1: external SS
4470         UCHAR                                                           ucReserved[2];
4471 }ATOM_ASIC_SS_ASSIGNMENT_V2;
4472
4473 //ucSpreadSpectrumMode
4474 //#define ATOM_SS_DOWN_SPREAD_MODE_MASK          0x00000000
4475 //#define ATOM_SS_DOWN_SPREAD_MODE               0x00000000
4476 //#define ATOM_SS_CENTRE_SPREAD_MODE_MASK        0x00000001
4477 //#define ATOM_SS_CENTRE_SPREAD_MODE             0x00000001
4478 //#define ATOM_INTERNAL_SS_MASK                  0x00000000
4479 //#define ATOM_EXTERNAL_SS_MASK                  0x00000002
4480
4481 typedef struct _ATOM_ASIC_INTERNAL_SS_INFO
4482 {
4483   ATOM_COMMON_TABLE_HEADER            sHeader; 
4484   ATOM_ASIC_SS_ASSIGNMENT                     asSpreadSpectrum[4];
4485 }ATOM_ASIC_INTERNAL_SS_INFO;
4486
4487 typedef struct _ATOM_ASIC_INTERNAL_SS_INFO_V2
4488 {
4489   ATOM_COMMON_TABLE_HEADER            sHeader; 
4490   ATOM_ASIC_SS_ASSIGNMENT_V2              asSpreadSpectrum[1];      //this is point only. 
4491 }ATOM_ASIC_INTERNAL_SS_INFO_V2;
4492
4493 typedef struct _ATOM_ASIC_SS_ASSIGNMENT_V3
4494 {
4495         ULONG                                                           ulTargetClockRange;                                             //For mem/engine/uvd, Clock Out frequence (VCO ), in unit of 10Khz
4496                                                     //For TMDS/HDMI/LVDS, it is pixel clock , for DP, it is link clock ( 27000 or 16200 )
4497   USHORT              usSpreadSpectrumPercentage;               //in unit of 0.01%
4498         USHORT                                                  usSpreadRateIn10Hz;                                             //in unit of 10Hz, modulation freq
4499   UCHAR               ucClockIndication;                                          //Indicate which clock source needs SS
4500         UCHAR                                                           ucSpreadSpectrumMode;                                   //Bit0=0 Down Spread,=1 Center Spread, bit1=0: internal SS bit1=1: external SS
4501         UCHAR                                                           ucReserved[2];
4502 }ATOM_ASIC_SS_ASSIGNMENT_V3;
4503
4504 typedef struct _ATOM_ASIC_INTERNAL_SS_INFO_V3
4505 {
4506   ATOM_COMMON_TABLE_HEADER            sHeader; 
4507   ATOM_ASIC_SS_ASSIGNMENT_V3              asSpreadSpectrum[1];      //this is pointer only. 
4508 }ATOM_ASIC_INTERNAL_SS_INFO_V3;
4509
4510
4511 //==============================Scratch Pad Definition Portion===============================
4512 #define ATOM_DEVICE_CONNECT_INFO_DEF  0
4513 #define ATOM_ROM_LOCATION_DEF         1
4514 #define ATOM_TV_STANDARD_DEF          2
4515 #define ATOM_ACTIVE_INFO_DEF          3
4516 #define ATOM_LCD_INFO_DEF             4
4517 #define ATOM_DOS_REQ_INFO_DEF         5
4518 #define ATOM_ACC_CHANGE_INFO_DEF      6
4519 #define ATOM_DOS_MODE_INFO_DEF        7
4520 #define ATOM_I2C_CHANNEL_STATUS_DEF   8
4521 #define ATOM_I2C_CHANNEL_STATUS1_DEF  9
4522
4523
4524 // BIOS_0_SCRATCH Definition 
4525 #define ATOM_S0_CRT1_MONO               0x00000001L
4526 #define ATOM_S0_CRT1_COLOR              0x00000002L
4527 #define ATOM_S0_CRT1_MASK               (ATOM_S0_CRT1_MONO+ATOM_S0_CRT1_COLOR)
4528
4529 #define ATOM_S0_TV1_COMPOSITE_A         0x00000004L
4530 #define ATOM_S0_TV1_SVIDEO_A            0x00000008L
4531 #define ATOM_S0_TV1_MASK_A              (ATOM_S0_TV1_COMPOSITE_A+ATOM_S0_TV1_SVIDEO_A)
4532
4533 #define ATOM_S0_CV_A                    0x00000010L
4534 #define ATOM_S0_CV_DIN_A                0x00000020L
4535 #define ATOM_S0_CV_MASK_A               (ATOM_S0_CV_A+ATOM_S0_CV_DIN_A)
4536
4537
4538 #define ATOM_S0_CRT2_MONO               0x00000100L
4539 #define ATOM_S0_CRT2_COLOR              0x00000200L
4540 #define ATOM_S0_CRT2_MASK               (ATOM_S0_CRT2_MONO+ATOM_S0_CRT2_COLOR)
4541
4542 #define ATOM_S0_TV1_COMPOSITE           0x00000400L
4543 #define ATOM_S0_TV1_SVIDEO              0x00000800L
4544 #define ATOM_S0_TV1_SCART               0x00004000L
4545 #define ATOM_S0_TV1_MASK                (ATOM_S0_TV1_COMPOSITE+ATOM_S0_TV1_SVIDEO+ATOM_S0_TV1_SCART)
4546
4547 #define ATOM_S0_CV                      0x00001000L
4548 #define ATOM_S0_CV_DIN                  0x00002000L
4549 #define ATOM_S0_CV_MASK                 (ATOM_S0_CV+ATOM_S0_CV_DIN)
4550
4551 #define ATOM_S0_DFP1                    0x00010000L
4552 #define ATOM_S0_DFP2                    0x00020000L
4553 #define ATOM_S0_LCD1                    0x00040000L
4554 #define ATOM_S0_LCD2                    0x00080000L
4555 #define ATOM_S0_DFP6                    0x00100000L
4556 #define ATOM_S0_DFP3                    0x00200000L
4557 #define ATOM_S0_DFP4                    0x00400000L
4558 #define ATOM_S0_DFP5                    0x00800000L
4559
4560 #define ATOM_S0_DFP_MASK                ATOM_S0_DFP1 | ATOM_S0_DFP2 | ATOM_S0_DFP3 | ATOM_S0_DFP4 | ATOM_S0_DFP5 | ATOM_S0_DFP6
4561
4562 #define ATOM_S0_FAD_REGISTER_BUG        0x02000000L // If set, indicates we are running a PCIE asic with 
4563                                                     // the FAD/HDP reg access bug.  Bit is read by DAL, this is obsolete from RV5xx
4564
4565 #define ATOM_S0_THERMAL_STATE_MASK      0x1C000000L
4566 #define ATOM_S0_THERMAL_STATE_SHIFT     26
4567
4568 #define ATOM_S0_SYSTEM_POWER_STATE_MASK 0xE0000000L
4569 #define ATOM_S0_SYSTEM_POWER_STATE_SHIFT 29 
4570
4571 #define ATOM_S0_SYSTEM_POWER_STATE_VALUE_AC     1
4572 #define ATOM_S0_SYSTEM_POWER_STATE_VALUE_DC     2
4573 #define ATOM_S0_SYSTEM_POWER_STATE_VALUE_LITEAC 3
4574 #define ATOM_S0_SYSTEM_POWER_STATE_VALUE_LIT2AC 4
4575
4576 //Byte aligned definition for BIOS usage
4577 #define ATOM_S0_CRT1_MONOb0             0x01
4578 #define ATOM_S0_CRT1_COLORb0            0x02
4579 #define ATOM_S0_CRT1_MASKb0             (ATOM_S0_CRT1_MONOb0+ATOM_S0_CRT1_COLORb0)
4580
4581 #define ATOM_S0_TV1_COMPOSITEb0         0x04
4582 #define ATOM_S0_TV1_SVIDEOb0            0x08
4583 #define ATOM_S0_TV1_MASKb0              (ATOM_S0_TV1_COMPOSITEb0+ATOM_S0_TV1_SVIDEOb0)
4584
4585 #define ATOM_S0_CVb0                    0x10
4586 #define ATOM_S0_CV_DINb0                0x20
4587 #define ATOM_S0_CV_MASKb0               (ATOM_S0_CVb0+ATOM_S0_CV_DINb0)
4588
4589 #define ATOM_S0_CRT2_MONOb1             0x01
4590 #define ATOM_S0_CRT2_COLORb1            0x02
4591 #define ATOM_S0_CRT2_MASKb1             (ATOM_S0_CRT2_MONOb1+ATOM_S0_CRT2_COLORb1)
4592
4593 #define ATOM_S0_TV1_COMPOSITEb1         0x04
4594 #define ATOM_S0_TV1_SVIDEOb1            0x08
4595 #define ATOM_S0_TV1_SCARTb1             0x40
4596 #define ATOM_S0_TV1_MASKb1              (ATOM_S0_TV1_COMPOSITEb1+ATOM_S0_TV1_SVIDEOb1+ATOM_S0_TV1_SCARTb1)
4597
4598 #define ATOM_S0_CVb1                    0x10
4599 #define ATOM_S0_CV_DINb1                0x20
4600 #define ATOM_S0_CV_MASKb1               (ATOM_S0_CVb1+ATOM_S0_CV_DINb1)
4601
4602 #define ATOM_S0_DFP1b2                  0x01
4603 #define ATOM_S0_DFP2b2                  0x02
4604 #define ATOM_S0_LCD1b2                  0x04
4605 #define ATOM_S0_LCD2b2                  0x08
4606 #define ATOM_S0_DFP6b2                  0x10
4607 #define ATOM_S0_DFP3b2                  0x20
4608 #define ATOM_S0_DFP4b2                  0x40
4609 #define ATOM_S0_DFP5b2                  0x80
4610
4611
4612 #define ATOM_S0_THERMAL_STATE_MASKb3    0x1C
4613 #define ATOM_S0_THERMAL_STATE_SHIFTb3   2
4614
4615 #define ATOM_S0_SYSTEM_POWER_STATE_MASKb3 0xE0
4616 #define ATOM_S0_LCD1_SHIFT              18
4617
4618 // BIOS_1_SCRATCH Definition
4619 #define ATOM_S1_ROM_LOCATION_MASK       0x0000FFFFL
4620 #define ATOM_S1_PCI_BUS_DEV_MASK        0xFFFF0000L
4621
4622 //      BIOS_2_SCRATCH Definition
4623 #define ATOM_S2_TV1_STANDARD_MASK       0x0000000FL
4624 #define ATOM_S2_CURRENT_BL_LEVEL_MASK   0x0000FF00L
4625 #define ATOM_S2_CURRENT_BL_LEVEL_SHIFT  8
4626
4627 #define ATOM_S2_FORCEDLOWPWRMODE_STATE_MASK       0x0C000000L
4628 #define ATOM_S2_FORCEDLOWPWRMODE_STATE_MASK_SHIFT 26
4629 #define ATOM_S2_FORCEDLOWPWRMODE_STATE_CHANGE     0x10000000L
4630
4631 #define ATOM_S2_DEVICE_DPMS_STATE       0x00010000L
4632 #define ATOM_S2_VRI_BRIGHT_ENABLE       0x20000000L
4633
4634 #define ATOM_S2_DISPLAY_ROTATION_0_DEGREE     0x0
4635 #define ATOM_S2_DISPLAY_ROTATION_90_DEGREE    0x1
4636 #define ATOM_S2_DISPLAY_ROTATION_180_DEGREE   0x2
4637 #define ATOM_S2_DISPLAY_ROTATION_270_DEGREE   0x3
4638 #define ATOM_S2_DISPLAY_ROTATION_DEGREE_SHIFT 30
4639 #define ATOM_S2_DISPLAY_ROTATION_ANGLE_MASK   0xC0000000L
4640
4641
4642 //Byte aligned definition for BIOS usage
4643 #define ATOM_S2_TV1_STANDARD_MASKb0     0x0F
4644 #define ATOM_S2_CURRENT_BL_LEVEL_MASKb1 0xFF
4645 #define ATOM_S2_DEVICE_DPMS_STATEb2     0x01
4646
4647 #define ATOM_S2_DEVICE_DPMS_MASKw1      0x3FF
4648 #define ATOM_S2_FORCEDLOWPWRMODE_STATE_MASKb3     0x0C
4649 #define ATOM_S2_FORCEDLOWPWRMODE_STATE_CHANGEb3   0x10
4650 #define ATOM_S2_VRI_BRIGHT_ENABLEb3     0x20
4651 #define ATOM_S2_ROTATION_STATE_MASKb3   0xC0
4652
4653
4654 // BIOS_3_SCRATCH Definition
4655 #define ATOM_S3_CRT1_ACTIVE             0x00000001L
4656 #define ATOM_S3_LCD1_ACTIVE             0x00000002L
4657 #define ATOM_S3_TV1_ACTIVE              0x00000004L
4658 #define ATOM_S3_DFP1_ACTIVE             0x00000008L
4659 #define ATOM_S3_CRT2_ACTIVE             0x00000010L
4660 #define ATOM_S3_LCD2_ACTIVE             0x00000020L
4661 #define ATOM_S3_DFP6_ACTIVE             0x00000040L
4662 #define ATOM_S3_DFP2_ACTIVE             0x00000080L
4663 #define ATOM_S3_CV_ACTIVE               0x00000100L
4664 #define ATOM_S3_DFP3_ACTIVE                                                     0x00000200L
4665 #define ATOM_S3_DFP4_ACTIVE                                                     0x00000400L
4666 #define ATOM_S3_DFP5_ACTIVE                                                     0x00000800L
4667
4668 #define ATOM_S3_DEVICE_ACTIVE_MASK      0x00000FFFL
4669
4670 #define ATOM_S3_LCD_FULLEXPANSION_ACTIVE         0x00001000L
4671 #define ATOM_S3_LCD_EXPANSION_ASPEC_RATIO_ACTIVE 0x00002000L
4672
4673 #define ATOM_S3_CRT1_CRTC_ACTIVE        0x00010000L
4674 #define ATOM_S3_LCD1_CRTC_ACTIVE        0x00020000L
4675 #define ATOM_S3_TV1_CRTC_ACTIVE         0x00040000L
4676 #define ATOM_S3_DFP1_CRTC_ACTIVE        0x00080000L
4677 #define ATOM_S3_CRT2_CRTC_ACTIVE        0x00100000L
4678 #define ATOM_S3_LCD2_CRTC_ACTIVE        0x00200000L
4679 #define ATOM_S3_DFP6_CRTC_ACTIVE        0x00400000L
4680 #define ATOM_S3_DFP2_CRTC_ACTIVE        0x00800000L
4681 #define ATOM_S3_CV_CRTC_ACTIVE          0x01000000L
4682 #define ATOM_S3_DFP3_CRTC_ACTIVE                                0x02000000L
4683 #define ATOM_S3_DFP4_CRTC_ACTIVE                                0x04000000L
4684 #define ATOM_S3_DFP5_CRTC_ACTIVE                                0x08000000L
4685
4686 #define ATOM_S3_DEVICE_CRTC_ACTIVE_MASK 0x0FFF0000L
4687 #define ATOM_S3_ASIC_GUI_ENGINE_HUNG    0x20000000L
4688 //Below two definitions are not supported in pplib, but in the old powerplay in DAL
4689 #define ATOM_S3_ALLOW_FAST_PWR_SWITCH   0x40000000L
4690 #define ATOM_S3_RQST_GPU_USE_MIN_PWR    0x80000000L
4691
4692 //Byte aligned definition for BIOS usage
4693 #define ATOM_S3_CRT1_ACTIVEb0           0x01
4694 #define ATOM_S3_LCD1_ACTIVEb0           0x02
4695 #define ATOM_S3_TV1_ACTIVEb0            0x04
4696 #define ATOM_S3_DFP1_ACTIVEb0           0x08
4697 #define ATOM_S3_CRT2_ACTIVEb0           0x10
4698 #define ATOM_S3_LCD2_ACTIVEb0           0x20
4699 #define ATOM_S3_DFP6_ACTIVEb0           0x40
4700 #define ATOM_S3_DFP2_ACTIVEb0           0x80
4701 #define ATOM_S3_CV_ACTIVEb1             0x01
4702 #define ATOM_S3_DFP3_ACTIVEb1                                           0x02
4703 #define ATOM_S3_DFP4_ACTIVEb1                                           0x04
4704 #define ATOM_S3_DFP5_ACTIVEb1                                           0x08
4705
4706 #define ATOM_S3_ACTIVE_CRTC1w0          0xFFF
4707
4708 #define ATOM_S3_CRT1_CRTC_ACTIVEb2      0x01
4709 #define ATOM_S3_LCD1_CRTC_ACTIVEb2      0x02
4710 #define ATOM_S3_TV1_CRTC_ACTIVEb2       0x04
4711 #define ATOM_S3_DFP1_CRTC_ACTIVEb2      0x08
4712 #define ATOM_S3_CRT2_CRTC_ACTIVEb2      0x10
4713 #define ATOM_S3_LCD2_CRTC_ACTIVEb2      0x20
4714 #define ATOM_S3_DFP6_CRTC_ACTIVEb2      0x40
4715 #define ATOM_S3_DFP2_CRTC_ACTIVEb2      0x80
4716 #define ATOM_S3_CV_CRTC_ACTIVEb3        0x01
4717 #define ATOM_S3_DFP3_CRTC_ACTIVEb3                      0x02
4718 #define ATOM_S3_DFP4_CRTC_ACTIVEb3                      0x04
4719 #define ATOM_S3_DFP5_CRTC_ACTIVEb3                      0x08
4720
4721 #define ATOM_S3_ACTIVE_CRTC2w1          0xFFF
4722
4723 // BIOS_4_SCRATCH Definition
4724 #define ATOM_S4_LCD1_PANEL_ID_MASK      0x000000FFL
4725 #define ATOM_S4_LCD1_REFRESH_MASK       0x0000FF00L
4726 #define ATOM_S4_LCD1_REFRESH_SHIFT      8
4727
4728 //Byte aligned definition for BIOS usage
4729 #define ATOM_S4_LCD1_PANEL_ID_MASKb0      0x0FF
4730 #define ATOM_S4_LCD1_REFRESH_MASKb1               ATOM_S4_LCD1_PANEL_ID_MASKb0
4731 #define ATOM_S4_VRAM_INFO_MASKb2        ATOM_S4_LCD1_PANEL_ID_MASKb0
4732
4733 // BIOS_5_SCRATCH Definition, BIOS_5_SCRATCH is used by Firmware only !!!!
4734 #define ATOM_S5_DOS_REQ_CRT1b0          0x01
4735 #define ATOM_S5_DOS_REQ_LCD1b0          0x02
4736 #define ATOM_S5_DOS_REQ_TV1b0           0x04
4737 #define ATOM_S5_DOS_REQ_DFP1b0          0x08
4738 #define ATOM_S5_DOS_REQ_CRT2b0          0x10
4739 #define ATOM_S5_DOS_REQ_LCD2b0          0x20
4740 #define ATOM_S5_DOS_REQ_DFP6b0          0x40
4741 #define ATOM_S5_DOS_REQ_DFP2b0          0x80
4742 #define ATOM_S5_DOS_REQ_CVb1            0x01
4743 #define ATOM_S5_DOS_REQ_DFP3b1                                  0x02
4744 #define ATOM_S5_DOS_REQ_DFP4b1                                  0x04
4745 #define ATOM_S5_DOS_REQ_DFP5b1                                  0x08
4746
4747 #define ATOM_S5_DOS_REQ_DEVICEw0        0x0FFF
4748
4749 #define ATOM_S5_DOS_REQ_CRT1            0x0001
4750 #define ATOM_S5_DOS_REQ_LCD1            0x0002
4751 #define ATOM_S5_DOS_REQ_TV1             0x0004
4752 #define ATOM_S5_DOS_REQ_DFP1            0x0008
4753 #define ATOM_S5_DOS_REQ_CRT2            0x0010
4754 #define ATOM_S5_DOS_REQ_LCD2            0x0020
4755 #define ATOM_S5_DOS_REQ_DFP6            0x0040
4756 #define ATOM_S5_DOS_REQ_DFP2            0x0080
4757 #define ATOM_S5_DOS_REQ_CV              0x0100
4758 #define ATOM_S5_DOS_REQ_DFP3            0x0200
4759 #define ATOM_S5_DOS_REQ_DFP4            0x0400
4760 #define ATOM_S5_DOS_REQ_DFP5            0x0800
4761
4762 #define ATOM_S5_DOS_FORCE_CRT1b2        ATOM_S5_DOS_REQ_CRT1b0
4763 #define ATOM_S5_DOS_FORCE_TV1b2         ATOM_S5_DOS_REQ_TV1b0
4764 #define ATOM_S5_DOS_FORCE_CRT2b2        ATOM_S5_DOS_REQ_CRT2b0
4765 #define ATOM_S5_DOS_FORCE_CVb3          ATOM_S5_DOS_REQ_CVb1
4766 #define ATOM_S5_DOS_FORCE_DEVICEw1      (ATOM_S5_DOS_FORCE_CRT1b2+ATOM_S5_DOS_FORCE_TV1b2+ATOM_S5_DOS_FORCE_CRT2b2+\
4767                                         (ATOM_S5_DOS_FORCE_CVb3<<8))
4768
4769 // BIOS_6_SCRATCH Definition
4770 #define ATOM_S6_DEVICE_CHANGE           0x00000001L
4771 #define ATOM_S6_SCALER_CHANGE           0x00000002L
4772 #define ATOM_S6_LID_CHANGE              0x00000004L
4773 #define ATOM_S6_DOCKING_CHANGE          0x00000008L
4774 #define ATOM_S6_ACC_MODE                0x00000010L
4775 #define ATOM_S6_EXT_DESKTOP_MODE        0x00000020L
4776 #define ATOM_S6_LID_STATE               0x00000040L
4777 #define ATOM_S6_DOCK_STATE              0x00000080L
4778 #define ATOM_S6_CRITICAL_STATE          0x00000100L
4779 #define ATOM_S6_HW_I2C_BUSY_STATE       0x00000200L
4780 #define ATOM_S6_THERMAL_STATE_CHANGE    0x00000400L
4781 #define ATOM_S6_INTERRUPT_SET_BY_BIOS   0x00000800L
4782 #define ATOM_S6_REQ_LCD_EXPANSION_FULL         0x00001000L //Normal expansion Request bit for LCD
4783 #define ATOM_S6_REQ_LCD_EXPANSION_ASPEC_RATIO  0x00002000L //Aspect ratio expansion Request bit for LCD
4784
4785 #define ATOM_S6_DISPLAY_STATE_CHANGE    0x00004000L        //This bit is recycled when ATOM_BIOS_INFO_BIOS_SCRATCH6_SCL2_REDEFINE is set,previously it's SCL2_H_expansion
4786 #define ATOM_S6_I2C_STATE_CHANGE        0x00008000L        //This bit is recycled,when ATOM_BIOS_INFO_BIOS_SCRATCH6_SCL2_REDEFINE is set,previously it's SCL2_V_expansion
4787
4788 #define ATOM_S6_ACC_REQ_CRT1            0x00010000L
4789 #define ATOM_S6_ACC_REQ_LCD1            0x00020000L
4790 #define ATOM_S6_ACC_REQ_TV1             0x00040000L
4791 #define ATOM_S6_ACC_REQ_DFP1            0x00080000L
4792 #define ATOM_S6_ACC_REQ_CRT2            0x00100000L
4793 #define ATOM_S6_ACC_REQ_LCD2            0x00200000L
4794 #define ATOM_S6_ACC_REQ_DFP6            0x00400000L
4795 #define ATOM_S6_ACC_REQ_DFP2            0x00800000L
4796 #define ATOM_S6_ACC_REQ_CV              0x01000000L
4797 #define ATOM_S6_ACC_REQ_DFP3                                            0x02000000L
4798 #define ATOM_S6_ACC_REQ_DFP4                                            0x04000000L
4799 #define ATOM_S6_ACC_REQ_DFP5                                            0x08000000L
4800
4801 #define ATOM_S6_ACC_REQ_MASK                0x0FFF0000L
4802 #define ATOM_S6_SYSTEM_POWER_MODE_CHANGE    0x10000000L
4803 #define ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH    0x20000000L
4804 #define ATOM_S6_VRI_BRIGHTNESS_CHANGE       0x40000000L
4805 #define ATOM_S6_CONFIG_DISPLAY_CHANGE_MASK  0x80000000L
4806
4807 //Byte aligned definition for BIOS usage
4808 #define ATOM_S6_DEVICE_CHANGEb0         0x01
4809 #define ATOM_S6_SCALER_CHANGEb0         0x02
4810 #define ATOM_S6_LID_CHANGEb0            0x04
4811 #define ATOM_S6_DOCKING_CHANGEb0        0x08
4812 #define ATOM_S6_ACC_MODEb0              0x10
4813 #define ATOM_S6_EXT_DESKTOP_MODEb0      0x20
4814 #define ATOM_S6_LID_STATEb0             0x40
4815 #define ATOM_S6_DOCK_STATEb0            0x80
4816 #define ATOM_S6_CRITICAL_STATEb1        0x01
4817 #define ATOM_S6_HW_I2C_BUSY_STATEb1     0x02  
4818 #define ATOM_S6_THERMAL_STATE_CHANGEb1  0x04
4819 #define ATOM_S6_INTERRUPT_SET_BY_BIOSb1 0x08
4820 #define ATOM_S6_REQ_LCD_EXPANSION_FULLb1        0x10    
4821 #define ATOM_S6_REQ_LCD_EXPANSION_ASPEC_RATIOb1 0x20 
4822
4823 #define ATOM_S6_ACC_REQ_CRT1b2          0x01
4824 #define ATOM_S6_ACC_REQ_LCD1b2          0x02
4825 #define ATOM_S6_ACC_REQ_TV1b2           0x04
4826 #define ATOM_S6_ACC_REQ_DFP1b2          0x08
4827 #define ATOM_S6_ACC_REQ_CRT2b2          0x10
4828 #define ATOM_S6_ACC_REQ_LCD2b2          0x20
4829 #define ATOM_S6_ACC_REQ_DFP6b2          0x40
4830 #define ATOM_S6_ACC_REQ_DFP2b2          0x80
4831 #define ATOM_S6_ACC_REQ_CVb3            0x01
4832 #define ATOM_S6_ACC_REQ_DFP3b3          0x02
4833 #define ATOM_S6_ACC_REQ_DFP4b3          0x04
4834 #define ATOM_S6_ACC_REQ_DFP5b3          0x08
4835
4836 #define ATOM_S6_ACC_REQ_DEVICEw1        ATOM_S5_DOS_REQ_DEVICEw0
4837 #define ATOM_S6_SYSTEM_POWER_MODE_CHANGEb3 0x10
4838 #define ATOM_S6_ACC_BLOCK_DISPLAY_SWITCHb3 0x20
4839 #define ATOM_S6_VRI_BRIGHTNESS_CHANGEb3    0x40
4840 #define ATOM_S6_CONFIG_DISPLAY_CHANGEb3    0x80
4841
4842 #define ATOM_S6_DEVICE_CHANGE_SHIFT             0
4843 #define ATOM_S6_SCALER_CHANGE_SHIFT             1
4844 #define ATOM_S6_LID_CHANGE_SHIFT                2
4845 #define ATOM_S6_DOCKING_CHANGE_SHIFT            3
4846 #define ATOM_S6_ACC_MODE_SHIFT                  4
4847 #define ATOM_S6_EXT_DESKTOP_MODE_SHIFT          5
4848 #define ATOM_S6_LID_STATE_SHIFT                 6
4849 #define ATOM_S6_DOCK_STATE_SHIFT                7
4850 #define ATOM_S6_CRITICAL_STATE_SHIFT            8
4851 #define ATOM_S6_HW_I2C_BUSY_STATE_SHIFT         9
4852 #define ATOM_S6_THERMAL_STATE_CHANGE_SHIFT      10
4853 #define ATOM_S6_INTERRUPT_SET_BY_BIOS_SHIFT     11
4854 #define ATOM_S6_REQ_SCALER_SHIFT                12
4855 #define ATOM_S6_REQ_SCALER_ARATIO_SHIFT         13
4856 #define ATOM_S6_DISPLAY_STATE_CHANGE_SHIFT      14
4857 #define ATOM_S6_I2C_STATE_CHANGE_SHIFT          15
4858 #define ATOM_S6_SYSTEM_POWER_MODE_CHANGE_SHIFT  28
4859 #define ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH_SHIFT  29
4860 #define ATOM_S6_VRI_BRIGHTNESS_CHANGE_SHIFT     30
4861 #define ATOM_S6_CONFIG_DISPLAY_CHANGE_SHIFT     31
4862
4863 // BIOS_7_SCRATCH Definition, BIOS_7_SCRATCH is used by Firmware only !!!!
4864 #define ATOM_S7_DOS_MODE_TYPEb0             0x03
4865 #define ATOM_S7_DOS_MODE_VGAb0              0x00
4866 #define ATOM_S7_DOS_MODE_VESAb0             0x01
4867 #define ATOM_S7_DOS_MODE_EXTb0              0x02
4868 #define ATOM_S7_DOS_MODE_PIXEL_DEPTHb0      0x0C
4869 #define ATOM_S7_DOS_MODE_PIXEL_FORMATb0     0xF0
4870 #define ATOM_S7_DOS_8BIT_DAC_ENb1           0x01
4871 #define ATOM_S7_DOS_MODE_NUMBERw1           0x0FFFF
4872
4873 #define ATOM_S7_DOS_8BIT_DAC_EN_SHIFT       8
4874
4875 // BIOS_8_SCRATCH Definition
4876 #define ATOM_S8_I2C_CHANNEL_BUSY_MASK       0x00000FFFF
4877 #define ATOM_S8_I2C_HW_ENGINE_BUSY_MASK     0x0FFFF0000   
4878
4879 #define ATOM_S8_I2C_CHANNEL_BUSY_SHIFT      0
4880 #define ATOM_S8_I2C_ENGINE_BUSY_SHIFT       16
4881
4882 // BIOS_9_SCRATCH Definition
4883 #ifndef ATOM_S9_I2C_CHANNEL_COMPLETED_MASK 
4884 #define ATOM_S9_I2C_CHANNEL_COMPLETED_MASK  0x0000FFFF
4885 #endif
4886 #ifndef ATOM_S9_I2C_CHANNEL_ABORTED_MASK  
4887 #define ATOM_S9_I2C_CHANNEL_ABORTED_MASK    0xFFFF0000
4888 #endif
4889 #ifndef ATOM_S9_I2C_CHANNEL_COMPLETED_SHIFT 
4890 #define ATOM_S9_I2C_CHANNEL_COMPLETED_SHIFT 0
4891 #endif
4892 #ifndef ATOM_S9_I2C_CHANNEL_ABORTED_SHIFT   
4893 #define ATOM_S9_I2C_CHANNEL_ABORTED_SHIFT   16
4894 #endif
4895
4896  
4897 #define ATOM_FLAG_SET                         0x20
4898 #define ATOM_FLAG_CLEAR                       0
4899 #define CLEAR_ATOM_S6_ACC_MODE                ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_ACC_MODE_SHIFT | ATOM_FLAG_CLEAR)
4900 #define SET_ATOM_S6_DEVICE_CHANGE             ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_DEVICE_CHANGE_SHIFT | ATOM_FLAG_SET)
4901 #define SET_ATOM_S6_VRI_BRIGHTNESS_CHANGE     ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_VRI_BRIGHTNESS_CHANGE_SHIFT | ATOM_FLAG_SET)
4902 #define SET_ATOM_S6_SCALER_CHANGE             ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_SCALER_CHANGE_SHIFT | ATOM_FLAG_SET)
4903 #define SET_ATOM_S6_LID_CHANGE                ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_LID_CHANGE_SHIFT | ATOM_FLAG_SET)
4904
4905 #define SET_ATOM_S6_LID_STATE                 ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_LID_STATE_SHIFT | ATOM_FLAG_SET)
4906 #define CLEAR_ATOM_S6_LID_STATE               ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_LID_STATE_SHIFT | ATOM_FLAG_CLEAR)
4907
4908 #define SET_ATOM_S6_DOCK_CHANGE                           ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_DOCKING_CHANGE_SHIFT | ATOM_FLAG_SET)
4909 #define SET_ATOM_S6_DOCK_STATE                ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_DOCK_STATE_SHIFT | ATOM_FLAG_SET)
4910 #define CLEAR_ATOM_S6_DOCK_STATE              ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_DOCK_STATE_SHIFT | ATOM_FLAG_CLEAR)
4911
4912 #define SET_ATOM_S6_THERMAL_STATE_CHANGE      ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_THERMAL_STATE_CHANGE_SHIFT | ATOM_FLAG_SET)
4913 #define SET_ATOM_S6_SYSTEM_POWER_MODE_CHANGE  ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_SYSTEM_POWER_MODE_CHANGE_SHIFT | ATOM_FLAG_SET)
4914 #define SET_ATOM_S6_INTERRUPT_SET_BY_BIOS     ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_INTERRUPT_SET_BY_BIOS_SHIFT | ATOM_FLAG_SET)
4915
4916 #define SET_ATOM_S6_CRITICAL_STATE            ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_CRITICAL_STATE_SHIFT | ATOM_FLAG_SET)
4917 #define CLEAR_ATOM_S6_CRITICAL_STATE          ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_CRITICAL_STATE_SHIFT | ATOM_FLAG_CLEAR)
4918
4919 #define SET_ATOM_S6_REQ_SCALER                ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_REQ_SCALER_SHIFT | ATOM_FLAG_SET)  
4920 #define CLEAR_ATOM_S6_REQ_SCALER              ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_REQ_SCALER_SHIFT | ATOM_FLAG_CLEAR )
4921
4922 #define SET_ATOM_S6_REQ_SCALER_ARATIO         ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_REQ_SCALER_ARATIO_SHIFT | ATOM_FLAG_SET )
4923 #define CLEAR_ATOM_S6_REQ_SCALER_ARATIO       ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_REQ_SCALER_ARATIO_SHIFT | ATOM_FLAG_CLEAR )
4924
4925 #define SET_ATOM_S6_I2C_STATE_CHANGE          ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_I2C_STATE_CHANGE_SHIFT | ATOM_FLAG_SET )
4926
4927 #define SET_ATOM_S6_DISPLAY_STATE_CHANGE      ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_DISPLAY_STATE_CHANGE_SHIFT | ATOM_FLAG_SET )
4928
4929 #define SET_ATOM_S6_DEVICE_RECONFIG           ((ATOM_ACC_CHANGE_INFO_DEF << 8 )|ATOM_S6_CONFIG_DISPLAY_CHANGE_SHIFT | ATOM_FLAG_SET)
4930 #define CLEAR_ATOM_S0_LCD1                    ((ATOM_DEVICE_CONNECT_INFO_DEF << 8 )|  ATOM_S0_LCD1_SHIFT | ATOM_FLAG_CLEAR )
4931 #define SET_ATOM_S7_DOS_8BIT_DAC_EN           ((ATOM_DOS_MODE_INFO_DEF << 8 )|ATOM_S7_DOS_8BIT_DAC_EN_SHIFT | ATOM_FLAG_SET )
4932 #define CLEAR_ATOM_S7_DOS_8BIT_DAC_EN         ((ATOM_DOS_MODE_INFO_DEF << 8 )|ATOM_S7_DOS_8BIT_DAC_EN_SHIFT | ATOM_FLAG_CLEAR )
4933
4934 /****************************************************************************/  
4935 //Portion II: Definitinos only used in Driver
4936 /****************************************************************************/
4937
4938 // Macros used by driver
4939 #ifdef __cplusplus
4940 #define GetIndexIntoMasterTable(MasterOrData, FieldName) ((reinterpret_cast<char*>(&(static_cast<ATOM_MASTER_LIST_OF_##MasterOrData##_TABLES*>(0))->FieldName)-static_cast<char*>(0))/sizeof(USHORT))
4941
4942 #define GET_COMMAND_TABLE_COMMANDSET_REVISION(TABLE_HEADER_OFFSET) (((static_cast<ATOM_COMMON_TABLE_HEADER*>(TABLE_HEADER_OFFSET))->ucTableFormatRevision )&0x3F)
4943 #define GET_COMMAND_TABLE_PARAMETER_REVISION(TABLE_HEADER_OFFSET)  (((static_cast<ATOM_COMMON_TABLE_HEADER*>(TABLE_HEADER_OFFSET))->ucTableContentRevision)&0x3F)
4944 #else // not __cplusplus
4945 #define GetIndexIntoMasterTable(MasterOrData, FieldName) (((char*)(&((ATOM_MASTER_LIST_OF_##MasterOrData##_TABLES*)0)->FieldName)-(char*)0)/sizeof(USHORT))
4946
4947 #define GET_COMMAND_TABLE_COMMANDSET_REVISION(TABLE_HEADER_OFFSET) ((((ATOM_COMMON_TABLE_HEADER*)TABLE_HEADER_OFFSET)->ucTableFormatRevision)&0x3F)
4948 #define GET_COMMAND_TABLE_PARAMETER_REVISION(TABLE_HEADER_OFFSET)  ((((ATOM_COMMON_TABLE_HEADER*)TABLE_HEADER_OFFSET)->ucTableContentRevision)&0x3F)
4949 #endif // __cplusplus
4950
4951 #define GET_DATA_TABLE_MAJOR_REVISION GET_COMMAND_TABLE_COMMANDSET_REVISION
4952 #define GET_DATA_TABLE_MINOR_REVISION GET_COMMAND_TABLE_PARAMETER_REVISION
4953
4954 /****************************************************************************/  
4955 //Portion III: Definitinos only used in VBIOS
4956 /****************************************************************************/
4957 #define ATOM_DAC_SRC                                    0x80
4958 #define ATOM_SRC_DAC1                                   0
4959 #define ATOM_SRC_DAC2                                   0x80
4960
4961 typedef struct _MEMORY_PLLINIT_PARAMETERS
4962 {
4963   ULONG ulTargetMemoryClock; //In 10Khz unit
4964   UCHAR   ucAction;                                      //not define yet
4965   UCHAR   ucFbDiv_Hi;                            //Fbdiv Hi byte
4966   UCHAR   ucFbDiv;                                       //FB value
4967   UCHAR   ucPostDiv;                             //Post div
4968 }MEMORY_PLLINIT_PARAMETERS;
4969
4970 #define MEMORY_PLLINIT_PS_ALLOCATION  MEMORY_PLLINIT_PARAMETERS
4971
4972
4973 #define GPIO_PIN_WRITE                                                                                                  0x01                    
4974 #define GPIO_PIN_READ                                                                                                           0x00
4975
4976 typedef struct  _GPIO_PIN_CONTROL_PARAMETERS
4977 {
4978   UCHAR ucGPIO_ID;           //return value, read from GPIO pins
4979   UCHAR ucGPIOBitShift;      //define which bit in uGPIOBitVal need to be update 
4980         UCHAR ucGPIOBitVal;                  //Set/Reset corresponding bit defined in ucGPIOBitMask
4981   UCHAR ucAction;                                    //=GPIO_PIN_WRITE: Read; =GPIO_PIN_READ: Write
4982 }GPIO_PIN_CONTROL_PARAMETERS;
4983
4984 typedef struct _ENABLE_SCALER_PARAMETERS
4985 {
4986   UCHAR ucScaler;            // ATOM_SCALER1, ATOM_SCALER2
4987   UCHAR ucEnable;            // ATOM_SCALER_DISABLE or ATOM_SCALER_CENTER or ATOM_SCALER_EXPANSION
4988   UCHAR ucTVStandard;        // 
4989   UCHAR ucPadding[1];
4990 }ENABLE_SCALER_PARAMETERS; 
4991 #define ENABLE_SCALER_PS_ALLOCATION ENABLE_SCALER_PARAMETERS 
4992
4993 //ucEnable:
4994 #define SCALER_BYPASS_AUTO_CENTER_NO_REPLICATION    0
4995 #define SCALER_BYPASS_AUTO_CENTER_AUTO_REPLICATION  1
4996 #define SCALER_ENABLE_2TAP_ALPHA_MODE               2
4997 #define SCALER_ENABLE_MULTITAP_MODE                 3
4998
4999 typedef struct _ENABLE_HARDWARE_ICON_CURSOR_PARAMETERS
5000 {
5001   ULONG  usHWIconHorzVertPosn;        // Hardware Icon Vertical position
5002   UCHAR  ucHWIconVertOffset;          // Hardware Icon Vertical offset
5003   UCHAR  ucHWIconHorzOffset;          // Hardware Icon Horizontal offset
5004   UCHAR  ucSelection;                 // ATOM_CURSOR1 or ATOM_ICON1 or ATOM_CURSOR2 or ATOM_ICON2
5005   UCHAR  ucEnable;                    // ATOM_ENABLE or ATOM_DISABLE
5006 }ENABLE_HARDWARE_ICON_CURSOR_PARAMETERS;
5007
5008 typedef struct _ENABLE_HARDWARE_ICON_CURSOR_PS_ALLOCATION
5009 {
5010   ENABLE_HARDWARE_ICON_CURSOR_PARAMETERS  sEnableIcon;
5011   ENABLE_CRTC_PARAMETERS                  sReserved;  
5012 }ENABLE_HARDWARE_ICON_CURSOR_PS_ALLOCATION;
5013
5014 typedef struct _ENABLE_GRAPH_SURFACE_PARAMETERS
5015 {
5016   USHORT usHight;                     // Image Hight
5017   USHORT usWidth;                     // Image Width
5018   UCHAR  ucSurface;                   // Surface 1 or 2 
5019   UCHAR  ucPadding[3];
5020 }ENABLE_GRAPH_SURFACE_PARAMETERS;
5021
5022 typedef struct _ENABLE_GRAPH_SURFACE_PARAMETERS_V1_2
5023 {
5024   USHORT usHight;                     // Image Hight
5025   USHORT usWidth;                     // Image Width
5026   UCHAR  ucSurface;                   // Surface 1 or 2
5027   UCHAR  ucEnable;                    // ATOM_ENABLE or ATOM_DISABLE
5028   UCHAR  ucPadding[2];
5029 }ENABLE_GRAPH_SURFACE_PARAMETERS_V1_2;
5030
5031 typedef struct _ENABLE_GRAPH_SURFACE_PARAMETERS_V1_3
5032 {
5033   USHORT usHight;                     // Image Hight
5034   USHORT usWidth;                     // Image Width
5035   UCHAR  ucSurface;                   // Surface 1 or 2
5036   UCHAR  ucEnable;                    // ATOM_ENABLE or ATOM_DISABLE
5037   USHORT usDeviceId;                  // Active Device Id for this surface. If no device, set to 0. 
5038 }ENABLE_GRAPH_SURFACE_PARAMETERS_V1_3;
5039
5040 typedef struct _ENABLE_GRAPH_SURFACE_PS_ALLOCATION
5041 {
5042   ENABLE_GRAPH_SURFACE_PARAMETERS sSetSurface;          
5043   ENABLE_YUV_PS_ALLOCATION        sReserved; // Don't set this one
5044 }ENABLE_GRAPH_SURFACE_PS_ALLOCATION;
5045
5046 typedef struct _MEMORY_CLEAN_UP_PARAMETERS
5047 {
5048   USHORT  usMemoryStart;                //in 8Kb boundary, offset from memory base address
5049   USHORT  usMemorySize;                 //8Kb blocks aligned
5050 }MEMORY_CLEAN_UP_PARAMETERS;
5051 #define MEMORY_CLEAN_UP_PS_ALLOCATION MEMORY_CLEAN_UP_PARAMETERS
5052
5053 typedef struct  _GET_DISPLAY_SURFACE_SIZE_PARAMETERS
5054 {
5055   USHORT  usX_Size;                     //When use as input parameter, usX_Size indicates which CRTC                 
5056   USHORT  usY_Size;
5057 }GET_DISPLAY_SURFACE_SIZE_PARAMETERS; 
5058
5059 typedef struct _INDIRECT_IO_ACCESS
5060 {
5061   ATOM_COMMON_TABLE_HEADER sHeader;  
5062   UCHAR                    IOAccessSequence[256];
5063 } INDIRECT_IO_ACCESS;
5064
5065 #define INDIRECT_READ              0x00
5066 #define INDIRECT_WRITE             0x80
5067
5068 #define INDIRECT_IO_MM             0
5069 #define INDIRECT_IO_PLL            1
5070 #define INDIRECT_IO_MC             2
5071 #define INDIRECT_IO_PCIE           3
5072 #define INDIRECT_IO_PCIEP          4
5073 #define INDIRECT_IO_NBMISC         5
5074
5075 #define INDIRECT_IO_PLL_READ       INDIRECT_IO_PLL   | INDIRECT_READ
5076 #define INDIRECT_IO_PLL_WRITE      INDIRECT_IO_PLL   | INDIRECT_WRITE
5077 #define INDIRECT_IO_MC_READ        INDIRECT_IO_MC    | INDIRECT_READ
5078 #define INDIRECT_IO_MC_WRITE       INDIRECT_IO_MC    | INDIRECT_WRITE
5079 #define INDIRECT_IO_PCIE_READ      INDIRECT_IO_PCIE  | INDIRECT_READ
5080 #define INDIRECT_IO_PCIE_WRITE     INDIRECT_IO_PCIE  | INDIRECT_WRITE
5081 #define INDIRECT_IO_PCIEP_READ     INDIRECT_IO_PCIEP | INDIRECT_READ
5082 #define INDIRECT_IO_PCIEP_WRITE    INDIRECT_IO_PCIEP | INDIRECT_WRITE
5083 #define INDIRECT_IO_NBMISC_READ    INDIRECT_IO_NBMISC | INDIRECT_READ
5084 #define INDIRECT_IO_NBMISC_WRITE   INDIRECT_IO_NBMISC | INDIRECT_WRITE
5085
5086 typedef struct _ATOM_OEM_INFO
5087
5088   ATOM_COMMON_TABLE_HEADER      sHeader;
5089   ATOM_I2C_ID_CONFIG_ACCESS sucI2cId;
5090 }ATOM_OEM_INFO;
5091
5092 typedef struct _ATOM_TV_MODE
5093 {
5094    UCHAR        ucVMode_Num;                      //Video mode number
5095    UCHAR        ucTV_Mode_Num;                  //Internal TV mode number
5096 }ATOM_TV_MODE;
5097
5098 typedef struct _ATOM_BIOS_INT_TVSTD_MODE
5099 {
5100   ATOM_COMMON_TABLE_HEADER sHeader;  
5101    USHORT       usTV_Mode_LUT_Offset;   // Pointer to standard to internal number conversion table
5102    USHORT       usTV_FIFO_Offset;                 // Pointer to FIFO entry table
5103    USHORT       usNTSC_Tbl_Offset;              // Pointer to SDTV_Mode_NTSC table
5104    USHORT       usPAL_Tbl_Offset;                 // Pointer to SDTV_Mode_PAL table 
5105    USHORT       usCV_Tbl_Offset;                  // Pointer to SDTV_Mode_PAL table 
5106 }ATOM_BIOS_INT_TVSTD_MODE;
5107
5108
5109 typedef struct _ATOM_TV_MODE_SCALER_PTR
5110 {
5111    USHORT       ucFilter0_Offset;               //Pointer to filter format 0 coefficients
5112    USHORT       usFilter1_Offset;               //Pointer to filter format 0 coefficients
5113    UCHAR        ucTV_Mode_Num;
5114 }ATOM_TV_MODE_SCALER_PTR;
5115
5116 typedef struct _ATOM_STANDARD_VESA_TIMING
5117 {
5118   ATOM_COMMON_TABLE_HEADER sHeader;  
5119   ATOM_DTD_FORMAT                                aModeTimings[16];      // 16 is not the real array number, just for initial allocation
5120 }ATOM_STANDARD_VESA_TIMING;
5121
5122
5123 typedef struct _ATOM_STD_FORMAT
5124
5125   USHORT    usSTD_HDisp;
5126   USHORT    usSTD_VDisp;
5127   USHORT    usSTD_RefreshRate;
5128   USHORT    usReserved;
5129 }ATOM_STD_FORMAT;
5130
5131 typedef struct _ATOM_VESA_TO_EXTENDED_MODE
5132 {
5133   USHORT  usVESA_ModeNumber;
5134   USHORT  usExtendedModeNumber;
5135 }ATOM_VESA_TO_EXTENDED_MODE;
5136
5137 typedef struct _ATOM_VESA_TO_INTENAL_MODE_LUT
5138
5139   ATOM_COMMON_TABLE_HEADER   sHeader;  
5140   ATOM_VESA_TO_EXTENDED_MODE asVESA_ToExtendedModeInfo[76];
5141 }ATOM_VESA_TO_INTENAL_MODE_LUT;
5142
5143 /*************** ATOM Memory Related Data Structure ***********************/
5144 typedef struct _ATOM_MEMORY_VENDOR_BLOCK{
5145         UCHAR                                                                                           ucMemoryType;
5146         UCHAR                                                                                           ucMemoryVendor;
5147         UCHAR                                                                                           ucAdjMCId;
5148         UCHAR                                                                                           ucDynClkId;
5149         ULONG                                                                                           ulDllResetClkRange;
5150 }ATOM_MEMORY_VENDOR_BLOCK;
5151
5152
5153 typedef struct _ATOM_MEMORY_SETTING_ID_CONFIG{
5154 #if ATOM_BIG_ENDIAN
5155         ULONG                                                                                           ucMemBlkId:8;
5156         ULONG                                                                                           ulMemClockRange:24;
5157 #else
5158         ULONG                                                                                           ulMemClockRange:24;
5159         ULONG                                                                                           ucMemBlkId:8;
5160 #endif
5161 }ATOM_MEMORY_SETTING_ID_CONFIG;
5162
5163 typedef union _ATOM_MEMORY_SETTING_ID_CONFIG_ACCESS
5164 {
5165   ATOM_MEMORY_SETTING_ID_CONFIG slAccess;
5166   ULONG                         ulAccess;
5167 }ATOM_MEMORY_SETTING_ID_CONFIG_ACCESS;
5168
5169
5170 typedef struct _ATOM_MEMORY_SETTING_DATA_BLOCK{
5171         ATOM_MEMORY_SETTING_ID_CONFIG_ACCESS                    ulMemoryID;
5172         ULONG                                                                                                                           aulMemData[1];
5173 }ATOM_MEMORY_SETTING_DATA_BLOCK;
5174
5175
5176 typedef struct _ATOM_INIT_REG_INDEX_FORMAT{
5177          USHORT                                                                                 usRegIndex;                                     // MC register index
5178          UCHAR                                                                                  ucPreRegDataLength;                             // offset in ATOM_INIT_REG_DATA_BLOCK.saRegDataBuf
5179 }ATOM_INIT_REG_INDEX_FORMAT;
5180
5181
5182 typedef struct _ATOM_INIT_REG_BLOCK{
5183         USHORT                                                                                                  usRegIndexTblSize;                                                                                                      //size of asRegIndexBuf
5184         USHORT                                                                                                  usRegDataBlkSize;                                                                                                               //size of ATOM_MEMORY_SETTING_DATA_BLOCK
5185         ATOM_INIT_REG_INDEX_FORMAT                      asRegIndexBuf[1];
5186         ATOM_MEMORY_SETTING_DATA_BLOCK  asRegDataBuf[1];
5187 }ATOM_INIT_REG_BLOCK;
5188
5189 #define END_OF_REG_INDEX_BLOCK  0x0ffff
5190 #define END_OF_REG_DATA_BLOCK   0x00000000
5191 #define ATOM_INIT_REG_MASK_FLAG 0x80
5192 #define CLOCK_RANGE_HIGHEST                     0x00ffffff
5193
5194 #define VALUE_DWORD             SIZEOF ULONG
5195 #define VALUE_SAME_AS_ABOVE     0
5196 #define VALUE_MASK_DWORD        0x84
5197
5198 #define INDEX_ACCESS_RANGE_BEGIN            (VALUE_DWORD + 1)
5199 #define INDEX_ACCESS_RANGE_END              (INDEX_ACCESS_RANGE_BEGIN + 1)
5200 #define VALUE_INDEX_ACCESS_SINGLE           (INDEX_ACCESS_RANGE_END + 1)
5201 //#define ACCESS_MCIODEBUGIND            0x40       //defined in BIOS code
5202 #define ACCESS_PLACEHOLDER             0x80
5203
5204 typedef struct _ATOM_MC_INIT_PARAM_TABLE
5205
5206   ATOM_COMMON_TABLE_HEADER              sHeader;
5207   USHORT                                                                                        usAdjustARB_SEQDataOffset;
5208   USHORT                                                                                        usMCInitMemTypeTblOffset;
5209   USHORT                                                                                        usMCInitCommonTblOffset;
5210   USHORT                                                                                        usMCInitPowerDownTblOffset;
5211         ULONG                                                                                           ulARB_SEQDataBuf[32];
5212         ATOM_INIT_REG_BLOCK                                     asMCInitMemType;
5213         ATOM_INIT_REG_BLOCK                                     asMCInitCommon;
5214 }ATOM_MC_INIT_PARAM_TABLE;
5215
5216
5217 #define _4Mx16              0x2
5218 #define _4Mx32              0x3
5219 #define _8Mx16              0x12
5220 #define _8Mx32              0x13
5221 #define _16Mx16             0x22
5222 #define _16Mx32             0x23
5223 #define _32Mx16             0x32
5224 #define _32Mx32             0x33
5225 #define _64Mx8              0x41
5226 #define _64Mx16             0x42
5227 #define _64Mx32             0x43
5228 #define _128Mx8             0x51
5229 #define _128Mx16            0x52
5230 #define _256Mx8             0x61
5231
5232 #define SAMSUNG             0x1
5233 #define INFINEON            0x2
5234 #define ELPIDA              0x3
5235 #define ETRON               0x4
5236 #define NANYA               0x5
5237 #define HYNIX               0x6
5238 #define MOSEL               0x7
5239 #define WINBOND             0x8
5240 #define ESMT                0x9
5241 #define MICRON              0xF
5242
5243 #define QIMONDA             INFINEON
5244 #define PROMOS              MOSEL
5245 #define KRETON              INFINEON
5246 #define ELIXIR              NANYA
5247
5248 /////////////Support for GDDR5 MC uCode to reside in upper 64K of ROM/////////////
5249
5250 #define UCODE_ROM_START_ADDRESS         0x1b800
5251 #define UCODE_SIGNATURE                 0x4375434d // 'MCuC' - MC uCode
5252
5253 //uCode block header for reference
5254
5255 typedef struct _MCuCodeHeader
5256 {
5257   ULONG  ulSignature;
5258   UCHAR  ucRevision;
5259   UCHAR  ucChecksum;
5260   UCHAR  ucReserved1;
5261   UCHAR  ucReserved2;
5262   USHORT usParametersLength;
5263   USHORT usUCodeLength;
5264   USHORT usReserved1;
5265   USHORT usReserved2;
5266 } MCuCodeHeader;
5267
5268 //////////////////////////////////////////////////////////////////////////////////
5269
5270 #define ATOM_MAX_NUMBER_OF_VRAM_MODULE  16
5271
5272 #define ATOM_VRAM_MODULE_MEMORY_VENDOR_ID_MASK  0xF
5273 typedef struct _ATOM_VRAM_MODULE_V1
5274 {
5275   ULONG                      ulReserved;
5276   USHORT                     usEMRSValue;  
5277   USHORT                     usMRSValue;
5278   USHORT                     usReserved;
5279   UCHAR                      ucExtMemoryID;     // An external indicator (by hardcode, callback or pin) to tell what is the current memory module
5280   UCHAR                      ucMemoryType;      // [7:4]=0x1:DDR1;=0x2:DDR2;=0x3:DDR3;=0x4:DDR4;[3:0] reserved;
5281   UCHAR                      ucMemoryVenderID;  // Predefined,never change across designs or memory type/vender 
5282   UCHAR                      ucMemoryDeviceCfg; // [7:4]=0x0:4M;=0x1:8M;=0x2:16M;0x3:32M....[3:0]=0x0:x4;=0x1:x8;=0x2:x16;=0x3:x32...
5283   UCHAR                      ucRow;             // Number of Row,in power of 2;
5284   UCHAR                      ucColumn;          // Number of Column,in power of 2;
5285   UCHAR                      ucBank;            // Nunber of Bank;
5286   UCHAR                      ucRank;            // Number of Rank, in power of 2
5287   UCHAR                      ucChannelNum;      // Number of channel;
5288   UCHAR                      ucChannelConfig;   // [3:0]=Indication of what channel combination;[4:7]=Channel bit width, in number of 2
5289   UCHAR                      ucDefaultMVDDQ_ID; // Default MVDDQ setting for this memory block, ID linking to MVDDQ info table to find real set-up data;
5290   UCHAR                      ucDefaultMVDDC_ID; // Default MVDDC setting for this memory block, ID linking to MVDDC info table to find real set-up data;
5291   UCHAR                      ucReserved[2];
5292 }ATOM_VRAM_MODULE_V1;
5293
5294
5295 typedef struct _ATOM_VRAM_MODULE_V2
5296 {
5297   ULONG                      ulReserved;
5298   ULONG                      ulFlags;                           // To enable/disable functionalities based on memory type
5299   ULONG                      ulEngineClock;     // Override of default engine clock for particular memory type
5300   ULONG                      ulMemoryClock;     // Override of default memory clock for particular memory type
5301   USHORT                     usEMRS2Value;      // EMRS2 Value is used for GDDR2 and GDDR4 memory type
5302   USHORT                     usEMRS3Value;      // EMRS3 Value is used for GDDR2 and GDDR4 memory type
5303   USHORT                     usEMRSValue;  
5304   USHORT                     usMRSValue;
5305   USHORT                     usReserved;
5306   UCHAR                      ucExtMemoryID;     // An external indicator (by hardcode, callback or pin) to tell what is the current memory module
5307   UCHAR                      ucMemoryType;      // [7:4]=0x1:DDR1;=0x2:DDR2;=0x3:DDR3;=0x4:DDR4;[3:0] - must not be used for now;
5308   UCHAR                      ucMemoryVenderID;  // Predefined,never change across designs or memory type/vender. If not predefined, vendor detection table gets executed
5309   UCHAR                      ucMemoryDeviceCfg; // [7:4]=0x0:4M;=0x1:8M;=0x2:16M;0x3:32M....[3:0]=0x0:x4;=0x1:x8;=0x2:x16;=0x3:x32...
5310   UCHAR                      ucRow;             // Number of Row,in power of 2;
5311   UCHAR                      ucColumn;          // Number of Column,in power of 2;
5312   UCHAR                      ucBank;            // Nunber of Bank;
5313   UCHAR                      ucRank;            // Number of Rank, in power of 2
5314   UCHAR                      ucChannelNum;      // Number of channel;
5315   UCHAR                      ucChannelConfig;   // [3:0]=Indication of what channel combination;[4:7]=Channel bit width, in number of 2
5316   UCHAR                      ucDefaultMVDDQ_ID; // Default MVDDQ setting for this memory block, ID linking to MVDDQ info table to find real set-up data;
5317   UCHAR                      ucDefaultMVDDC_ID; // Default MVDDC setting for this memory block, ID linking to MVDDC info table to find real set-up data;
5318   UCHAR                      ucRefreshRateFactor;
5319   UCHAR                      ucReserved[3];
5320 }ATOM_VRAM_MODULE_V2;
5321
5322
5323 typedef struct _ATOM_MEMORY_TIMING_FORMAT
5324 {
5325         ULONG                                                                                    ulClkRange;                            // memory clock in 10kHz unit, when target memory clock is below this clock, use this memory timing     
5326   union{
5327           USHORT                                                                                 usMRS;                                                 // mode register                                                
5328     USHORT                     usDDR3_MR0;
5329   };
5330   union{
5331           USHORT                                                                                 usEMRS;                                                // extended mode register
5332     USHORT                     usDDR3_MR1;
5333   };
5334         UCHAR                                                                                    ucCL;                                                  // CAS latency
5335         UCHAR                                                                                    ucWL;                                                  // WRITE Latency                                
5336         UCHAR                                                                                    uctRAS;                                                // tRAS
5337         UCHAR                                                                                    uctRC;                                                 // tRC  
5338         UCHAR                                                                                    uctRFC;                                                // tRFC
5339         UCHAR                                                                                    uctRCDR;                                               // tRCDR        
5340         UCHAR                                                                                    uctRCDW;                                               // tRCDW
5341         UCHAR                                                                                    uctRP;                                                 // tRP
5342         UCHAR                                                                                    uctRRD;                                                // tRRD 
5343         UCHAR                                                                                    uctWR;                                                 // tWR
5344         UCHAR                                                                                    uctWTR;                                                // tWTR
5345         UCHAR                                                                                    uctPDIX;                                               // tPDIX
5346         UCHAR                                                                                    uctFAW;                                                // tFAW
5347         UCHAR                                                                                    uctAOND;                                               // tAOND
5348   union 
5349   {
5350     struct {
5351             UCHAR                                                                                        ucflag;                                                // flag to control memory timing calculation. bit0= control EMRS2 Infineon 
5352             UCHAR                                                                                        ucReserved;                                            
5353     };
5354     USHORT                   usDDR3_MR2;
5355   };
5356 }ATOM_MEMORY_TIMING_FORMAT;
5357
5358
5359 typedef struct _ATOM_MEMORY_TIMING_FORMAT_V1
5360 {
5361         ULONG                                                                                    ulClkRange;                            // memory clock in 10kHz unit, when target memory clock is below this clock, use this memory timing     
5362         USHORT                                                                           usMRS;                                                 // mode register                                                
5363         USHORT                                                                           usEMRS;                                                // extended mode register
5364         UCHAR                                                                                    ucCL;                                                  // CAS latency
5365         UCHAR                                                                                    ucWL;                                                  // WRITE Latency                                
5366         UCHAR                                                                                    uctRAS;                                                // tRAS
5367         UCHAR                                                                                    uctRC;                                                 // tRC  
5368         UCHAR                                                                                    uctRFC;                                                // tRFC
5369         UCHAR                                                                                    uctRCDR;                                               // tRCDR        
5370         UCHAR                                                                                    uctRCDW;                                               // tRCDW
5371         UCHAR                                                                                    uctRP;                                                 // tRP
5372         UCHAR                                                                                    uctRRD;                                                // tRRD 
5373         UCHAR                                                                                    uctWR;                                                 // tWR
5374         UCHAR                                                                                    uctWTR;                                                // tWTR
5375         UCHAR                                                                                    uctPDIX;                                               // tPDIX
5376         UCHAR                                                                                    uctFAW;                                                // tFAW
5377         UCHAR                                                                                    uctAOND;                                               // tAOND
5378         UCHAR                                                                                    ucflag;                                                // flag to control memory timing calculation. bit0= control EMRS2 Infineon 
5379 ////////////////////////////////////GDDR parameters///////////////////////////////////
5380         UCHAR                                                                                    uctCCDL;                                               // 
5381         UCHAR                                                                                    uctCRCRL;                                              // 
5382         UCHAR                                                                                    uctCRCWL;                                              // 
5383         UCHAR                                                                                    uctCKE;                                                // 
5384         UCHAR                                                                                    uctCKRSE;                                              // 
5385         UCHAR                                                                                    uctCKRSX;                                              // 
5386         UCHAR                                                                                    uctFAW32;                                              // 
5387         UCHAR                                                                                    ucMR5lo;                                       // 
5388         UCHAR                                                                                    ucMR5hi;                                       // 
5389         UCHAR                                                                                    ucTerminator;
5390 }ATOM_MEMORY_TIMING_FORMAT_V1;
5391
5392 typedef struct _ATOM_MEMORY_TIMING_FORMAT_V2
5393 {
5394         ULONG                                                                                    ulClkRange;                            // memory clock in 10kHz unit, when target memory clock is below this clock, use this memory timing     
5395         USHORT                                                                           usMRS;                                                 // mode register                                                
5396         USHORT                                                                           usEMRS;                                                // extended mode register
5397         UCHAR                                                                                    ucCL;                                                  // CAS latency
5398         UCHAR                                                                                    ucWL;                                                  // WRITE Latency                                
5399         UCHAR                                                                                    uctRAS;                                                // tRAS
5400         UCHAR                                                                                    uctRC;                                                 // tRC  
5401         UCHAR                                                                                    uctRFC;                                                // tRFC
5402         UCHAR                                                                                    uctRCDR;                                               // tRCDR        
5403         UCHAR                                                                                    uctRCDW;                                               // tRCDW
5404         UCHAR                                                                                    uctRP;                                                 // tRP
5405         UCHAR                                                                                    uctRRD;                                                // tRRD 
5406         UCHAR                                                                                    uctWR;                                                 // tWR
5407         UCHAR                                                                                    uctWTR;                                                // tWTR
5408         UCHAR                                                                                    uctPDIX;                                               // tPDIX
5409         UCHAR                                                                                    uctFAW;                                                // tFAW
5410         UCHAR                                                                                    uctAOND;                                               // tAOND
5411         UCHAR                                                                                    ucflag;                                                // flag to control memory timing calculation. bit0= control EMRS2 Infineon 
5412 ////////////////////////////////////GDDR parameters///////////////////////////////////
5413         UCHAR                                                                                    uctCCDL;                                               // 
5414         UCHAR                                                                                    uctCRCRL;                                              // 
5415         UCHAR                                                                                    uctCRCWL;                                              // 
5416         UCHAR                                                                                    uctCKE;                                                // 
5417         UCHAR                                                                                    uctCKRSE;                                              // 
5418         UCHAR                                                                                    uctCKRSX;                                              // 
5419         UCHAR                                                                                    uctFAW32;                                              // 
5420         UCHAR                                                                                    ucMR4lo;                                       // 
5421         UCHAR                                                                                    ucMR4hi;                                       // 
5422         UCHAR                                                                                    ucMR5lo;                                       // 
5423         UCHAR                                                                                    ucMR5hi;                                       // 
5424         UCHAR                                                                                    ucTerminator;
5425         UCHAR                                                                                    ucReserved;    
5426 }ATOM_MEMORY_TIMING_FORMAT_V2;
5427
5428 typedef struct _ATOM_MEMORY_FORMAT
5429 {
5430         ULONG                                                                                    ulDllDisClock;                 // memory DLL will be disable when target memory clock is below this clock
5431   union{
5432     USHORT                     usEMRS2Value;      // EMRS2 Value is used for GDDR2 and GDDR4 memory type
5433     USHORT                     usDDR3_Reserved;   // Not used for DDR3 memory
5434   };
5435   union{
5436     USHORT                     usEMRS3Value;      // EMRS3 Value is used for GDDR2 and GDDR4 memory type
5437     USHORT                     usDDR3_MR3;        // Used for DDR3 memory
5438   };
5439   UCHAR                      ucMemoryType;      // [7:4]=0x1:DDR1;=0x2:DDR2;=0x3:DDR3;=0x4:DDR4;[3:0] - must not be used for now;
5440   UCHAR                      ucMemoryVenderID;  // Predefined,never change across designs or memory type/vender. If not predefined, vendor detection table gets executed
5441   UCHAR                      ucRow;             // Number of Row,in power of 2;
5442   UCHAR                      ucColumn;          // Number of Column,in power of 2;
5443   UCHAR                      ucBank;            // Nunber of Bank;
5444   UCHAR                      ucRank;            // Number of Rank, in power of 2
5445         UCHAR                                                                                    ucBurstSize;                           // burst size, 0= burst size=4  1= burst size=8
5446   UCHAR                      ucDllDisBit;                               // position of DLL Enable/Disable bit in EMRS ( Extended Mode Register )
5447   UCHAR                      ucRefreshRateFactor;       // memory refresh rate in unit of ms    
5448         UCHAR                                                                                    ucDensity;                                     // _8Mx32, _16Mx32, _16Mx16, _32Mx16
5449         UCHAR                                                                                    ucPreamble;                            //[7:4] Write Preamble, [3:0] Read Preamble
5450   UCHAR                                                                                  ucMemAttrib;                           // Memory Device Addribute, like RDBI/WDBI etc
5451         ATOM_MEMORY_TIMING_FORMAT        asMemTiming[5];                //Memory Timing block sort from lower clock to higher clock
5452 }ATOM_MEMORY_FORMAT;
5453
5454
5455 typedef struct _ATOM_VRAM_MODULE_V3
5456 {
5457         ULONG                                                                                    ulChannelMapCfg;               // board dependent paramenter:Channel combination
5458         USHORT                                                                           usSize;                                                // size of ATOM_VRAM_MODULE_V3
5459   USHORT                     usDefaultMVDDQ;            // board dependent parameter:Default Memory Core Voltage
5460   USHORT                     usDefaultMVDDC;            // board dependent parameter:Default Memory IO Voltage
5461         UCHAR                      ucExtMemoryID;     // An external indicator (by hardcode, callback or pin) to tell what is the current memory module
5462   UCHAR                      ucChannelNum;      // board dependent parameter:Number of channel;
5463         UCHAR                                                                                    ucChannelSize;                 // board dependent parameter:32bit or 64bit     
5464         UCHAR                                                                                    ucVREFI;                                               // board dependnt parameter: EXT or INT +160mv to -140mv
5465         UCHAR                                                                                    ucNPL_RT;                                      // board dependent parameter:NPL round trip delay, used for calculate memory timing parameters
5466         UCHAR                                                                                    ucFlag;                                                // To enable/disable functionalities based on memory type
5467         ATOM_MEMORY_FORMAT                               asMemory;                                      // describ all of video memory parameters from memory spec
5468 }ATOM_VRAM_MODULE_V3;
5469
5470
5471 //ATOM_VRAM_MODULE_V3.ucNPL_RT
5472 #define NPL_RT_MASK                                                                                                                     0x0f
5473 #define BATTERY_ODT_MASK                                                                                                0xc0
5474
5475 #define ATOM_VRAM_MODULE                 ATOM_VRAM_MODULE_V3
5476
5477 typedef struct _ATOM_VRAM_MODULE_V4
5478 {
5479   ULONG   ulChannelMapCfg;                      // board dependent parameter: Channel combination
5480   USHORT  usModuleSize;                     // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
5481   USHORT  usPrivateReserved;                // BIOS internal reserved space to optimize code size, updated by the compiler, shouldn't be modified manually!!
5482                                             // MC_ARB_RAMCFG (includes NOOFBANK,NOOFRANKS,NOOFROWS,NOOFCOLS)
5483   USHORT  usReserved;
5484   UCHAR   ucExtMemoryID;                            // An external indicator (by hardcode, callback or pin) to tell what is the current memory module
5485   UCHAR   ucMemoryType;                     // [7:4]=0x1:DDR1;=0x2:DDR2;=0x3:DDR3;=0x4:DDR4; 0x5:DDR5 [3:0] - Must be 0x0 for now;
5486   UCHAR   ucChannelNum;                     // Number of channels present in this module config
5487   UCHAR   ucChannelWidth;                   // 0 - 32 bits; 1 - 64 bits
5488         UCHAR   ucDensity;                        // _8Mx32, _16Mx32, _16Mx16, _32Mx16
5489         UCHAR     ucFlag;                                                               // To enable/disable functionalities based on memory type
5490         UCHAR     ucMisc;                                                               // bit0: 0 - single rank; 1 - dual rank;   bit2: 0 - burstlength 4, 1 - burstlength 8
5491   UCHAR         ucVREFI;                          // board dependent parameter
5492   UCHAR   ucNPL_RT;                         // board dependent parameter:NPL round trip delay, used for calculate memory timing parameters
5493   UCHAR         ucPreamble;                       // [7:4] Write Preamble, [3:0] Read Preamble
5494   UCHAR   ucMemorySize;                     // BIOS internal reserved space to optimize code size, updated by the compiler, shouldn't be modified manually!!
5495                                             // Total memory size in unit of 16MB for CONFIG_MEMSIZE - bit[23:0] zeros
5496   UCHAR   ucReserved[3];
5497
5498 //compare with V3, we flat the struct by merging ATOM_MEMORY_FORMAT (as is) into V4 as the same level
5499   union{
5500     USHORT      usEMRS2Value;                   // EMRS2 Value is used for GDDR2 and GDDR4 memory type
5501     USHORT  usDDR3_Reserved;
5502   };
5503   union{
5504     USHORT      usEMRS3Value;                   // EMRS3 Value is used for GDDR2 and GDDR4 memory type
5505     USHORT  usDDR3_MR3;                     // Used for DDR3 memory
5506   };  
5507   UCHAR   ucMemoryVenderID;                         // Predefined, If not predefined, vendor detection table gets executed
5508   UCHAR   ucRefreshRateFactor;              // [1:0]=RefreshFactor (00=8ms, 01=16ms, 10=32ms,11=64ms)
5509   UCHAR   ucReserved2[2];
5510   ATOM_MEMORY_TIMING_FORMAT  asMemTiming[5];//Memory Timing block sort from lower clock to higher clock
5511 }ATOM_VRAM_MODULE_V4;
5512
5513 #define VRAM_MODULE_V4_MISC_RANK_MASK       0x3
5514 #define VRAM_MODULE_V4_MISC_DUAL_RANK       0x1
5515 #define VRAM_MODULE_V4_MISC_BL_MASK         0x4
5516 #define VRAM_MODULE_V4_MISC_BL8             0x4
5517 #define VRAM_MODULE_V4_MISC_DUAL_CS         0x10
5518
5519 typedef struct _ATOM_VRAM_MODULE_V5
5520 {
5521   ULONG   ulChannelMapCfg;                      // board dependent parameter: Channel combination
5522   USHORT  usModuleSize;                     // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
5523   USHORT  usPrivateReserved;                // BIOS internal reserved space to optimize code size, updated by the compiler, shouldn't be modified manually!!
5524                                             // MC_ARB_RAMCFG (includes NOOFBANK,NOOFRANKS,NOOFROWS,NOOFCOLS)
5525   USHORT  usReserved;
5526   UCHAR   ucExtMemoryID;                            // An external indicator (by hardcode, callback or pin) to tell what is the current memory module
5527   UCHAR   ucMemoryType;                     // [7:4]=0x1:DDR1;=0x2:DDR2;=0x3:DDR3;=0x4:DDR4; 0x5:DDR5 [3:0] - Must be 0x0 for now;
5528   UCHAR   ucChannelNum;                     // Number of channels present in this module config
5529   UCHAR   ucChannelWidth;                   // 0 - 32 bits; 1 - 64 bits
5530         UCHAR   ucDensity;                        // _8Mx32, _16Mx32, _16Mx16, _32Mx16
5531         UCHAR     ucFlag;                                                               // To enable/disable functionalities based on memory type
5532         UCHAR     ucMisc;                                                               // bit0: 0 - single rank; 1 - dual rank;   bit2: 0 - burstlength 4, 1 - burstlength 8
5533   UCHAR         ucVREFI;                          // board dependent parameter
5534   UCHAR   ucNPL_RT;                         // board dependent parameter:NPL round trip delay, used for calculate memory timing parameters
5535   UCHAR         ucPreamble;                       // [7:4] Write Preamble, [3:0] Read Preamble
5536   UCHAR   ucMemorySize;                     // BIOS internal reserved space to optimize code size, updated by the compiler, shouldn't be modified manually!!
5537                                             // Total memory size in unit of 16MB for CONFIG_MEMSIZE - bit[23:0] zeros
5538   UCHAR   ucReserved[3];
5539
5540 //compare with V3, we flat the struct by merging ATOM_MEMORY_FORMAT (as is) into V4 as the same level
5541   USHORT        usEMRS2Value;                               // EMRS2 Value is used for GDDR2 and GDDR4 memory type
5542   USHORT        usEMRS3Value;                               // EMRS3 Value is used for GDDR2 and GDDR4 memory type
5543   UCHAR   ucMemoryVenderID;                         // Predefined, If not predefined, vendor detection table gets executed
5544   UCHAR   ucRefreshRateFactor;              // [1:0]=RefreshFactor (00=8ms, 01=16ms, 10=32ms,11=64ms)
5545   UCHAR   ucFIFODepth;                                  // FIFO depth supposes to be detected during vendor detection, but if we dont do vendor detection we have to hardcode FIFO Depth
5546   UCHAR   ucCDR_Bandwidth;                 // [0:3]=Read CDR bandwidth, [4:7] - Write CDR Bandwidth
5547   ATOM_MEMORY_TIMING_FORMAT_V1  asMemTiming[5];//Memory Timing block sort from lower clock to higher clock
5548 }ATOM_VRAM_MODULE_V5;
5549
5550 typedef struct _ATOM_VRAM_MODULE_V6
5551 {
5552   ULONG   ulChannelMapCfg;                      // board dependent parameter: Channel combination
5553   USHORT  usModuleSize;                     // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
5554   USHORT  usPrivateReserved;                // BIOS internal reserved space to optimize code size, updated by the compiler, shouldn't be modified manually!!
5555                                             // MC_ARB_RAMCFG (includes NOOFBANK,NOOFRANKS,NOOFROWS,NOOFCOLS)
5556   USHORT  usReserved;
5557   UCHAR   ucExtMemoryID;                            // An external indicator (by hardcode, callback or pin) to tell what is the current memory module
5558   UCHAR   ucMemoryType;                     // [7:4]=0x1:DDR1;=0x2:DDR2;=0x3:DDR3;=0x4:DDR4; 0x5:DDR5 [3:0] - Must be 0x0 for now;
5559   UCHAR   ucChannelNum;                     // Number of channels present in this module config
5560   UCHAR   ucChannelWidth;                   // 0 - 32 bits; 1 - 64 bits
5561         UCHAR   ucDensity;                        // _8Mx32, _16Mx32, _16Mx16, _32Mx16
5562         UCHAR     ucFlag;                                                               // To enable/disable functionalities based on memory type
5563         UCHAR     ucMisc;                                                               // bit0: 0 - single rank; 1 - dual rank;   bit2: 0 - burstlength 4, 1 - burstlength 8
5564   UCHAR         ucVREFI;                          // board dependent parameter
5565   UCHAR   ucNPL_RT;                         // board dependent parameter:NPL round trip delay, used for calculate memory timing parameters
5566   UCHAR         ucPreamble;                       // [7:4] Write Preamble, [3:0] Read Preamble
5567   UCHAR   ucMemorySize;                     // BIOS internal reserved space to optimize code size, updated by the compiler, shouldn't be modified manually!!
5568                                             // Total memory size in unit of 16MB for CONFIG_MEMSIZE - bit[23:0] zeros
5569   UCHAR   ucReserved[3];
5570
5571 //compare with V3, we flat the struct by merging ATOM_MEMORY_FORMAT (as is) into V4 as the same level
5572   USHORT        usEMRS2Value;                               // EMRS2 Value is used for GDDR2 and GDDR4 memory type
5573   USHORT        usEMRS3Value;                               // EMRS3 Value is used for GDDR2 and GDDR4 memory type
5574   UCHAR   ucMemoryVenderID;                         // Predefined, If not predefined, vendor detection table gets executed
5575   UCHAR   ucRefreshRateFactor;              // [1:0]=RefreshFactor (00=8ms, 01=16ms, 10=32ms,11=64ms)
5576   UCHAR   ucFIFODepth;                                  // FIFO depth supposes to be detected during vendor detection, but if we dont do vendor detection we have to hardcode FIFO Depth
5577   UCHAR   ucCDR_Bandwidth;                 // [0:3]=Read CDR bandwidth, [4:7] - Write CDR Bandwidth
5578   ATOM_MEMORY_TIMING_FORMAT_V2  asMemTiming[5];//Memory Timing block sort from lower clock to higher clock
5579 }ATOM_VRAM_MODULE_V6;
5580
5581 typedef struct _ATOM_VRAM_MODULE_V7
5582 {
5583 // Design Specific Values
5584   ULONG   ulChannelMapCfg;                      // mmMC_SHARED_CHREMAP
5585   USHORT  usModuleSize;                     // Size of ATOM_VRAM_MODULE_V7
5586   USHORT  usPrivateReserved;                // MC_ARB_RAMCFG (includes NOOFBANK,NOOFRANKS,NOOFROWS,NOOFCOLS)
5587   USHORT  usReserved;
5588   UCHAR   ucExtMemoryID;                    // Current memory module ID
5589   UCHAR   ucMemoryType;                     // MEM_TYPE_DDR2/DDR3/GDDR3/GDDR5
5590   UCHAR   ucChannelNum;                     // Number of mem. channels supported in this module
5591   UCHAR   ucChannelWidth;                   // CHANNEL_16BIT/CHANNEL_32BIT/CHANNEL_64BIT
5592   UCHAR   ucDensity;                        // _8Mx32, _16Mx32, _16Mx16, _32Mx16
5593   UCHAR   ucReserve;                        // Former container for Mx_FLAGS like DBI_AC_MODE_ENABLE_ASIC for GDDR4. Not used now.
5594   UCHAR   ucMisc;                           // RANK_OF_THISMEMORY etc.
5595   UCHAR   ucVREFI;                          // Not used.
5596   UCHAR   ucNPL_RT;                         // Round trip delay (MC_SEQ_CAS_TIMING [28:24]:TCL=CL+NPL_RT-2). Always 2.
5597   UCHAR   ucPreamble;                       // [7:4] Write Preamble, [3:0] Read Preamble
5598   UCHAR   ucMemorySize;                     // Total memory size in unit of 16MB for CONFIG_MEMSIZE - bit[23:0] zeros
5599   UCHAR   ucReserved[3];
5600 // Memory Module specific values
5601   USHORT  usEMRS2Value;                     // EMRS2/MR2 Value. 
5602   USHORT  usEMRS3Value;                     // EMRS3/MR3 Value.
5603   UCHAR   ucMemoryVenderID;                 // [7:4] Revision, [3:0] Vendor code
5604   UCHAR   ucRefreshRateFactor;              // [1:0]=RefreshFactor (00=8ms, 01=16ms, 10=32ms,11=64ms)
5605   UCHAR   ucFIFODepth;                      // FIFO depth can be detected during vendor detection, here is hardcoded per memory
5606   UCHAR   ucCDR_Bandwidth;                  // [0:3]=Read CDR bandwidth, [4:7] - Write CDR Bandwidth
5607   char    strMemPNString[20];               // part number end with '0'. 
5608 }ATOM_VRAM_MODULE_V7;
5609
5610 typedef struct _ATOM_VRAM_INFO_V2
5611 {
5612   ATOM_COMMON_TABLE_HEADER   sHeader;
5613   UCHAR                      ucNumOfVRAMModule;
5614   ATOM_VRAM_MODULE           aVramInfo[ATOM_MAX_NUMBER_OF_VRAM_MODULE];      // just for allocation, real number of blocks is in ucNumOfVRAMModule;
5615 }ATOM_VRAM_INFO_V2;
5616
5617 typedef struct _ATOM_VRAM_INFO_V3
5618 {
5619   ATOM_COMMON_TABLE_HEADER   sHeader;
5620         USHORT                                                                           usMemAdjustTblOffset;                                                                                                   // offset of ATOM_INIT_REG_BLOCK structure for memory vendor specific MC adjust setting
5621         USHORT                                                                           usMemClkPatchTblOffset;                                                                                                 //     offset of ATOM_INIT_REG_BLOCK structure for memory clock specific MC setting
5622         USHORT                                                                           usRerseved;
5623         UCHAR                            aVID_PinsShift[9];                                                                                                                      // 8 bit strap maximum+terminator
5624   UCHAR                      ucNumOfVRAMModule;
5625   ATOM_VRAM_MODULE                     aVramInfo[ATOM_MAX_NUMBER_OF_VRAM_MODULE];      // just for allocation, real number of blocks is in ucNumOfVRAMModule;
5626         ATOM_INIT_REG_BLOCK                              asMemPatch;                                                                                                                                             // for allocation
5627                                                                                                                                                                                                                                                                                                                  //     ATOM_INIT_REG_BLOCK                              aMemAdjust;
5628 }ATOM_VRAM_INFO_V3;
5629
5630 #define ATOM_VRAM_INFO_LAST          ATOM_VRAM_INFO_V3
5631
5632 typedef struct _ATOM_VRAM_INFO_V4
5633 {
5634   ATOM_COMMON_TABLE_HEADER   sHeader;
5635         USHORT                                                                           usMemAdjustTblOffset;                                                                                                   // offset of ATOM_INIT_REG_BLOCK structure for memory vendor specific MC adjust setting
5636         USHORT                                                                           usMemClkPatchTblOffset;                                                                                                 //     offset of ATOM_INIT_REG_BLOCK structure for memory clock specific MC setting
5637         USHORT                                                                           usRerseved;
5638         UCHAR                            ucMemDQ7_0ByteRemap;                                                                                                      // DQ line byte remap, =0: Memory Data line BYTE0, =1: BYTE1, =2: BYTE2, =3: BYTE3
5639   ULONG                      ulMemDQ7_0BitRemap;                             // each DQ line ( 7~0) use 3bits, like: DQ0=Bit[2:0], DQ1:[5:3], ... DQ7:[23:21]
5640   UCHAR                      ucReservde[4]; 
5641   UCHAR                      ucNumOfVRAMModule;
5642   ATOM_VRAM_MODULE_V4                aVramInfo[ATOM_MAX_NUMBER_OF_VRAM_MODULE];      // just for allocation, real number of blocks is in ucNumOfVRAMModule;
5643         ATOM_INIT_REG_BLOCK                              asMemPatch;                                                                                                                                             // for allocation
5644                                                                                                                                                                                                                                                                                                                  //     ATOM_INIT_REG_BLOCK                              aMemAdjust;
5645 }ATOM_VRAM_INFO_V4;
5646
5647 typedef struct _ATOM_VRAM_INFO_HEADER_V2_1
5648 {
5649   ATOM_COMMON_TABLE_HEADER   sHeader;
5650         USHORT                                                                           usMemAdjustTblOffset;                                                                                                   // offset of ATOM_INIT_REG_BLOCK structure for memory vendor specific MC adjust setting
5651         USHORT                                                                           usMemClkPatchTblOffset;                                                                                                 //     offset of ATOM_INIT_REG_BLOCK structure for memory clock specific MC setting
5652         USHORT                                                                           usReserved[4];
5653   UCHAR                      ucNumOfVRAMModule;                              // indicate number of VRAM module
5654   UCHAR                      ucMemoryClkPatchTblVer;                         // version of memory AC timing register list
5655   UCHAR                      ucVramModuleVer;                                // indicate ATOM_VRAM_MODUE version
5656   UCHAR                      ucReserved; 
5657   ATOM_VRAM_MODULE_V7                aVramInfo[ATOM_MAX_NUMBER_OF_VRAM_MODULE];      // just for allocation, real number of blocks is in ucNumOfVRAMModule;
5658 }ATOM_VRAM_INFO_HEADER_V2_1;
5659
5660
5661 typedef struct _ATOM_VRAM_GPIO_DETECTION_INFO
5662 {
5663   ATOM_COMMON_TABLE_HEADER   sHeader;
5664   UCHAR                          aVID_PinsShift[9];   //8 bit strap maximum+terminator
5665 }ATOM_VRAM_GPIO_DETECTION_INFO;
5666
5667
5668 typedef struct _ATOM_MEMORY_TRAINING_INFO
5669 {
5670         ATOM_COMMON_TABLE_HEADER   sHeader;
5671         UCHAR                                                                                    ucTrainingLoop;
5672         UCHAR                                                                                    ucReserved[3];
5673         ATOM_INIT_REG_BLOCK                              asMemTrainingSetting;
5674 }ATOM_MEMORY_TRAINING_INFO;
5675
5676
5677 typedef struct SW_I2C_CNTL_DATA_PARAMETERS
5678 {
5679   UCHAR    ucControl;
5680   UCHAR    ucData; 
5681   UCHAR    ucSatus; 
5682   UCHAR    ucTemp; 
5683 } SW_I2C_CNTL_DATA_PARAMETERS;
5684
5685 #define SW_I2C_CNTL_DATA_PS_ALLOCATION  SW_I2C_CNTL_DATA_PARAMETERS
5686
5687 typedef struct _SW_I2C_IO_DATA_PARAMETERS
5688 {                               
5689   USHORT   GPIO_Info;
5690   UCHAR    ucAct; 
5691   UCHAR    ucData; 
5692  } SW_I2C_IO_DATA_PARAMETERS;
5693
5694 #define SW_I2C_IO_DATA_PS_ALLOCATION  SW_I2C_IO_DATA_PARAMETERS
5695
5696 /****************************SW I2C CNTL DEFINITIONS**********************/
5697 #define SW_I2C_IO_RESET       0
5698 #define SW_I2C_IO_GET         1
5699 #define SW_I2C_IO_DRIVE       2
5700 #define SW_I2C_IO_SET         3
5701 #define SW_I2C_IO_START       4
5702
5703 #define SW_I2C_IO_CLOCK       0
5704 #define SW_I2C_IO_DATA        0x80
5705
5706 #define SW_I2C_IO_ZERO        0
5707 #define SW_I2C_IO_ONE         0x100
5708
5709 #define SW_I2C_CNTL_READ      0
5710 #define SW_I2C_CNTL_WRITE     1
5711 #define SW_I2C_CNTL_START     2
5712 #define SW_I2C_CNTL_STOP      3
5713 #define SW_I2C_CNTL_OPEN      4
5714 #define SW_I2C_CNTL_CLOSE     5
5715 #define SW_I2C_CNTL_WRITE1BIT 6
5716
5717 //==============================VESA definition Portion===============================
5718 #define VESA_OEM_PRODUCT_REV                                "01.00"
5719 #define VESA_MODE_ATTRIBUTE_MODE_SUPPORT             0xBB       //refer to VBE spec p.32, no TTY support
5720 #define VESA_MODE_WIN_ATTRIBUTE                                              7
5721 #define VESA_WIN_SIZE                                                                                        64
5722
5723 typedef struct _PTR_32_BIT_STRUCTURE
5724 {
5725         USHORT  Offset16;                       
5726         USHORT  Segment16;                              
5727 } PTR_32_BIT_STRUCTURE;
5728
5729 typedef union _PTR_32_BIT_UNION
5730 {
5731         PTR_32_BIT_STRUCTURE    SegmentOffset;
5732         ULONG                                           Ptr32_Bit;
5733 } PTR_32_BIT_UNION;
5734
5735 typedef struct _VBE_1_2_INFO_BLOCK_UPDATABLE
5736 {
5737         UCHAR                                 VbeSignature[4];
5738         USHORT                              VbeVersion;
5739         PTR_32_BIT_UNION        OemStringPtr;
5740         UCHAR                                 Capabilities[4];
5741         PTR_32_BIT_UNION        VideoModePtr;
5742         USHORT                              TotalMemory;
5743 } VBE_1_2_INFO_BLOCK_UPDATABLE;
5744
5745
5746 typedef struct _VBE_2_0_INFO_BLOCK_UPDATABLE
5747 {
5748         VBE_1_2_INFO_BLOCK_UPDATABLE    CommonBlock;
5749         USHORT                                                      OemSoftRev;
5750         PTR_32_BIT_UNION                                OemVendorNamePtr;
5751         PTR_32_BIT_UNION                                OemProductNamePtr;
5752         PTR_32_BIT_UNION                                OemProductRevPtr;
5753 } VBE_2_0_INFO_BLOCK_UPDATABLE;
5754
5755 typedef union _VBE_VERSION_UNION
5756 {
5757         VBE_2_0_INFO_BLOCK_UPDATABLE    VBE_2_0_InfoBlock;
5758         VBE_1_2_INFO_BLOCK_UPDATABLE    VBE_1_2_InfoBlock;
5759 } VBE_VERSION_UNION;
5760
5761 typedef struct _VBE_INFO_BLOCK
5762 {
5763         VBE_VERSION_UNION                       UpdatableVBE_Info;
5764         UCHAR                                                 Reserved[222];
5765         UCHAR                                                 OemData[256];
5766 } VBE_INFO_BLOCK;
5767
5768 typedef struct _VBE_FP_INFO
5769 {
5770   USHORT        HSize;
5771         USHORT  VSize;
5772         USHORT  FPType;
5773         UCHAR           RedBPP;
5774         UCHAR           GreenBPP;
5775         UCHAR           BlueBPP;
5776         UCHAR           ReservedBPP;
5777         ULONG           RsvdOffScrnMemSize;
5778         ULONG           RsvdOffScrnMEmPtr;
5779         UCHAR           Reserved[14];
5780 } VBE_FP_INFO;
5781
5782 typedef struct _VESA_MODE_INFO_BLOCK
5783 {
5784 // Mandatory information for all VBE revisions
5785   USHORT    ModeAttributes;  //                 dw      ?       ; mode attributes
5786         UCHAR     WinAAttributes;  //                   db      ?       ; window A attributes
5787         UCHAR     WinBAttributes;  //                   db      ?       ; window B attributes
5788         USHORT    WinGranularity;  //                   dw      ?       ; window granularity
5789         USHORT    WinSize;         //                   dw      ?       ; window size
5790         USHORT    WinASegment;     //                   dw      ?       ; window A start segment
5791         USHORT    WinBSegment;     //                   dw      ?       ; window B start segment
5792         ULONG     WinFuncPtr;      //                   dd      ?       ; real mode pointer to window function
5793         USHORT    BytesPerScanLine;//                   dw      ?       ; bytes per scan line
5794
5795 //; Mandatory information for VBE 1.2 and above
5796   USHORT    XResolution;      //                        dw      ?       ; horizontal resolution in pixels or characters
5797         USHORT    YResolution;      //                  dw      ?       ; vertical resolution in pixels or characters
5798         UCHAR     XCharSize;        //                  db      ?       ; character cell width in pixels
5799         UCHAR     YCharSize;        //                  db      ?       ; character cell height in pixels
5800         UCHAR     NumberOfPlanes;   //                  db      ?       ; number of memory planes
5801         UCHAR     BitsPerPixel;     //                  db      ?       ; bits per pixel
5802         UCHAR     NumberOfBanks;    //                  db      ?       ; number of banks
5803         UCHAR     MemoryModel;      //                  db      ?       ; memory model type
5804         UCHAR     BankSize;         //                  db      ?       ; bank size in KB
5805         UCHAR     NumberOfImagePages;//           db    ?       ; number of images
5806         UCHAR     ReservedForPageFunction;//db  1       ; reserved for page function
5807
5808 //; Direct Color fields(required for direct/6 and YUV/7 memory models)
5809         UCHAR                   RedMaskSize;        //          db      ?       ; size of direct color red mask in bits
5810         UCHAR                   RedFieldPosition;   //          db      ?       ; bit position of lsb of red mask
5811         UCHAR                   GreenMaskSize;      //          db      ?       ; size of direct color green mask in bits
5812         UCHAR                   GreenFieldPosition; //          db      ?       ; bit position of lsb of green mask
5813         UCHAR                   BlueMaskSize;       //          db      ?       ; size of direct color blue mask in bits
5814         UCHAR                   BlueFieldPosition;  //          db      ?       ; bit position of lsb of blue mask
5815         UCHAR                   RsvdMaskSize;       //          db      ?       ; size of direct color reserved mask in bits
5816         UCHAR                   RsvdFieldPosition;  //          db      ?       ; bit position of lsb of reserved mask
5817         UCHAR                   DirectColorModeInfo;//          db      ?       ; direct color mode attributes
5818
5819 //; Mandatory information for VBE 2.0 and above
5820         ULONG                   PhysBasePtr;        //          dd      ?       ; physical address for flat memory frame buffer
5821         ULONG                   Reserved_1;         //          dd      0       ; reserved - always set to 0
5822         USHORT          Reserved_2;         //    dw    0       ; reserved - always set to 0
5823
5824 //; Mandatory information for VBE 3.0 and above
5825         USHORT          LinBytesPerScanLine;  //        dw      ?       ; bytes per scan line for linear modes
5826         UCHAR                   BnkNumberOfImagePages;//        db      ?       ; number of images for banked modes
5827         UCHAR                   LinNumberOfImagPages; //        db      ?       ; number of images for linear modes
5828         UCHAR                   LinRedMaskSize;       //        db      ?       ; size of direct color red mask(linear modes)
5829         UCHAR                   LinRedFieldPosition;  //        db      ?       ; bit position of lsb of red mask(linear modes)
5830         UCHAR                   LinGreenMaskSize;     //        db      ?       ; size of direct color green mask(linear modes)
5831         UCHAR                   LinGreenFieldPosition;//        db      ?       ; bit position of lsb of green mask(linear modes)
5832         UCHAR                   LinBlueMaskSize;      //        db      ?       ; size of direct color blue mask(linear modes)
5833         UCHAR                   LinBlueFieldPosition; //        db      ?       ; bit position of lsb of blue mask(linear modes)
5834         UCHAR                   LinRsvdMaskSize;      //        db      ?       ; size of direct color reserved mask(linear modes)
5835         UCHAR                   LinRsvdFieldPosition; //        db      ?       ; bit position of lsb of reserved mask(linear modes)
5836         ULONG                   MaxPixelClock;        //        dd      ?       ; maximum pixel clock(in Hz) for graphics mode
5837         UCHAR                   Reserved;             //        db      190 dup (0)
5838 } VESA_MODE_INFO_BLOCK;
5839
5840 // BIOS function CALLS
5841 #define ATOM_BIOS_EXTENDED_FUNCTION_CODE        0xA0            // ATI Extended Function code
5842 #define ATOM_BIOS_FUNCTION_COP_MODE             0x00
5843 #define ATOM_BIOS_FUNCTION_SHORT_QUERY1         0x04
5844 #define ATOM_BIOS_FUNCTION_SHORT_QUERY2         0x05
5845 #define ATOM_BIOS_FUNCTION_SHORT_QUERY3         0x06
5846 #define ATOM_BIOS_FUNCTION_GET_DDC              0x0B   
5847 #define ATOM_BIOS_FUNCTION_ASIC_DSTATE          0x0E
5848 #define ATOM_BIOS_FUNCTION_DEBUG_PLAY           0x0F
5849 #define ATOM_BIOS_FUNCTION_STV_STD              0x16
5850 #define ATOM_BIOS_FUNCTION_DEVICE_DET           0x17
5851 #define ATOM_BIOS_FUNCTION_DEVICE_SWITCH        0x18
5852
5853 #define ATOM_BIOS_FUNCTION_PANEL_CONTROL        0x82
5854 #define ATOM_BIOS_FUNCTION_OLD_DEVICE_DET       0x83
5855 #define ATOM_BIOS_FUNCTION_OLD_DEVICE_SWITCH    0x84
5856 #define ATOM_BIOS_FUNCTION_HW_ICON              0x8A 
5857 #define ATOM_BIOS_FUNCTION_SET_CMOS             0x8B
5858 #define SUB_FUNCTION_UPDATE_DISPLAY_INFO        0x8000          // Sub function 80
5859 #define SUB_FUNCTION_UPDATE_EXPANSION_INFO      0x8100          // Sub function 80
5860
5861 #define ATOM_BIOS_FUNCTION_DISPLAY_INFO         0x8D
5862 #define ATOM_BIOS_FUNCTION_DEVICE_ON_OFF        0x8E
5863 #define ATOM_BIOS_FUNCTION_VIDEO_STATE          0x8F 
5864 #define ATOM_SUB_FUNCTION_GET_CRITICAL_STATE    0x0300          // Sub function 03  
5865 #define ATOM_SUB_FUNCTION_GET_LIDSTATE          0x0700          // Sub function 7
5866 #define ATOM_SUB_FUNCTION_THERMAL_STATE_NOTICE  0x1400          // Notify caller the current thermal state
5867 #define ATOM_SUB_FUNCTION_CRITICAL_STATE_NOTICE 0x8300          // Notify caller the current critical state
5868 #define ATOM_SUB_FUNCTION_SET_LIDSTATE          0x8500          // Sub function 85
5869 #define ATOM_SUB_FUNCTION_GET_REQ_DISPLAY_FROM_SBIOS_MODE 0x8900// Sub function 89
5870 #define ATOM_SUB_FUNCTION_INFORM_ADC_SUPPORT    0x9400          // Notify caller that ADC is supported
5871      
5872
5873 #define ATOM_BIOS_FUNCTION_VESA_DPMS            0x4F10          // Set DPMS 
5874 #define ATOM_SUB_FUNCTION_SET_DPMS              0x0001          // BL: Sub function 01 
5875 #define ATOM_SUB_FUNCTION_GET_DPMS              0x0002          // BL: Sub function 02 
5876 #define ATOM_PARAMETER_VESA_DPMS_ON             0x0000          // BH Parameter for DPMS ON.  
5877 #define ATOM_PARAMETER_VESA_DPMS_STANDBY        0x0100          // BH Parameter for DPMS STANDBY  
5878 #define ATOM_PARAMETER_VESA_DPMS_SUSPEND        0x0200          // BH Parameter for DPMS SUSPEND
5879 #define ATOM_PARAMETER_VESA_DPMS_OFF            0x0400          // BH Parameter for DPMS OFF
5880 #define ATOM_PARAMETER_VESA_DPMS_REDUCE_ON      0x0800          // BH Parameter for DPMS REDUCE ON (NOT SUPPORTED)
5881
5882 #define ATOM_BIOS_RETURN_CODE_MASK              0x0000FF00L
5883 #define ATOM_BIOS_REG_HIGH_MASK                 0x0000FF00L
5884 #define ATOM_BIOS_REG_LOW_MASK                  0x000000FFL
5885
5886 // structure used for VBIOS only
5887
5888 //DispOutInfoTable
5889 typedef struct _ASIC_TRANSMITTER_INFO
5890 {
5891         USHORT usTransmitterObjId;
5892         USHORT usSupportDevice;
5893   UCHAR  ucTransmitterCmdTblId;
5894         UCHAR  ucConfig;
5895         UCHAR  ucEncoderID;                                      //available 1st encoder ( default )
5896         UCHAR  ucOptionEncoderID;    //available 2nd encoder ( optional )
5897         UCHAR  uc2ndEncoderID;
5898         UCHAR  ucReserved;
5899 }ASIC_TRANSMITTER_INFO;
5900
5901 #define ASIC_TRANSMITTER_INFO_CONFIG__DVO_SDR_MODE          0x01
5902 #define ASIC_TRANSMITTER_INFO_CONFIG__COHERENT_MODE         0x02
5903 #define ASIC_TRANSMITTER_INFO_CONFIG__ENCODEROBJ_ID_MASK    0xc4
5904 #define ASIC_TRANSMITTER_INFO_CONFIG__ENCODER_A             0x00
5905 #define ASIC_TRANSMITTER_INFO_CONFIG__ENCODER_B             0x04
5906 #define ASIC_TRANSMITTER_INFO_CONFIG__ENCODER_C             0x40
5907 #define ASIC_TRANSMITTER_INFO_CONFIG__ENCODER_D             0x44
5908 #define ASIC_TRANSMITTER_INFO_CONFIG__ENCODER_E             0x80
5909 #define ASIC_TRANSMITTER_INFO_CONFIG__ENCODER_F             0x84
5910
5911 typedef struct _ASIC_ENCODER_INFO
5912 {
5913         UCHAR ucEncoderID;
5914         UCHAR ucEncoderConfig;
5915   USHORT usEncoderCmdTblId;
5916 }ASIC_ENCODER_INFO;
5917
5918 typedef struct _ATOM_DISP_OUT_INFO
5919 {
5920   ATOM_COMMON_TABLE_HEADER sHeader;  
5921         USHORT ptrTransmitterInfo;
5922         USHORT ptrEncoderInfo;
5923         ASIC_TRANSMITTER_INFO  asTransmitterInfo[1];
5924         ASIC_ENCODER_INFO      asEncoderInfo[1];
5925 }ATOM_DISP_OUT_INFO;
5926
5927 typedef struct _ATOM_DISP_OUT_INFO_V2
5928 {
5929   ATOM_COMMON_TABLE_HEADER sHeader;  
5930         USHORT ptrTransmitterInfo;
5931         USHORT ptrEncoderInfo;
5932   USHORT ptrMainCallParserFar;                  // direct address of main parser call in VBIOS binary. 
5933         ASIC_TRANSMITTER_INFO  asTransmitterInfo[1];
5934         ASIC_ENCODER_INFO      asEncoderInfo[1];
5935 }ATOM_DISP_OUT_INFO_V2;
5936
5937 // DispDevicePriorityInfo
5938 typedef struct _ATOM_DISPLAY_DEVICE_PRIORITY_INFO
5939 {
5940   ATOM_COMMON_TABLE_HEADER sHeader;  
5941         USHORT asDevicePriority[16];
5942 }ATOM_DISPLAY_DEVICE_PRIORITY_INFO;
5943
5944 //ProcessAuxChannelTransactionTable
5945 typedef struct _PROCESS_AUX_CHANNEL_TRANSACTION_PARAMETERS
5946 {
5947         USHORT  lpAuxRequest;
5948         USHORT  lpDataOut;
5949         UCHAR           ucChannelID;
5950         union
5951         {
5952   UCHAR   ucReplyStatus;
5953         UCHAR   ucDelay;
5954         };
5955   UCHAR   ucDataOutLen;
5956         UCHAR   ucReserved;
5957 }PROCESS_AUX_CHANNEL_TRANSACTION_PARAMETERS;
5958
5959 //ProcessAuxChannelTransactionTable
5960 typedef struct _PROCESS_AUX_CHANNEL_TRANSACTION_PARAMETERS_V2
5961 {
5962         USHORT  lpAuxRequest;
5963         USHORT  lpDataOut;
5964         UCHAR           ucChannelID;
5965         union
5966         {
5967   UCHAR   ucReplyStatus;
5968         UCHAR   ucDelay;
5969         };
5970   UCHAR   ucDataOutLen;
5971         UCHAR   ucHPD_ID;                                       //=0: HPD1, =1: HPD2, =2: HPD3, =3: HPD4, =4: HPD5, =5: HPD6
5972 }PROCESS_AUX_CHANNEL_TRANSACTION_PARAMETERS_V2;
5973
5974 #define PROCESS_AUX_CHANNEL_TRANSACTION_PS_ALLOCATION                   PROCESS_AUX_CHANNEL_TRANSACTION_PARAMETERS
5975
5976 //GetSinkType
5977
5978 typedef struct _DP_ENCODER_SERVICE_PARAMETERS
5979 {
5980         USHORT ucLinkClock;
5981         union 
5982         {
5983         UCHAR ucConfig;                         // for DP training command
5984         UCHAR ucI2cId;                          // use for GET_SINK_TYPE command
5985         };
5986         UCHAR ucAction;
5987         UCHAR ucStatus;
5988         UCHAR ucLaneNum;
5989         UCHAR ucReserved[2];
5990 }DP_ENCODER_SERVICE_PARAMETERS;
5991
5992 // ucAction
5993 #define ATOM_DP_ACTION_GET_SINK_TYPE                                                    0x01
5994 /* obselete */
5995 #define ATOM_DP_ACTION_TRAINING_START                                                   0x02
5996 #define ATOM_DP_ACTION_TRAINING_COMPLETE                                        0x03
5997 #define ATOM_DP_ACTION_TRAINING_PATTERN_SEL                             0x04
5998 #define ATOM_DP_ACTION_SET_VSWING_PREEMP                                        0x05
5999 #define ATOM_DP_ACTION_GET_VSWING_PREEMP                                        0x06
6000 #define ATOM_DP_ACTION_BLANKING                   0x07
6001
6002 // ucConfig
6003 #define ATOM_DP_CONFIG_ENCODER_SEL_MASK                                         0x03
6004 #define ATOM_DP_CONFIG_DIG1_ENCODER                                                             0x00
6005 #define ATOM_DP_CONFIG_DIG2_ENCODER                                                             0x01
6006 #define ATOM_DP_CONFIG_EXTERNAL_ENCODER                                         0x02
6007 #define ATOM_DP_CONFIG_LINK_SEL_MASK                                                    0x04
6008 #define ATOM_DP_CONFIG_LINK_A                                                                                   0x00
6009 #define ATOM_DP_CONFIG_LINK_B                                                                                   0x04
6010 /* /obselete */
6011 #define DP_ENCODER_SERVICE_PS_ALLOCATION                                WRITE_ONE_BYTE_HW_I2C_DATA_PARAMETERS
6012
6013
6014 typedef struct _DP_ENCODER_SERVICE_PARAMETERS_V2
6015 {
6016         USHORT usExtEncoderObjId;   // External Encoder Object Id, output parameter only, use when ucAction = DP_SERVICE_V2_ACTION_DET_EXT_CONNECTION
6017   UCHAR  ucAuxId;
6018   UCHAR  ucAction;
6019   UCHAR  ucSinkType;          // Iput and Output parameters. 
6020   UCHAR  ucHPDId;             // Input parameter, used when ucAction = DP_SERVICE_V2_ACTION_DET_EXT_CONNECTION
6021         UCHAR  ucReserved[2];
6022 }DP_ENCODER_SERVICE_PARAMETERS_V2;
6023
6024 typedef struct _DP_ENCODER_SERVICE_PS_ALLOCATION_V2
6025 {
6026   DP_ENCODER_SERVICE_PARAMETERS_V2 asDPServiceParam;
6027   PROCESS_AUX_CHANNEL_TRANSACTION_PARAMETERS_V2 asAuxParam;
6028 }DP_ENCODER_SERVICE_PS_ALLOCATION_V2;
6029
6030 // ucAction
6031 #define DP_SERVICE_V2_ACTION_GET_SINK_TYPE                                                      0x01
6032 #define DP_SERVICE_V2_ACTION_DET_LCD_CONNECTION                     0x02
6033
6034
6035 // DP_TRAINING_TABLE
6036 #define DPCD_SET_LINKRATE_LANENUM_PATTERN1_TBL_ADDR                             ATOM_DP_TRAINING_TBL_ADDR               
6037 #define DPCD_SET_SS_CNTL_TBL_ADDR                                                                                                       (ATOM_DP_TRAINING_TBL_ADDR + 8 )
6038 #define DPCD_SET_LANE_VSWING_PREEMP_TBL_ADDR                                                    (ATOM_DP_TRAINING_TBL_ADDR + 16 )
6039 #define DPCD_SET_TRAINING_PATTERN0_TBL_ADDR                                                             (ATOM_DP_TRAINING_TBL_ADDR + 24 )
6040 #define DPCD_SET_TRAINING_PATTERN2_TBL_ADDR                                                             (ATOM_DP_TRAINING_TBL_ADDR + 32)
6041 #define DPCD_GET_LINKRATE_LANENUM_SS_TBL_ADDR                                                   (ATOM_DP_TRAINING_TBL_ADDR + 40)
6042 #define DPCD_GET_LANE_STATUS_ADJUST_TBL_ADDR                                                    (ATOM_DP_TRAINING_TBL_ADDR + 48)
6043 #define DP_I2C_AUX_DDC_WRITE_START_TBL_ADDR                                                             (ATOM_DP_TRAINING_TBL_ADDR + 60)
6044 #define DP_I2C_AUX_DDC_WRITE_TBL_ADDR                                                                                   (ATOM_DP_TRAINING_TBL_ADDR + 64)
6045 #define DP_I2C_AUX_DDC_READ_START_TBL_ADDR                                                              (ATOM_DP_TRAINING_TBL_ADDR + 72)
6046 #define DP_I2C_AUX_DDC_READ_TBL_ADDR                                                                                    (ATOM_DP_TRAINING_TBL_ADDR + 76)
6047 #define DP_I2C_AUX_DDC_WRITE_END_TBL_ADDR                 (ATOM_DP_TRAINING_TBL_ADDR + 80) 
6048 #define DP_I2C_AUX_DDC_READ_END_TBL_ADDR                                                                        (ATOM_DP_TRAINING_TBL_ADDR + 84)
6049
6050 typedef struct _PROCESS_I2C_CHANNEL_TRANSACTION_PARAMETERS
6051 {
6052         UCHAR   ucI2CSpeed;
6053         union
6054         {
6055    UCHAR ucRegIndex;
6056    UCHAR ucStatus;
6057         };
6058         USHORT  lpI2CDataOut;
6059   UCHAR   ucFlag;               
6060   UCHAR   ucTransBytes;
6061   UCHAR   ucSlaveAddr;
6062   UCHAR   ucLineNumber;
6063 }PROCESS_I2C_CHANNEL_TRANSACTION_PARAMETERS;
6064
6065 #define PROCESS_I2C_CHANNEL_TRANSACTION_PS_ALLOCATION       PROCESS_I2C_CHANNEL_TRANSACTION_PARAMETERS
6066
6067 //ucFlag
6068 #define HW_I2C_WRITE        1
6069 #define HW_I2C_READ         0
6070 #define I2C_2BYTE_ADDR      0x02
6071
6072 typedef struct _SET_HWBLOCK_INSTANCE_PARAMETER_V2
6073 {
6074    UCHAR ucHWBlkInst;                // HW block instance, 0, 1, 2, ...
6075    UCHAR ucReserved[3]; 
6076 }SET_HWBLOCK_INSTANCE_PARAMETER_V2;
6077
6078 #define HWBLKINST_INSTANCE_MASK       0x07
6079 #define HWBLKINST_HWBLK_MASK          0xF0
6080 #define HWBLKINST_HWBLK_SHIFT         0x04
6081
6082 //ucHWBlock
6083 #define SELECT_DISP_ENGINE            0
6084 #define SELECT_DISP_PLL               1
6085 #define SELECT_DCIO_UNIPHY_LINK0      2
6086 #define SELECT_DCIO_UNIPHY_LINK1      3
6087 #define SELECT_DCIO_IMPCAL            4
6088 #define SELECT_DCIO_DIG               6
6089 #define SELECT_CRTC_PIXEL_RATE        7
6090 #define SELECT_VGA_BLK                8
6091
6092 /****************************************************************************/  
6093 //Portion VI: Definitinos for vbios MC scratch registers that driver used
6094 /****************************************************************************/
6095
6096 #define MC_MISC0__MEMORY_TYPE_MASK    0xF0000000
6097 #define MC_MISC0__MEMORY_TYPE__GDDR1  0x10000000
6098 #define MC_MISC0__MEMORY_TYPE__DDR2   0x20000000
6099 #define MC_MISC0__MEMORY_TYPE__GDDR3  0x30000000
6100 #define MC_MISC0__MEMORY_TYPE__GDDR4  0x40000000
6101 #define MC_MISC0__MEMORY_TYPE__GDDR5  0x50000000
6102 #define MC_MISC0__MEMORY_TYPE__DDR3   0xB0000000
6103
6104 /****************************************************************************/  
6105 //Portion VI: Definitinos being oboselete
6106 /****************************************************************************/
6107
6108 //==========================================================================================
6109 //Remove the definitions below when driver is ready!
6110 typedef struct _ATOM_DAC_INFO
6111 {
6112   ATOM_COMMON_TABLE_HEADER sHeader;  
6113   USHORT                   usMaxFrequency;      // in 10kHz unit
6114   USHORT                   usReserved;
6115 }ATOM_DAC_INFO;
6116
6117
6118 typedef struct  _COMPASSIONATE_DATA           
6119 {
6120   ATOM_COMMON_TABLE_HEADER sHeader; 
6121
6122   //==============================  DAC1 portion
6123   UCHAR   ucDAC1_BG_Adjustment;
6124   UCHAR   ucDAC1_DAC_Adjustment;
6125   USHORT  usDAC1_FORCE_Data;
6126   //==============================  DAC2 portion
6127   UCHAR   ucDAC2_CRT2_BG_Adjustment;
6128   UCHAR   ucDAC2_CRT2_DAC_Adjustment;
6129   USHORT  usDAC2_CRT2_FORCE_Data;
6130   USHORT  usDAC2_CRT2_MUX_RegisterIndex;
6131   UCHAR   ucDAC2_CRT2_MUX_RegisterInfo;     //Bit[4:0]=Bit position,Bit[7]=1:Active High;=0 Active Low
6132   UCHAR   ucDAC2_NTSC_BG_Adjustment;
6133   UCHAR   ucDAC2_NTSC_DAC_Adjustment;
6134   USHORT  usDAC2_TV1_FORCE_Data;
6135   USHORT  usDAC2_TV1_MUX_RegisterIndex;
6136   UCHAR   ucDAC2_TV1_MUX_RegisterInfo;      //Bit[4:0]=Bit position,Bit[7]=1:Active High;=0 Active Low
6137   UCHAR   ucDAC2_CV_BG_Adjustment;
6138   UCHAR   ucDAC2_CV_DAC_Adjustment;
6139   USHORT  usDAC2_CV_FORCE_Data;
6140   USHORT  usDAC2_CV_MUX_RegisterIndex;
6141   UCHAR   ucDAC2_CV_MUX_RegisterInfo;       //Bit[4:0]=Bit position,Bit[7]=1:Active High;=0 Active Low
6142   UCHAR   ucDAC2_PAL_BG_Adjustment;
6143   UCHAR   ucDAC2_PAL_DAC_Adjustment;
6144   USHORT  usDAC2_TV2_FORCE_Data;
6145 }COMPASSIONATE_DATA;
6146
6147 /****************************Supported Device Info Table Definitions**********************/
6148 //  ucConnectInfo:
6149 //    [7:4] - connector type
6150 //      = 1   - VGA connector   
6151 //      = 2   - DVI-I
6152 //      = 3   - DVI-D
6153 //      = 4   - DVI-A
6154 //      = 5   - SVIDEO
6155 //      = 6   - COMPOSITE
6156 //      = 7   - LVDS
6157 //      = 8   - DIGITAL LINK
6158 //      = 9   - SCART
6159 //      = 0xA - HDMI_type A
6160 //      = 0xB - HDMI_type B
6161 //      = 0xE - Special case1 (DVI+DIN)
6162 //      Others=TBD
6163 //    [3:0] - DAC Associated
6164 //      = 0   - no DAC
6165 //      = 1   - DACA
6166 //      = 2   - DACB
6167 //      = 3   - External DAC
6168 //      Others=TBD
6169 //    
6170
6171 typedef struct _ATOM_CONNECTOR_INFO
6172 {
6173 #if ATOM_BIG_ENDIAN
6174   UCHAR   bfConnectorType:4;
6175   UCHAR   bfAssociatedDAC:4;
6176 #else
6177   UCHAR   bfAssociatedDAC:4;
6178   UCHAR   bfConnectorType:4;
6179 #endif
6180 }ATOM_CONNECTOR_INFO;
6181
6182 typedef union _ATOM_CONNECTOR_INFO_ACCESS
6183 {
6184   ATOM_CONNECTOR_INFO sbfAccess;
6185   UCHAR               ucAccess;
6186 }ATOM_CONNECTOR_INFO_ACCESS;
6187
6188 typedef struct _ATOM_CONNECTOR_INFO_I2C
6189 {
6190   ATOM_CONNECTOR_INFO_ACCESS sucConnectorInfo;
6191   ATOM_I2C_ID_CONFIG_ACCESS  sucI2cId;
6192 }ATOM_CONNECTOR_INFO_I2C;
6193
6194
6195 typedef struct _ATOM_SUPPORTED_DEVICES_INFO
6196
6197   ATOM_COMMON_TABLE_HEADER      sHeader;
6198   USHORT                    usDeviceSupport;
6199   ATOM_CONNECTOR_INFO_I2C   asConnInfo[ATOM_MAX_SUPPORTED_DEVICE_INFO];
6200 }ATOM_SUPPORTED_DEVICES_INFO;
6201
6202 #define NO_INT_SRC_MAPPED       0xFF
6203
6204 typedef struct _ATOM_CONNECTOR_INC_SRC_BITMAP
6205 {
6206   UCHAR   ucIntSrcBitmap;
6207 }ATOM_CONNECTOR_INC_SRC_BITMAP;
6208
6209 typedef struct _ATOM_SUPPORTED_DEVICES_INFO_2
6210
6211   ATOM_COMMON_TABLE_HEADER      sHeader;
6212   USHORT                        usDeviceSupport;
6213   ATOM_CONNECTOR_INFO_I2C       asConnInfo[ATOM_MAX_SUPPORTED_DEVICE_INFO_2];
6214   ATOM_CONNECTOR_INC_SRC_BITMAP asIntSrcInfo[ATOM_MAX_SUPPORTED_DEVICE_INFO_2];
6215 }ATOM_SUPPORTED_DEVICES_INFO_2;
6216
6217 typedef struct _ATOM_SUPPORTED_DEVICES_INFO_2d1
6218
6219   ATOM_COMMON_TABLE_HEADER      sHeader;
6220   USHORT                        usDeviceSupport;
6221   ATOM_CONNECTOR_INFO_I2C       asConnInfo[ATOM_MAX_SUPPORTED_DEVICE];
6222   ATOM_CONNECTOR_INC_SRC_BITMAP asIntSrcInfo[ATOM_MAX_SUPPORTED_DEVICE];
6223 }ATOM_SUPPORTED_DEVICES_INFO_2d1;
6224
6225 #define ATOM_SUPPORTED_DEVICES_INFO_LAST ATOM_SUPPORTED_DEVICES_INFO_2d1
6226
6227
6228
6229 typedef struct _ATOM_MISC_CONTROL_INFO
6230 {
6231    USHORT usFrequency;
6232    UCHAR  ucPLL_ChargePump;                                             // PLL charge-pump gain control
6233    UCHAR  ucPLL_DutyCycle;                                              // PLL duty cycle control
6234    UCHAR  ucPLL_VCO_Gain;                                                 // PLL VCO gain control
6235    UCHAR  ucPLL_VoltageSwing;                                   // PLL driver voltage swing control
6236 }ATOM_MISC_CONTROL_INFO;  
6237
6238
6239 #define ATOM_MAX_MISC_INFO       4
6240
6241 typedef struct _ATOM_TMDS_INFO
6242 {
6243   ATOM_COMMON_TABLE_HEADER sHeader;  
6244   USHORT                                                        usMaxFrequency;             // in 10Khz
6245   ATOM_MISC_CONTROL_INFO                                asMiscInfo[ATOM_MAX_MISC_INFO];
6246 }ATOM_TMDS_INFO;
6247
6248
6249 typedef struct _ATOM_ENCODER_ANALOG_ATTRIBUTE
6250 {
6251   UCHAR ucTVStandard;     //Same as TV standards defined above, 
6252   UCHAR ucPadding[1];
6253 }ATOM_ENCODER_ANALOG_ATTRIBUTE;
6254
6255 typedef struct _ATOM_ENCODER_DIGITAL_ATTRIBUTE
6256 {
6257   UCHAR ucAttribute;      //Same as other digital encoder attributes defined above
6258   UCHAR ucPadding[1];           
6259 }ATOM_ENCODER_DIGITAL_ATTRIBUTE;
6260
6261 typedef union _ATOM_ENCODER_ATTRIBUTE
6262 {
6263   ATOM_ENCODER_ANALOG_ATTRIBUTE sAlgAttrib;
6264   ATOM_ENCODER_DIGITAL_ATTRIBUTE sDigAttrib;
6265 }ATOM_ENCODER_ATTRIBUTE;
6266
6267
6268 typedef struct _DVO_ENCODER_CONTROL_PARAMETERS
6269 {
6270   USHORT usPixelClock; 
6271   USHORT usEncoderID; 
6272   UCHAR  ucDeviceType;                                                                                          //Use ATOM_DEVICE_xxx1_Index to indicate device type only.      
6273   UCHAR  ucAction;                                                                                                              //ATOM_ENABLE/ATOM_DISABLE/ATOM_HPD_INIT
6274   ATOM_ENCODER_ATTRIBUTE usDevAttr;                     
6275 }DVO_ENCODER_CONTROL_PARAMETERS;
6276
6277 typedef struct _DVO_ENCODER_CONTROL_PS_ALLOCATION
6278 {                               
6279   DVO_ENCODER_CONTROL_PARAMETERS    sDVOEncoder;
6280   WRITE_ONE_BYTE_HW_I2C_DATA_PS_ALLOCATION      sReserved;     //Caller doesn't need to init this portion
6281 }DVO_ENCODER_CONTROL_PS_ALLOCATION;
6282
6283
6284 #define ATOM_XTMDS_ASIC_SI164_ID        1
6285 #define ATOM_XTMDS_ASIC_SI178_ID        2
6286 #define ATOM_XTMDS_ASIC_TFP513_ID       3
6287 #define ATOM_XTMDS_SUPPORTED_SINGLELINK 0x00000001
6288 #define ATOM_XTMDS_SUPPORTED_DUALLINK   0x00000002
6289 #define ATOM_XTMDS_MVPU_FPGA            0x00000004
6290
6291                            
6292 typedef struct _ATOM_XTMDS_INFO
6293 {
6294   ATOM_COMMON_TABLE_HEADER   sHeader;  
6295   USHORT                     usSingleLinkMaxFrequency; 
6296   ATOM_I2C_ID_CONFIG_ACCESS  sucI2cId;           //Point the ID on which I2C is used to control external chip
6297   UCHAR                      ucXtransimitterID;          
6298   UCHAR                      ucSupportedLink;    // Bit field, bit0=1, single link supported;bit1=1,dual link supported
6299   UCHAR                      ucSequnceAlterID;   // Even with the same external TMDS asic, it's possible that the program seqence alters 
6300                                                  // due to design. This ID is used to alert driver that the sequence is not "standard"!              
6301   UCHAR                      ucMasterAddress;    // Address to control Master xTMDS Chip
6302   UCHAR                      ucSlaveAddress;     // Address to control Slave xTMDS Chip
6303 }ATOM_XTMDS_INFO;
6304
6305 typedef struct _DFP_DPMS_STATUS_CHANGE_PARAMETERS
6306 {  
6307   UCHAR ucEnable;                     // ATOM_ENABLE=On or ATOM_DISABLE=Off
6308   UCHAR ucDevice;                     // ATOM_DEVICE_DFP1_INDEX....
6309   UCHAR ucPadding[2];             
6310 }DFP_DPMS_STATUS_CHANGE_PARAMETERS;
6311
6312 /****************************Legacy Power Play Table Definitions **********************/
6313
6314 //Definitions for ulPowerPlayMiscInfo
6315 #define ATOM_PM_MISCINFO_SPLIT_CLOCK                     0x00000000L
6316 #define ATOM_PM_MISCINFO_USING_MCLK_SRC                  0x00000001L
6317 #define ATOM_PM_MISCINFO_USING_SCLK_SRC                  0x00000002L
6318
6319 #define ATOM_PM_MISCINFO_VOLTAGE_DROP_SUPPORT            0x00000004L
6320 #define ATOM_PM_MISCINFO_VOLTAGE_DROP_ACTIVE_HIGH        0x00000008L
6321
6322 #define ATOM_PM_MISCINFO_LOAD_PERFORMANCE_EN             0x00000010L
6323
6324 #define ATOM_PM_MISCINFO_ENGINE_CLOCK_CONTRL_EN          0x00000020L
6325 #define ATOM_PM_MISCINFO_MEMORY_CLOCK_CONTRL_EN          0x00000040L
6326 #define ATOM_PM_MISCINFO_PROGRAM_VOLTAGE                 0x00000080L  //When this bit set, ucVoltageDropIndex is not an index for GPIO pin, but a voltage ID that SW needs program  
6327  
6328 #define ATOM_PM_MISCINFO_ASIC_REDUCED_SPEED_SCLK_EN      0x00000100L
6329 #define ATOM_PM_MISCINFO_ASIC_DYNAMIC_VOLTAGE_EN         0x00000200L
6330 #define ATOM_PM_MISCINFO_ASIC_SLEEP_MODE_EN              0x00000400L
6331 #define ATOM_PM_MISCINFO_LOAD_BALANCE_EN                 0x00000800L
6332 #define ATOM_PM_MISCINFO_DEFAULT_DC_STATE_ENTRY_TRUE     0x00001000L
6333 #define ATOM_PM_MISCINFO_DEFAULT_LOW_DC_STATE_ENTRY_TRUE 0x00002000L
6334 #define ATOM_PM_MISCINFO_LOW_LCD_REFRESH_RATE            0x00004000L
6335
6336 #define ATOM_PM_MISCINFO_DRIVER_DEFAULT_MODE             0x00008000L
6337 #define ATOM_PM_MISCINFO_OVER_CLOCK_MODE                 0x00010000L 
6338 #define ATOM_PM_MISCINFO_OVER_DRIVE_MODE                 0x00020000L
6339 #define ATOM_PM_MISCINFO_POWER_SAVING_MODE               0x00040000L
6340 #define ATOM_PM_MISCINFO_THERMAL_DIODE_MODE              0x00080000L
6341
6342 #define ATOM_PM_MISCINFO_FRAME_MODULATION_MASK           0x00300000L  //0-FM Disable, 1-2 level FM, 2-4 level FM, 3-Reserved
6343 #define ATOM_PM_MISCINFO_FRAME_MODULATION_SHIFT          20 
6344
6345 #define ATOM_PM_MISCINFO_DYN_CLK_3D_IDLE                 0x00400000L
6346 #define ATOM_PM_MISCINFO_DYNAMIC_CLOCK_DIVIDER_BY_2      0x00800000L
6347 #define ATOM_PM_MISCINFO_DYNAMIC_CLOCK_DIVIDER_BY_4      0x01000000L
6348 #define ATOM_PM_MISCINFO_DYNAMIC_HDP_BLOCK_EN            0x02000000L  //When set, Dynamic 
6349 #define ATOM_PM_MISCINFO_DYNAMIC_MC_HOST_BLOCK_EN        0x04000000L  //When set, Dynamic
6350 #define ATOM_PM_MISCINFO_3D_ACCELERATION_EN              0x08000000L  //When set, This mode is for acceleated 3D mode
6351
6352 #define ATOM_PM_MISCINFO_POWERPLAY_SETTINGS_GROUP_MASK   0x70000000L  //1-Optimal Battery Life Group, 2-High Battery, 3-Balanced, 4-High Performance, 5- Optimal Performance (Default state with Default clocks) 
6353 #define ATOM_PM_MISCINFO_POWERPLAY_SETTINGS_GROUP_SHIFT  28
6354 #define ATOM_PM_MISCINFO_ENABLE_BACK_BIAS                0x80000000L
6355
6356 #define ATOM_PM_MISCINFO2_SYSTEM_AC_LITE_MODE            0x00000001L
6357 #define ATOM_PM_MISCINFO2_MULTI_DISPLAY_SUPPORT          0x00000002L
6358 #define ATOM_PM_MISCINFO2_DYNAMIC_BACK_BIAS_EN           0x00000004L
6359 #define ATOM_PM_MISCINFO2_FS3D_OVERDRIVE_INFO            0x00000008L
6360 #define ATOM_PM_MISCINFO2_FORCEDLOWPWR_MODE              0x00000010L
6361 #define ATOM_PM_MISCINFO2_VDDCI_DYNAMIC_VOLTAGE_EN       0x00000020L
6362 #define ATOM_PM_MISCINFO2_VIDEO_PLAYBACK_CAPABLE         0x00000040L  //If this bit is set in multi-pp mode, then driver will pack up one with the minior power consumption. 
6363                                                                       //If it's not set in any pp mode, driver will use its default logic to pick a pp mode in video playback
6364 #define ATOM_PM_MISCINFO2_NOT_VALID_ON_DC                0x00000080L
6365 #define ATOM_PM_MISCINFO2_STUTTER_MODE_EN                0x00000100L
6366 #define ATOM_PM_MISCINFO2_UVD_SUPPORT_MODE               0x00000200L 
6367
6368 //ucTableFormatRevision=1
6369 //ucTableContentRevision=1
6370 typedef struct  _ATOM_POWERMODE_INFO
6371 {
6372   ULONG     ulMiscInfo;                 //The power level should be arranged in ascending order
6373   ULONG     ulReserved1;                // must set to 0
6374   ULONG     ulReserved2;                // must set to 0
6375   USHORT    usEngineClock;
6376   USHORT    usMemoryClock;
6377   UCHAR     ucVoltageDropIndex;         // index to GPIO table
6378   UCHAR     ucSelectedPanel_RefreshRate;// panel refresh rate
6379   UCHAR     ucMinTemperature;
6380   UCHAR     ucMaxTemperature;
6381   UCHAR     ucNumPciELanes;             // number of PCIE lanes
6382 }ATOM_POWERMODE_INFO;
6383
6384 //ucTableFormatRevision=2
6385 //ucTableContentRevision=1
6386 typedef struct  _ATOM_POWERMODE_INFO_V2
6387 {
6388   ULONG     ulMiscInfo;                 //The power level should be arranged in ascending order
6389   ULONG     ulMiscInfo2;                
6390   ULONG     ulEngineClock;                
6391   ULONG     ulMemoryClock;
6392   UCHAR     ucVoltageDropIndex;         // index to GPIO table
6393   UCHAR     ucSelectedPanel_RefreshRate;// panel refresh rate
6394   UCHAR     ucMinTemperature;
6395   UCHAR     ucMaxTemperature;
6396   UCHAR     ucNumPciELanes;             // number of PCIE lanes
6397 }ATOM_POWERMODE_INFO_V2;
6398
6399 //ucTableFormatRevision=2
6400 //ucTableContentRevision=2
6401 typedef struct  _ATOM_POWERMODE_INFO_V3
6402 {
6403   ULONG     ulMiscInfo;                 //The power level should be arranged in ascending order
6404   ULONG     ulMiscInfo2;                
6405   ULONG     ulEngineClock;                
6406   ULONG     ulMemoryClock;
6407   UCHAR     ucVoltageDropIndex;         // index to Core (VDDC) votage table
6408   UCHAR     ucSelectedPanel_RefreshRate;// panel refresh rate
6409   UCHAR     ucMinTemperature;
6410   UCHAR     ucMaxTemperature;
6411   UCHAR     ucNumPciELanes;             // number of PCIE lanes
6412   UCHAR     ucVDDCI_VoltageDropIndex;   // index to VDDCI votage table
6413 }ATOM_POWERMODE_INFO_V3;
6414
6415
6416 #define ATOM_MAX_NUMBEROF_POWER_BLOCK  8
6417
6418 #define ATOM_PP_OVERDRIVE_INTBITMAP_AUXWIN            0x01
6419 #define ATOM_PP_OVERDRIVE_INTBITMAP_OVERDRIVE         0x02
6420
6421 #define ATOM_PP_OVERDRIVE_THERMALCONTROLLER_LM63      0x01
6422 #define ATOM_PP_OVERDRIVE_THERMALCONTROLLER_ADM1032   0x02
6423 #define ATOM_PP_OVERDRIVE_THERMALCONTROLLER_ADM1030   0x03
6424 #define ATOM_PP_OVERDRIVE_THERMALCONTROLLER_MUA6649   0x04
6425 #define ATOM_PP_OVERDRIVE_THERMALCONTROLLER_LM64      0x05
6426 #define ATOM_PP_OVERDRIVE_THERMALCONTROLLER_F75375    0x06
6427 #define ATOM_PP_OVERDRIVE_THERMALCONTROLLER_ASC7512   0x07      // Andigilog
6428
6429
6430 typedef struct  _ATOM_POWERPLAY_INFO
6431 {
6432   ATOM_COMMON_TABLE_HEADER      sHeader; 
6433   UCHAR    ucOverdriveThermalController;
6434   UCHAR    ucOverdriveI2cLine;
6435   UCHAR    ucOverdriveIntBitmap;
6436   UCHAR    ucOverdriveControllerAddress;
6437   UCHAR    ucSizeOfPowerModeEntry;
6438   UCHAR    ucNumOfPowerModeEntries;
6439   ATOM_POWERMODE_INFO asPowerPlayInfo[ATOM_MAX_NUMBEROF_POWER_BLOCK];
6440 }ATOM_POWERPLAY_INFO;
6441
6442 typedef struct  _ATOM_POWERPLAY_INFO_V2
6443 {
6444   ATOM_COMMON_TABLE_HEADER      sHeader; 
6445   UCHAR    ucOverdriveThermalController;
6446   UCHAR    ucOverdriveI2cLine;
6447   UCHAR    ucOverdriveIntBitmap;
6448   UCHAR    ucOverdriveControllerAddress;
6449   UCHAR    ucSizeOfPowerModeEntry;
6450   UCHAR    ucNumOfPowerModeEntries;
6451   ATOM_POWERMODE_INFO_V2 asPowerPlayInfo[ATOM_MAX_NUMBEROF_POWER_BLOCK];
6452 }ATOM_POWERPLAY_INFO_V2;
6453   
6454 typedef struct  _ATOM_POWERPLAY_INFO_V3
6455 {
6456   ATOM_COMMON_TABLE_HEADER      sHeader; 
6457   UCHAR    ucOverdriveThermalController;
6458   UCHAR    ucOverdriveI2cLine;
6459   UCHAR    ucOverdriveIntBitmap;
6460   UCHAR    ucOverdriveControllerAddress;
6461   UCHAR    ucSizeOfPowerModeEntry;
6462   UCHAR    ucNumOfPowerModeEntries;
6463   ATOM_POWERMODE_INFO_V3 asPowerPlayInfo[ATOM_MAX_NUMBEROF_POWER_BLOCK];
6464 }ATOM_POWERPLAY_INFO_V3;
6465
6466 /* New PPlib */
6467 /**************************************************************************/
6468 typedef struct _ATOM_PPLIB_THERMALCONTROLLER
6469
6470 {
6471     UCHAR ucType;           // one of ATOM_PP_THERMALCONTROLLER_*
6472     UCHAR ucI2cLine;        // as interpreted by DAL I2C
6473     UCHAR ucI2cAddress;
6474     UCHAR ucFanParameters;  // Fan Control Parameters.
6475     UCHAR ucFanMinRPM;      // Fan Minimum RPM (hundreds) -- for display purposes only.
6476     UCHAR ucFanMaxRPM;      // Fan Maximum RPM (hundreds) -- for display purposes only.
6477     UCHAR ucReserved;       // ----
6478     UCHAR ucFlags;          // to be defined
6479 } ATOM_PPLIB_THERMALCONTROLLER;
6480
6481 #define ATOM_PP_FANPARAMETERS_TACHOMETER_PULSES_PER_REVOLUTION_MASK 0x0f
6482 #define ATOM_PP_FANPARAMETERS_NOFAN                                 0x80    // No fan is connected to this controller.
6483
6484 #define ATOM_PP_THERMALCONTROLLER_NONE      0
6485 #define ATOM_PP_THERMALCONTROLLER_LM63      1  // Not used by PPLib
6486 #define ATOM_PP_THERMALCONTROLLER_ADM1032   2  // Not used by PPLib
6487 #define ATOM_PP_THERMALCONTROLLER_ADM1030   3  // Not used by PPLib
6488 #define ATOM_PP_THERMALCONTROLLER_MUA6649   4  // Not used by PPLib
6489 #define ATOM_PP_THERMALCONTROLLER_LM64      5
6490 #define ATOM_PP_THERMALCONTROLLER_F75375    6  // Not used by PPLib
6491 #define ATOM_PP_THERMALCONTROLLER_RV6xx     7
6492 #define ATOM_PP_THERMALCONTROLLER_RV770     8
6493 #define ATOM_PP_THERMALCONTROLLER_ADT7473   9
6494 #define ATOM_PP_THERMALCONTROLLER_EXTERNAL_GPIO     11
6495 #define ATOM_PP_THERMALCONTROLLER_EVERGREEN 12
6496 #define ATOM_PP_THERMALCONTROLLER_EMC2103   13  /* 0x0D */ // Only fan control will be implemented, do NOT show this in PPGen.
6497 #define ATOM_PP_THERMALCONTROLLER_SUMO      14  /* 0x0E */ // Sumo type, used internally
6498 #define ATOM_PP_THERMALCONTROLLER_NISLANDS  15
6499
6500 // Thermal controller 'combo type' to use an external controller for Fan control and an internal controller for thermal.
6501 // We probably should reserve the bit 0x80 for this use.
6502 // To keep the number of these types low we should also use the same code for all ASICs (i.e. do not distinguish RV6xx and RV7xx Internal here).
6503 // The driver can pick the correct internal controller based on the ASIC.
6504
6505 #define ATOM_PP_THERMALCONTROLLER_ADT7473_WITH_INTERNAL   0x89    // ADT7473 Fan Control + Internal Thermal Controller
6506 #define ATOM_PP_THERMALCONTROLLER_EMC2103_WITH_INTERNAL   0x8D    // EMC2103 Fan Control + Internal Thermal Controller
6507
6508 typedef struct _ATOM_PPLIB_STATE
6509 {
6510     UCHAR ucNonClockStateIndex;
6511     UCHAR ucClockStateIndices[1]; // variable-sized
6512 } ATOM_PPLIB_STATE;
6513
6514 typedef struct _ATOM_PPLIB_FANTABLE
6515 {
6516     UCHAR   ucFanTableFormat;                // Change this if the table format changes or version changes so that the other fields are not the same.
6517     UCHAR   ucTHyst;                         // Temperature hysteresis. Integer.
6518     USHORT  usTMin;                          // The temperature, in 0.01 centigrades, below which we just run at a minimal PWM.
6519     USHORT  usTMed;                          // The middle temperature where we change slopes.
6520     USHORT  usTHigh;                         // The high point above TMed for adjusting the second slope.
6521     USHORT  usPWMMin;                        // The minimum PWM value in percent (0.01% increments).
6522     USHORT  usPWMMed;                        // The PWM value (in percent) at TMed.
6523     USHORT  usPWMHigh;                       // The PWM value at THigh.
6524 } ATOM_PPLIB_FANTABLE;
6525
6526 typedef struct _ATOM_PPLIB_EXTENDEDHEADER
6527 {
6528     USHORT  usSize;
6529     ULONG   ulMaxEngineClock;   // For Overdrive.
6530     ULONG   ulMaxMemoryClock;   // For Overdrive.
6531     // Add extra system parameters here, always adjust size to include all fields.
6532 } ATOM_PPLIB_EXTENDEDHEADER;
6533
6534 //// ATOM_PPLIB_POWERPLAYTABLE::ulPlatformCaps
6535 #define ATOM_PP_PLATFORM_CAP_BACKBIAS 1
6536 #define ATOM_PP_PLATFORM_CAP_POWERPLAY 2
6537 #define ATOM_PP_PLATFORM_CAP_SBIOSPOWERSOURCE 4
6538 #define ATOM_PP_PLATFORM_CAP_ASPM_L0s 8
6539 #define ATOM_PP_PLATFORM_CAP_ASPM_L1 16
6540 #define ATOM_PP_PLATFORM_CAP_HARDWAREDC 32
6541 #define ATOM_PP_PLATFORM_CAP_GEMINIPRIMARY 64
6542 #define ATOM_PP_PLATFORM_CAP_STEPVDDC 128
6543 #define ATOM_PP_PLATFORM_CAP_VOLTAGECONTROL 256
6544 #define ATOM_PP_PLATFORM_CAP_SIDEPORTCONTROL 512
6545 #define ATOM_PP_PLATFORM_CAP_TURNOFFPLL_ASPML1 1024
6546 #define ATOM_PP_PLATFORM_CAP_HTLINKCONTROL 2048
6547 #define ATOM_PP_PLATFORM_CAP_MVDDCONTROL 4096
6548 #define ATOM_PP_PLATFORM_CAP_GOTO_BOOT_ON_ALERT 0x2000              // Go to boot state on alerts, e.g. on an AC->DC transition.
6549 #define ATOM_PP_PLATFORM_CAP_DONT_WAIT_FOR_VBLANK_ON_ALERT 0x4000   // Do NOT wait for VBLANK during an alert (e.g. AC->DC transition).
6550 #define ATOM_PP_PLATFORM_CAP_VDDCI_CONTROL 0x8000                   // Does the driver control VDDCI independently from VDDC.
6551 #define ATOM_PP_PLATFORM_CAP_REGULATOR_HOT 0x00010000               // Enable the 'regulator hot' feature.
6552 #define ATOM_PP_PLATFORM_CAP_BACO          0x00020000               // Does the driver supports BACO state.
6553
6554 typedef struct _ATOM_PPLIB_POWERPLAYTABLE
6555 {
6556       ATOM_COMMON_TABLE_HEADER sHeader;
6557
6558       UCHAR ucDataRevision;
6559
6560       UCHAR ucNumStates;
6561       UCHAR ucStateEntrySize;
6562       UCHAR ucClockInfoSize;
6563       UCHAR ucNonClockSize;
6564
6565       // offset from start of this table to array of ucNumStates ATOM_PPLIB_STATE structures
6566       USHORT usStateArrayOffset;
6567
6568       // offset from start of this table to array of ASIC-specific structures,
6569       // currently ATOM_PPLIB_CLOCK_INFO.
6570       USHORT usClockInfoArrayOffset;
6571
6572       // offset from start of this table to array of ATOM_PPLIB_NONCLOCK_INFO
6573       USHORT usNonClockInfoArrayOffset;
6574
6575       USHORT usBackbiasTime;    // in microseconds
6576       USHORT usVoltageTime;     // in microseconds
6577       USHORT usTableSize;       //the size of this structure, or the extended structure
6578
6579       ULONG ulPlatformCaps;            // See ATOM_PPLIB_CAPS_*
6580
6581       ATOM_PPLIB_THERMALCONTROLLER    sThermalController;
6582
6583       USHORT usBootClockInfoOffset;
6584       USHORT usBootNonClockInfoOffset;
6585
6586 } ATOM_PPLIB_POWERPLAYTABLE;
6587
6588 typedef struct _ATOM_PPLIB_POWERPLAYTABLE2
6589 {
6590     ATOM_PPLIB_POWERPLAYTABLE basicTable;
6591     UCHAR   ucNumCustomThermalPolicy;
6592     USHORT  usCustomThermalPolicyArrayOffset;
6593 }ATOM_PPLIB_POWERPLAYTABLE2, *LPATOM_PPLIB_POWERPLAYTABLE2;
6594
6595 typedef struct _ATOM_PPLIB_POWERPLAYTABLE3
6596 {
6597     ATOM_PPLIB_POWERPLAYTABLE2 basicTable2;
6598     USHORT                     usFormatID;                      // To be used ONLY by PPGen.
6599     USHORT                     usFanTableOffset;
6600     USHORT                     usExtendendedHeaderOffset;
6601 } ATOM_PPLIB_POWERPLAYTABLE3, *LPATOM_PPLIB_POWERPLAYTABLE3;
6602
6603 typedef struct _ATOM_PPLIB_POWERPLAYTABLE4
6604 {
6605     ATOM_PPLIB_POWERPLAYTABLE3 basicTable3;
6606     ULONG                      ulGoldenPPID;                    // PPGen use only     
6607     ULONG                      ulGoldenRevision;                // PPGen use only
6608     USHORT                     usVddcDependencyOnSCLKOffset;
6609     USHORT                     usVddciDependencyOnMCLKOffset;
6610     USHORT                     usVddcDependencyOnMCLKOffset;
6611     USHORT                     usMaxClockVoltageOnDCOffset;
6612     USHORT                     usReserved[2];  
6613 } ATOM_PPLIB_POWERPLAYTABLE4, *LPATOM_PPLIB_POWERPLAYTABLE4;
6614
6615 typedef struct _ATOM_PPLIB_POWERPLAYTABLE5
6616 {
6617     ATOM_PPLIB_POWERPLAYTABLE4 basicTable4;
6618     ULONG                      ulTDPLimit;
6619     ULONG                      ulNearTDPLimit;
6620     ULONG                      ulSQRampingThreshold;
6621     USHORT                     usCACLeakageTableOffset;         // Points to ATOM_PPLIB_CAC_Leakage_Table
6622     ULONG                      ulCACLeakage;                    // TBD, this parameter is still under discussion.  Change to ulReserved if not needed.
6623     ULONG                      ulReserved;
6624 } ATOM_PPLIB_POWERPLAYTABLE5, *LPATOM_PPLIB_POWERPLAYTABLE5;
6625
6626 //// ATOM_PPLIB_NONCLOCK_INFO::usClassification
6627 #define ATOM_PPLIB_CLASSIFICATION_UI_MASK          0x0007
6628 #define ATOM_PPLIB_CLASSIFICATION_UI_SHIFT         0
6629 #define ATOM_PPLIB_CLASSIFICATION_UI_NONE          0
6630 #define ATOM_PPLIB_CLASSIFICATION_UI_BATTERY       1
6631 #define ATOM_PPLIB_CLASSIFICATION_UI_BALANCED      3
6632 #define ATOM_PPLIB_CLASSIFICATION_UI_PERFORMANCE   5
6633 // 2, 4, 6, 7 are reserved
6634
6635 #define ATOM_PPLIB_CLASSIFICATION_BOOT                   0x0008
6636 #define ATOM_PPLIB_CLASSIFICATION_THERMAL                0x0010
6637 #define ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE     0x0020
6638 #define ATOM_PPLIB_CLASSIFICATION_REST                   0x0040
6639 #define ATOM_PPLIB_CLASSIFICATION_FORCED                 0x0080
6640 #define ATOM_PPLIB_CLASSIFICATION_3DPERFORMANCE          0x0100
6641 #define ATOM_PPLIB_CLASSIFICATION_OVERDRIVETEMPLATE      0x0200
6642 #define ATOM_PPLIB_CLASSIFICATION_UVDSTATE               0x0400
6643 #define ATOM_PPLIB_CLASSIFICATION_3DLOW                  0x0800
6644 #define ATOM_PPLIB_CLASSIFICATION_ACPI                   0x1000
6645 #define ATOM_PPLIB_CLASSIFICATION_HD2STATE               0x2000
6646 #define ATOM_PPLIB_CLASSIFICATION_HDSTATE                0x4000
6647 #define ATOM_PPLIB_CLASSIFICATION_SDSTATE                0x8000
6648
6649 //// ATOM_PPLIB_NONCLOCK_INFO::usClassification2
6650 #define ATOM_PPLIB_CLASSIFICATION2_LIMITEDPOWERSOURCE_2     0x0001
6651 #define ATOM_PPLIB_CLASSIFICATION2_ULV                      0x0002
6652
6653 //// ATOM_PPLIB_NONCLOCK_INFO::ulCapsAndSettings
6654 #define ATOM_PPLIB_SINGLE_DISPLAY_ONLY           0x00000001
6655 #define ATOM_PPLIB_SUPPORTS_VIDEO_PLAYBACK         0x00000002
6656
6657 // 0 is 2.5Gb/s, 1 is 5Gb/s
6658 #define ATOM_PPLIB_PCIE_LINK_SPEED_MASK            0x00000004
6659 #define ATOM_PPLIB_PCIE_LINK_SPEED_SHIFT           2
6660
6661 // lanes - 1: 1, 2, 4, 8, 12, 16 permitted by PCIE spec
6662 #define ATOM_PPLIB_PCIE_LINK_WIDTH_MASK            0x000000F8
6663 #define ATOM_PPLIB_PCIE_LINK_WIDTH_SHIFT           3
6664
6665 // lookup into reduced refresh-rate table
6666 #define ATOM_PPLIB_LIMITED_REFRESHRATE_VALUE_MASK  0x00000F00
6667 #define ATOM_PPLIB_LIMITED_REFRESHRATE_VALUE_SHIFT 8
6668
6669 #define ATOM_PPLIB_LIMITED_REFRESHRATE_UNLIMITED    0
6670 #define ATOM_PPLIB_LIMITED_REFRESHRATE_50HZ         1
6671 // 2-15 TBD as needed.
6672
6673 #define ATOM_PPLIB_SOFTWARE_DISABLE_LOADBALANCING        0x00001000
6674 #define ATOM_PPLIB_SOFTWARE_ENABLE_SLEEP_FOR_TIMESTAMPS  0x00002000
6675 #define ATOM_PPLIB_DISALLOW_ON_DC                        0x00004000
6676 #define ATOM_PPLIB_ENABLE_VARIBRIGHT                     0x00008000
6677
6678 //memory related flags
6679 #define ATOM_PPLIB_SWSTATE_MEMORY_DLL_OFF               0x000010000
6680
6681 //M3 Arb    //2bits, current 3 sets of parameters in total
6682 #define ATOM_PPLIB_M3ARB_MASK                       0x00060000
6683 #define ATOM_PPLIB_M3ARB_SHIFT                      17
6684
6685 #define ATOM_PPLIB_ENABLE_DRR                       0x00080000
6686
6687 // remaining 16 bits are reserved
6688 typedef struct _ATOM_PPLIB_THERMAL_STATE
6689 {
6690     UCHAR   ucMinTemperature;
6691     UCHAR   ucMaxTemperature;
6692     UCHAR   ucThermalAction;
6693 }ATOM_PPLIB_THERMAL_STATE, *LPATOM_PPLIB_THERMAL_STATE;
6694
6695 // Contained in an array starting at the offset
6696 // in ATOM_PPLIB_POWERPLAYTABLE::usNonClockInfoArrayOffset.
6697 // referenced from ATOM_PPLIB_STATE_INFO::ucNonClockStateIndex
6698 #define ATOM_PPLIB_NONCLOCKINFO_VER1      12
6699 #define ATOM_PPLIB_NONCLOCKINFO_VER2      24
6700 typedef struct _ATOM_PPLIB_NONCLOCK_INFO
6701 {
6702       USHORT usClassification;
6703       UCHAR  ucMinTemperature;
6704       UCHAR  ucMaxTemperature;
6705       ULONG  ulCapsAndSettings;
6706       UCHAR  ucRequiredPower;
6707       USHORT usClassification2;
6708       ULONG  ulVCLK;
6709       ULONG  ulDCLK;
6710       UCHAR  ucUnused[5];
6711 } ATOM_PPLIB_NONCLOCK_INFO;
6712
6713 // Contained in an array starting at the offset
6714 // in ATOM_PPLIB_POWERPLAYTABLE::usClockInfoArrayOffset.
6715 // referenced from ATOM_PPLIB_STATE::ucClockStateIndices
6716 typedef struct _ATOM_PPLIB_R600_CLOCK_INFO
6717 {
6718       USHORT usEngineClockLow;
6719       UCHAR ucEngineClockHigh;
6720
6721       USHORT usMemoryClockLow;
6722       UCHAR ucMemoryClockHigh;
6723
6724       USHORT usVDDC;
6725       USHORT usUnused1;
6726       USHORT usUnused2;
6727
6728       ULONG ulFlags; // ATOM_PPLIB_R600_FLAGS_*
6729
6730 } ATOM_PPLIB_R600_CLOCK_INFO;
6731
6732 // ulFlags in ATOM_PPLIB_R600_CLOCK_INFO
6733 #define ATOM_PPLIB_R600_FLAGS_PCIEGEN2          1
6734 #define ATOM_PPLIB_R600_FLAGS_UVDSAFE           2
6735 #define ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE    4
6736 #define ATOM_PPLIB_R600_FLAGS_MEMORY_ODT_OFF    8
6737 #define ATOM_PPLIB_R600_FLAGS_MEMORY_DLL_OFF    16
6738 #define ATOM_PPLIB_R600_FLAGS_LOWPOWER         32   // On the RV770 use 'low power' setting (sequencer S0).
6739
6740 typedef struct _ATOM_PPLIB_EVERGREEN_CLOCK_INFO
6741 {
6742       USHORT usEngineClockLow;
6743       UCHAR  ucEngineClockHigh;
6744
6745       USHORT usMemoryClockLow;
6746       UCHAR  ucMemoryClockHigh;
6747
6748       USHORT usVDDC;
6749       USHORT usVDDCI;
6750       USHORT usUnused;
6751
6752       ULONG ulFlags; // ATOM_PPLIB_R600_FLAGS_*
6753
6754 } ATOM_PPLIB_EVERGREEN_CLOCK_INFO;
6755
6756 typedef struct _ATOM_PPLIB_RS780_CLOCK_INFO
6757
6758 {
6759       USHORT usLowEngineClockLow;         // Low Engine clock in MHz (the same way as on the R600).
6760       UCHAR  ucLowEngineClockHigh;
6761       USHORT usHighEngineClockLow;        // High Engine clock in MHz.
6762       UCHAR  ucHighEngineClockHigh;
6763       USHORT usMemoryClockLow;            // For now one of the ATOM_PPLIB_RS780_SPMCLK_XXXX constants.
6764       UCHAR  ucMemoryClockHigh;           // Currentyl unused.
6765       UCHAR  ucPadding;                   // For proper alignment and size.
6766       USHORT usVDDC;                      // For the 780, use: None, Low, High, Variable
6767       UCHAR  ucMaxHTLinkWidth;            // From SBIOS - {2, 4, 8, 16}
6768       UCHAR  ucMinHTLinkWidth;            // From SBIOS - {2, 4, 8, 16}. Effective only if CDLW enabled. Minimum down stream width could be bigger as display BW requirement.
6769       USHORT usHTLinkFreq;                // See definition ATOM_PPLIB_RS780_HTLINKFREQ_xxx or in MHz(>=200).
6770       ULONG  ulFlags; 
6771 } ATOM_PPLIB_RS780_CLOCK_INFO;
6772
6773 #define ATOM_PPLIB_RS780_VOLTAGE_NONE       0 
6774 #define ATOM_PPLIB_RS780_VOLTAGE_LOW        1 
6775 #define ATOM_PPLIB_RS780_VOLTAGE_HIGH       2 
6776 #define ATOM_PPLIB_RS780_VOLTAGE_VARIABLE   3 
6777
6778 #define ATOM_PPLIB_RS780_SPMCLK_NONE        0   // We cannot change the side port memory clock, leave it as it is.
6779 #define ATOM_PPLIB_RS780_SPMCLK_LOW         1
6780 #define ATOM_PPLIB_RS780_SPMCLK_HIGH        2
6781
6782 #define ATOM_PPLIB_RS780_HTLINKFREQ_NONE       0 
6783 #define ATOM_PPLIB_RS780_HTLINKFREQ_LOW        1 
6784 #define ATOM_PPLIB_RS780_HTLINKFREQ_HIGH       2 
6785
6786 typedef struct _ATOM_PPLIB_SUMO_CLOCK_INFO{
6787       USHORT usEngineClockLow;  //clockfrequency & 0xFFFF. The unit is in 10khz
6788       UCHAR  ucEngineClockHigh; //clockfrequency >> 16. 
6789       UCHAR  vddcIndex;         //2-bit vddc index;
6790       UCHAR  leakage;          //please use 8-bit absolute value, not the 6-bit % value 
6791       //please initalize to 0
6792       UCHAR  rsv;
6793       //please initalize to 0
6794       USHORT rsv1;
6795       //please initialize to 0s
6796       ULONG rsv2[2];
6797 }ATOM_PPLIB_SUMO_CLOCK_INFO;
6798
6799
6800
6801 typedef struct _ATOM_PPLIB_STATE_V2
6802 {
6803       //number of valid dpm levels in this state; Driver uses it to calculate the whole 
6804       //size of the state: sizeof(ATOM_PPLIB_STATE_V2) + (ucNumDPMLevels - 1) * sizeof(UCHAR)
6805       UCHAR ucNumDPMLevels;
6806       
6807       //a index to the array of nonClockInfos
6808       UCHAR nonClockInfoIndex;
6809       /**
6810       * Driver will read the first ucNumDPMLevels in this array
6811       */
6812       UCHAR clockInfoIndex[1];
6813 } ATOM_PPLIB_STATE_V2;
6814
6815 typedef struct StateArray{
6816     //how many states we have 
6817     UCHAR ucNumEntries;
6818     
6819     ATOM_PPLIB_STATE_V2 states[1];
6820 }StateArray;
6821
6822
6823 typedef struct ClockInfoArray{
6824     //how many clock levels we have
6825     UCHAR ucNumEntries;
6826     
6827     //sizeof(ATOM_PPLIB_SUMO_CLOCK_INFO)
6828     UCHAR ucEntrySize;
6829     
6830     //this is for Sumo
6831     ATOM_PPLIB_SUMO_CLOCK_INFO clockInfo[1];
6832 }ClockInfoArray;
6833
6834 typedef struct NonClockInfoArray{
6835
6836     //how many non-clock levels we have. normally should be same as number of states
6837     UCHAR ucNumEntries;
6838     //sizeof(ATOM_PPLIB_NONCLOCK_INFO)
6839     UCHAR ucEntrySize;
6840     
6841     ATOM_PPLIB_NONCLOCK_INFO nonClockInfo[1];
6842 }NonClockInfoArray;
6843
6844 typedef struct _ATOM_PPLIB_Clock_Voltage_Dependency_Record
6845 {
6846     USHORT usClockLow;
6847     UCHAR  ucClockHigh;
6848     USHORT usVoltage;
6849 }ATOM_PPLIB_Clock_Voltage_Dependency_Record;
6850
6851 typedef struct _ATOM_PPLIB_Clock_Voltage_Dependency_Table
6852 {
6853     UCHAR ucNumEntries;                                                // Number of entries.
6854     ATOM_PPLIB_Clock_Voltage_Dependency_Record entries[1];             // Dynamically allocate entries.
6855 }ATOM_PPLIB_Clock_Voltage_Dependency_Table;
6856
6857 typedef struct _ATOM_PPLIB_Clock_Voltage_Limit_Record
6858 {
6859     USHORT usSclkLow;
6860     UCHAR  ucSclkHigh;
6861     USHORT usMclkLow;
6862     UCHAR  ucMclkHigh;
6863     USHORT usVddc;
6864     USHORT usVddci;
6865 }ATOM_PPLIB_Clock_Voltage_Limit_Record;
6866
6867 typedef struct _ATOM_PPLIB_Clock_Voltage_Limit_Table
6868 {
6869     UCHAR ucNumEntries;                                                // Number of entries.
6870     ATOM_PPLIB_Clock_Voltage_Limit_Record entries[1];                  // Dynamically allocate entries.
6871 }ATOM_PPLIB_Clock_Voltage_Limit_Table;
6872
6873 /**************************************************************************/
6874
6875
6876 // Following definitions are for compatibility issue in different SW components. 
6877 #define ATOM_MASTER_DATA_TABLE_REVISION   0x01
6878 #define Object_Info                                                                                             Object_Header                   
6879 #define AdjustARB_SEQ                                                                                   MC_InitParameter
6880 #define VRAM_GPIO_DetectionInfo                                         VoltageObjectInfo
6881 #define ASIC_VDDCI_Info                   ASIC_ProfilingInfo                                                                                                            
6882 #define ASIC_MVDDQ_Info                                                                         MemoryTrainingInfo
6883 #define SS_Info                           PPLL_SS_Info                      
6884 #define ASIC_MVDDC_Info                   ASIC_InternalSS_Info
6885 #define DispDevicePriorityInfo                                          SaveRestoreInfo
6886 #define DispOutInfo                                                                                             TV_VideoMode
6887
6888
6889 #define ATOM_ENCODER_OBJECT_TABLE         ATOM_OBJECT_TABLE
6890 #define ATOM_CONNECTOR_OBJECT_TABLE       ATOM_OBJECT_TABLE
6891
6892 //New device naming, remove them when both DAL/VBIOS is ready
6893 #define DFP2I_OUTPUT_CONTROL_PARAMETERS    CRT1_OUTPUT_CONTROL_PARAMETERS
6894 #define DFP2I_OUTPUT_CONTROL_PS_ALLOCATION DFP2I_OUTPUT_CONTROL_PARAMETERS
6895
6896 #define DFP1X_OUTPUT_CONTROL_PARAMETERS    CRT1_OUTPUT_CONTROL_PARAMETERS
6897 #define DFP1X_OUTPUT_CONTROL_PS_ALLOCATION DFP1X_OUTPUT_CONTROL_PARAMETERS
6898
6899 #define DFP1I_OUTPUT_CONTROL_PARAMETERS    DFP1_OUTPUT_CONTROL_PARAMETERS
6900 #define DFP1I_OUTPUT_CONTROL_PS_ALLOCATION DFP1_OUTPUT_CONTROL_PS_ALLOCATION
6901
6902 #define ATOM_DEVICE_DFP1I_SUPPORT          ATOM_DEVICE_DFP1_SUPPORT
6903 #define ATOM_DEVICE_DFP1X_SUPPORT          ATOM_DEVICE_DFP2_SUPPORT
6904
6905 #define ATOM_DEVICE_DFP1I_INDEX            ATOM_DEVICE_DFP1_INDEX
6906 #define ATOM_DEVICE_DFP1X_INDEX            ATOM_DEVICE_DFP2_INDEX
6907  
6908 #define ATOM_DEVICE_DFP2I_INDEX            0x00000009
6909 #define ATOM_DEVICE_DFP2I_SUPPORT          (0x1L << ATOM_DEVICE_DFP2I_INDEX)
6910
6911 #define ATOM_S0_DFP1I                      ATOM_S0_DFP1
6912 #define ATOM_S0_DFP1X                      ATOM_S0_DFP2
6913
6914 #define ATOM_S0_DFP2I                      0x00200000L
6915 #define ATOM_S0_DFP2Ib2                    0x20
6916
6917 #define ATOM_S2_DFP1I_DPMS_STATE           ATOM_S2_DFP1_DPMS_STATE
6918 #define ATOM_S2_DFP1X_DPMS_STATE           ATOM_S2_DFP2_DPMS_STATE
6919
6920 #define ATOM_S2_DFP2I_DPMS_STATE           0x02000000L
6921 #define ATOM_S2_DFP2I_DPMS_STATEb3         0x02
6922
6923 #define ATOM_S3_DFP2I_ACTIVEb1             0x02
6924
6925 #define ATOM_S3_DFP1I_ACTIVE               ATOM_S3_DFP1_ACTIVE 
6926 #define ATOM_S3_DFP1X_ACTIVE               ATOM_S3_DFP2_ACTIVE
6927
6928 #define ATOM_S3_DFP2I_ACTIVE               0x00000200L
6929
6930 #define ATOM_S3_DFP1I_CRTC_ACTIVE          ATOM_S3_DFP1_CRTC_ACTIVE
6931 #define ATOM_S3_DFP1X_CRTC_ACTIVE          ATOM_S3_DFP2_CRTC_ACTIVE
6932 #define ATOM_S3_DFP2I_CRTC_ACTIVE          0x02000000L
6933
6934 #define ATOM_S3_DFP2I_CRTC_ACTIVEb3        0x02
6935 #define ATOM_S5_DOS_REQ_DFP2Ib1            0x02
6936
6937 #define ATOM_S5_DOS_REQ_DFP2I              0x0200
6938 #define ATOM_S6_ACC_REQ_DFP1I              ATOM_S6_ACC_REQ_DFP1
6939 #define ATOM_S6_ACC_REQ_DFP1X              ATOM_S6_ACC_REQ_DFP2
6940
6941 #define ATOM_S6_ACC_REQ_DFP2Ib3            0x02
6942 #define ATOM_S6_ACC_REQ_DFP2I              0x02000000L
6943
6944 #define TMDS1XEncoderControl               DVOEncoderControl           
6945 #define DFP1XOutputControl                 DVOOutputControl
6946
6947 #define ExternalDFPOutputControl           DFP1XOutputControl
6948 #define EnableExternalTMDS_Encoder         TMDS1XEncoderControl
6949
6950 #define DFP1IOutputControl                 TMDSAOutputControl
6951 #define DFP2IOutputControl                 LVTMAOutputControl      
6952
6953 #define DAC1_ENCODER_CONTROL_PARAMETERS    DAC_ENCODER_CONTROL_PARAMETERS
6954 #define DAC1_ENCODER_CONTROL_PS_ALLOCATION DAC_ENCODER_CONTROL_PS_ALLOCATION
6955
6956 #define DAC2_ENCODER_CONTROL_PARAMETERS    DAC_ENCODER_CONTROL_PARAMETERS
6957 #define DAC2_ENCODER_CONTROL_PS_ALLOCATION DAC_ENCODER_CONTROL_PS_ALLOCATION
6958
6959 #define ucDac1Standard  ucDacStandard
6960 #define ucDac2Standard  ucDacStandard  
6961
6962 #define TMDS1EncoderControl TMDSAEncoderControl
6963 #define TMDS2EncoderControl LVTMAEncoderControl
6964
6965 #define DFP1OutputControl   TMDSAOutputControl
6966 #define DFP2OutputControl   LVTMAOutputControl
6967 #define CRT1OutputControl   DAC1OutputControl
6968 #define CRT2OutputControl   DAC2OutputControl
6969
6970 //These two lines will be removed for sure in a few days, will follow up with Michael V.
6971 #define EnableLVDS_SS   EnableSpreadSpectrumOnPPLL
6972 #define ENABLE_LVDS_SS_PARAMETERS_V3  ENABLE_SPREAD_SPECTRUM_ON_PPLL  
6973
6974 //#define ATOM_S2_CRT1_DPMS_STATE         0x00010000L
6975 //#define ATOM_S2_LCD1_DPMS_STATE               ATOM_S2_CRT1_DPMS_STATE
6976 //#define ATOM_S2_TV1_DPMS_STATE          ATOM_S2_CRT1_DPMS_STATE
6977 //#define ATOM_S2_DFP1_DPMS_STATE         ATOM_S2_CRT1_DPMS_STATE
6978 //#define ATOM_S2_CRT2_DPMS_STATE         ATOM_S2_CRT1_DPMS_STATE
6979
6980 #define ATOM_S6_ACC_REQ_TV2             0x00400000L
6981 #define ATOM_DEVICE_TV2_INDEX           0x00000006
6982 #define ATOM_DEVICE_TV2_SUPPORT         (0x1L << ATOM_DEVICE_TV2_INDEX)
6983 #define ATOM_S0_TV2                     0x00100000L
6984 #define ATOM_S3_TV2_ACTIVE              ATOM_S3_DFP6_ACTIVE
6985 #define ATOM_S3_TV2_CRTC_ACTIVE         ATOM_S3_DFP6_CRTC_ACTIVE
6986
6987 //
6988 #define ATOM_S2_CRT1_DPMS_STATE         0x00010000L
6989 #define ATOM_S2_LCD1_DPMS_STATE         0x00020000L
6990 #define ATOM_S2_TV1_DPMS_STATE          0x00040000L
6991 #define ATOM_S2_DFP1_DPMS_STATE         0x00080000L
6992 #define ATOM_S2_CRT2_DPMS_STATE         0x00100000L
6993 #define ATOM_S2_LCD2_DPMS_STATE         0x00200000L
6994 #define ATOM_S2_TV2_DPMS_STATE          0x00400000L
6995 #define ATOM_S2_DFP2_DPMS_STATE         0x00800000L
6996 #define ATOM_S2_CV_DPMS_STATE           0x01000000L
6997 #define ATOM_S2_DFP3_DPMS_STATE                                 0x02000000L
6998 #define ATOM_S2_DFP4_DPMS_STATE                                 0x04000000L
6999 #define ATOM_S2_DFP5_DPMS_STATE                                 0x08000000L
7000
7001 #define ATOM_S2_CRT1_DPMS_STATEb2       0x01
7002 #define ATOM_S2_LCD1_DPMS_STATEb2       0x02
7003 #define ATOM_S2_TV1_DPMS_STATEb2        0x04
7004 #define ATOM_S2_DFP1_DPMS_STATEb2       0x08
7005 #define ATOM_S2_CRT2_DPMS_STATEb2       0x10
7006 #define ATOM_S2_LCD2_DPMS_STATEb2       0x20
7007 #define ATOM_S2_TV2_DPMS_STATEb2        0x40
7008 #define ATOM_S2_DFP2_DPMS_STATEb2       0x80
7009 #define ATOM_S2_CV_DPMS_STATEb3         0x01
7010 #define ATOM_S2_DFP3_DPMS_STATEb3                               0x02
7011 #define ATOM_S2_DFP4_DPMS_STATEb3                               0x04
7012 #define ATOM_S2_DFP5_DPMS_STATEb3                               0x08
7013
7014 #define ATOM_S3_ASIC_GUI_ENGINE_HUNGb3  0x20
7015 #define ATOM_S3_ALLOW_FAST_PWR_SWITCHb3 0x40
7016 #define ATOM_S3_RQST_GPU_USE_MIN_PWRb3  0x80
7017
7018 /*********************************************************************************/
7019
7020 #pragma pack() // BIOS data must use byte aligment
7021
7022 #endif /* _ATOMBIOS_H */