]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/dev/drm2/radeon/r500_reg.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / dev / drm2 / radeon / r500_reg.h
1 /*
2  * Copyright 2008 Advanced Micro Devices, Inc.
3  * Copyright 2008 Red Hat Inc.
4  * Copyright 2009 Jerome Glisse.
5  *
6  * Permission is hereby granted, free of charge, to any person obtaining a
7  * copy of this software and associated documentation files (the "Software"),
8  * to deal in the Software without restriction, including without limitation
9  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
10  * and/or sell copies of the Software, and to permit persons to whom the
11  * Software is furnished to do so, subject to the following conditions:
12  *
13  * The above copyright notice and this permission notice shall be included in
14  * all copies or substantial portions of the Software.
15  *
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
19  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
20  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22  * OTHER DEALINGS IN THE SOFTWARE.
23  *
24  * Authors: Dave Airlie
25  *          Alex Deucher
26  *          Jerome Glisse
27  */
28 #ifndef __R500_REG_H__
29 #define __R500_REG_H__
30
31 #include <sys/cdefs.h>
32 __FBSDID("$FreeBSD$");
33
34 /* pipe config regs */
35 #define R300_GA_POLY_MODE                               0x4288
36 #       define R300_FRONT_PTYPE_POINT                   (0 << 4)
37 #       define R300_FRONT_PTYPE_LINE                    (1 << 4)
38 #       define R300_FRONT_PTYPE_TRIANGE                 (2 << 4)
39 #       define R300_BACK_PTYPE_POINT                    (0 << 7)
40 #       define R300_BACK_PTYPE_LINE                     (1 << 7)
41 #       define R300_BACK_PTYPE_TRIANGE                  (2 << 7)
42 #define R300_GA_ROUND_MODE                              0x428c
43 #       define R300_GEOMETRY_ROUND_TRUNC                (0 << 0)
44 #       define R300_GEOMETRY_ROUND_NEAREST              (1 << 0)
45 #       define R300_COLOR_ROUND_TRUNC                   (0 << 2)
46 #       define R300_COLOR_ROUND_NEAREST                 (1 << 2)
47 #define R300_GB_MSPOS0                                  0x4010
48 #       define R300_MS_X0_SHIFT                         0
49 #       define R300_MS_Y0_SHIFT                         4
50 #       define R300_MS_X1_SHIFT                         8
51 #       define R300_MS_Y1_SHIFT                         12
52 #       define R300_MS_X2_SHIFT                         16
53 #       define R300_MS_Y2_SHIFT                         20
54 #       define R300_MSBD0_Y_SHIFT                       24
55 #       define R300_MSBD0_X_SHIFT                       28
56 #define R300_GB_MSPOS1                                  0x4014
57 #       define R300_MS_X3_SHIFT                         0
58 #       define R300_MS_Y3_SHIFT                         4
59 #       define R300_MS_X4_SHIFT                         8
60 #       define R300_MS_Y4_SHIFT                         12
61 #       define R300_MS_X5_SHIFT                         16
62 #       define R300_MS_Y5_SHIFT                         20
63 #       define R300_MSBD1_SHIFT                         24
64
65 #define R300_GA_ENHANCE                                 0x4274
66 #       define R300_GA_DEADLOCK_CNTL                    (1 << 0)
67 #       define R300_GA_FASTSYNC_CNTL                    (1 << 1)
68 #define R300_RB3D_DSTCACHE_CTLSTAT              0x4e4c
69 #       define R300_RB3D_DC_FLUSH               (2 << 0)
70 #       define R300_RB3D_DC_FREE                (2 << 2)
71 #       define R300_RB3D_DC_FINISH              (1 << 4)
72 #define R300_RB3D_ZCACHE_CTLSTAT                        0x4f18
73 #       define R300_ZC_FLUSH                            (1 << 0)
74 #       define R300_ZC_FREE                             (1 << 1)
75 #       define R300_ZC_FLUSH_ALL                        0x3
76 #define R400_GB_PIPE_SELECT             0x402c
77 #define R500_DYN_SCLK_PWMEM_PIPE        0x000d /* PLL */
78 #define R500_SU_REG_DEST                0x42c8
79 #define R300_GB_TILE_CONFIG             0x4018
80 #       define R300_ENABLE_TILING       (1 << 0)
81 #       define R300_PIPE_COUNT_RV350    (0 << 1)
82 #       define R300_PIPE_COUNT_R300     (3 << 1)
83 #       define R300_PIPE_COUNT_R420_3P  (6 << 1)
84 #       define R300_PIPE_COUNT_R420     (7 << 1)
85 #       define R300_TILE_SIZE_8         (0 << 4)
86 #       define R300_TILE_SIZE_16        (1 << 4)
87 #       define R300_TILE_SIZE_32        (2 << 4)
88 #       define R300_SUBPIXEL_1_12       (0 << 16)
89 #       define R300_SUBPIXEL_1_16       (1 << 16)
90 #define R300_DST_PIPE_CONFIG            0x170c
91 #       define R300_PIPE_AUTO_CONFIG    (1 << 31)
92 #define R300_RB2D_DSTCACHE_MODE         0x3428
93 #       define R300_DC_AUTOFLUSH_ENABLE (1 << 8)
94 #       define R300_DC_DC_DISABLE_IGNORE_PE (1 << 17)
95
96 #define RADEON_CP_STAT          0x7C0
97 #define RADEON_RBBM_CMDFIFO_ADDR        0xE70
98 #define RADEON_RBBM_CMDFIFO_DATA        0xE74
99 #define RADEON_ISYNC_CNTL               0x1724
100 #       define RADEON_ISYNC_ANY2D_IDLE3D        (1 << 0)
101 #       define RADEON_ISYNC_ANY3D_IDLE2D        (1 << 1)
102 #       define RADEON_ISYNC_TRIG2D_IDLE3D       (1 << 2)
103 #       define RADEON_ISYNC_TRIG3D_IDLE2D       (1 << 3)
104 #       define RADEON_ISYNC_WAIT_IDLEGUI        (1 << 4)
105 #       define RADEON_ISYNC_CPSCRATCH_IDLEGUI   (1 << 5)
106
107 #define RS480_NB_MC_INDEX               0x168
108 #       define RS480_NB_MC_IND_WR_EN    (1 << 8)
109 #define RS480_NB_MC_DATA                0x16c
110
111 /*
112  * RS690
113  */
114 #define RS690_MCCFG_FB_LOCATION         0x100
115 #define         RS690_MC_FB_START_MASK          0x0000FFFF
116 #define         RS690_MC_FB_START_SHIFT         0
117 #define         RS690_MC_FB_TOP_MASK            0xFFFF0000
118 #define         RS690_MC_FB_TOP_SHIFT           16
119 #define RS690_MCCFG_AGP_LOCATION        0x101
120 #define         RS690_MC_AGP_START_MASK         0x0000FFFF
121 #define         RS690_MC_AGP_START_SHIFT        0
122 #define         RS690_MC_AGP_TOP_MASK           0xFFFF0000
123 #define         RS690_MC_AGP_TOP_SHIFT          16
124 #define RS690_MCCFG_AGP_BASE            0x102
125 #define RS690_MCCFG_AGP_BASE_2          0x103
126 #define RS690_MC_INIT_MISC_LAT_TIMER            0x104
127 #define RS690_HDP_FB_LOCATION           0x0134
128 #define RS690_MC_INDEX                          0x78
129 #       define RS690_MC_INDEX_MASK              0x1ff
130 #       define RS690_MC_INDEX_WR_EN             (1 << 9)
131 #       define RS690_MC_INDEX_WR_ACK            0x7f
132 #define RS690_MC_NB_CNTL                        0x0
133 #       define RS690_HIDE_MMCFG_BAR             (1 << 3)
134 #       define RS690_AGPMODE30                  (1 << 4)
135 #       define RS690_AGP30ENHANCED              (1 << 5)
136 #define RS690_MC_DATA                           0x7c
137 #define RS690_MC_STATUS                         0x90
138 #define RS690_MC_STATUS_IDLE                    (1 << 0)
139 #define RS480_AGP_BASE_2                0x0164
140 #define RS480_MC_MISC_CNTL              0x18
141 #       define RS480_DISABLE_GTW        (1 << 1)
142 #       define RS480_GART_INDEX_REG_EN  (1 << 12)
143 #       define RS690_BLOCK_GFX_D3_EN    (1 << 14)
144 #define RS480_GART_FEATURE_ID           0x2b
145 #       define RS480_HANG_EN            (1 << 11)
146 #       define RS480_TLB_ENABLE         (1 << 18)
147 #       define RS480_P2P_ENABLE         (1 << 19)
148 #       define RS480_GTW_LAC_EN         (1 << 25)
149 #       define RS480_2LEVEL_GART        (0 << 30)
150 #       define RS480_1LEVEL_GART        (1 << 30)
151 #       define RS480_PDC_EN             (1 << 31)
152 #define RS480_GART_BASE                 0x2c
153 #define RS480_GART_CACHE_CNTRL          0x2e
154 #       define RS480_GART_CACHE_INVALIDATE (1 << 0) /* wait for it to clear */
155 #define RS480_AGP_ADDRESS_SPACE_SIZE    0x38
156 #       define RS480_GART_EN            (1 << 0)
157 #       define RS480_VA_SIZE_32MB       (0 << 1)
158 #       define RS480_VA_SIZE_64MB       (1 << 1)
159 #       define RS480_VA_SIZE_128MB      (2 << 1)
160 #       define RS480_VA_SIZE_256MB      (3 << 1)
161 #       define RS480_VA_SIZE_512MB      (4 << 1)
162 #       define RS480_VA_SIZE_1GB        (5 << 1)
163 #       define RS480_VA_SIZE_2GB        (6 << 1)
164 #define RS480_AGP_MODE_CNTL             0x39
165 #       define RS480_POST_GART_Q_SIZE   (1 << 18)
166 #       define RS480_NONGART_SNOOP      (1 << 19)
167 #       define RS480_AGP_RD_BUF_SIZE    (1 << 20)
168 #       define RS480_REQ_TYPE_SNOOP_SHIFT 22
169 #       define RS480_REQ_TYPE_SNOOP_MASK  0x3
170 #       define RS480_REQ_TYPE_SNOOP_DIS (1 << 24)
171
172 #define RS690_AIC_CTRL_SCRATCH          0x3A
173 #       define RS690_DIS_OUT_OF_PCI_GART_ACCESS (1 << 1)
174
175 /*
176  * RS600
177  */
178 #define RS600_MC_STATUS                         0x0
179 #define RS600_MC_STATUS_IDLE                    (1 << 0)
180 #define RS600_MC_INDEX                          0x70
181 #       define RS600_MC_ADDR_MASK               0xffff
182 #       define RS600_MC_IND_SEQ_RBS_0           (1 << 16)
183 #       define RS600_MC_IND_SEQ_RBS_1           (1 << 17)
184 #       define RS600_MC_IND_SEQ_RBS_2           (1 << 18)
185 #       define RS600_MC_IND_SEQ_RBS_3           (1 << 19)
186 #       define RS600_MC_IND_AIC_RBS             (1 << 20)
187 #       define RS600_MC_IND_CITF_ARB0           (1 << 21)
188 #       define RS600_MC_IND_CITF_ARB1           (1 << 22)
189 #       define RS600_MC_IND_WR_EN               (1 << 23)
190 #define RS600_MC_DATA                           0x74
191 #define RS600_MC_STATUS                         0x0
192 #       define RS600_MC_IDLE                    (1 << 1)
193 #define RS600_MC_FB_LOCATION                    0x4
194 #define         RS600_MC_FB_START_MASK          0x0000FFFF
195 #define         RS600_MC_FB_START_SHIFT         0
196 #define         RS600_MC_FB_TOP_MASK            0xFFFF0000
197 #define         RS600_MC_FB_TOP_SHIFT           16
198 #define RS600_MC_AGP_LOCATION                   0x5
199 #define         RS600_MC_AGP_START_MASK         0x0000FFFF
200 #define         RS600_MC_AGP_START_SHIFT        0
201 #define         RS600_MC_AGP_TOP_MASK           0xFFFF0000
202 #define         RS600_MC_AGP_TOP_SHIFT          16
203 #define RS600_MC_AGP_BASE                          0x6
204 #define RS600_MC_AGP_BASE_2                        0x7
205 #define RS600_MC_CNTL1                          0x9
206 #       define RS600_ENABLE_PAGE_TABLES         (1 << 26)
207 #define RS600_MC_PT0_CNTL                       0x100
208 #       define RS600_ENABLE_PT                  (1 << 0)
209 #       define RS600_EFFECTIVE_L2_CACHE_SIZE(x) ((x) << 15)
210 #       define RS600_EFFECTIVE_L2_QUEUE_SIZE(x) ((x) << 21)
211 #       define RS600_INVALIDATE_ALL_L1_TLBS     (1 << 28)
212 #       define RS600_INVALIDATE_L2_CACHE        (1 << 29)
213 #define RS600_MC_PT0_CONTEXT0_CNTL              0x102
214 #       define RS600_ENABLE_PAGE_TABLE          (1 << 0)
215 #       define RS600_PAGE_TABLE_TYPE_FLAT       (0 << 1)
216 #define RS600_MC_PT0_SYSTEM_APERTURE_LOW_ADDR   0x112
217 #define RS600_MC_PT0_SYSTEM_APERTURE_HIGH_ADDR  0x114
218 #define RS600_MC_PT0_CONTEXT0_DEFAULT_READ_ADDR 0x11c
219 #define RS600_MC_PT0_CONTEXT0_FLAT_BASE_ADDR    0x12c
220 #define RS600_MC_PT0_CONTEXT0_FLAT_START_ADDR   0x13c
221 #define RS600_MC_PT0_CONTEXT0_FLAT_END_ADDR     0x14c
222 #define RS600_MC_PT0_CLIENT0_CNTL               0x16c
223 #       define RS600_ENABLE_TRANSLATION_MODE_OVERRIDE       (1 << 0)
224 #       define RS600_TRANSLATION_MODE_OVERRIDE              (1 << 1)
225 #       define RS600_SYSTEM_ACCESS_MODE_MASK                (3 << 8)
226 #       define RS600_SYSTEM_ACCESS_MODE_PA_ONLY             (0 << 8)
227 #       define RS600_SYSTEM_ACCESS_MODE_USE_SYS_MAP         (1 << 8)
228 #       define RS600_SYSTEM_ACCESS_MODE_IN_SYS              (2 << 8)
229 #       define RS600_SYSTEM_ACCESS_MODE_NOT_IN_SYS          (3 << 8)
230 #       define RS600_SYSTEM_APERTURE_UNMAPPED_ACCESS_PASSTHROUGH        (0 << 10)
231 #       define RS600_SYSTEM_APERTURE_UNMAPPED_ACCESS_DEFAULT_PAGE       (1 << 10)
232 #       define RS600_EFFECTIVE_L1_CACHE_SIZE(x) ((x) << 11)
233 #       define RS600_ENABLE_FRAGMENT_PROCESSING (1 << 14)
234 #       define RS600_EFFECTIVE_L1_QUEUE_SIZE(x) ((x) << 15)
235 #       define RS600_INVALIDATE_L1_TLB          (1 << 20)
236 /* rs600/rs690/rs740 */
237 #       define RS600_BUS_MASTER_DIS             (1 << 14)
238 #       define RS600_MSI_REARM                  (1 << 20)
239 /* see RS400_MSI_REARM in AIC_CNTL for rs480 */
240
241
242
243 #define RV515_MC_FB_LOCATION            0x01
244 #define         RV515_MC_FB_START_MASK          0x0000FFFF
245 #define         RV515_MC_FB_START_SHIFT         0
246 #define         RV515_MC_FB_TOP_MASK            0xFFFF0000
247 #define         RV515_MC_FB_TOP_SHIFT           16
248 #define RV515_MC_AGP_LOCATION           0x02
249 #define         RV515_MC_AGP_START_MASK         0x0000FFFF
250 #define         RV515_MC_AGP_START_SHIFT        0
251 #define         RV515_MC_AGP_TOP_MASK           0xFFFF0000
252 #define         RV515_MC_AGP_TOP_SHIFT          16
253 #define RV515_MC_AGP_BASE               0x03
254 #define RV515_MC_AGP_BASE_2             0x04
255
256 #define R520_MC_FB_LOCATION             0x04
257 #define         R520_MC_FB_START_MASK           0x0000FFFF
258 #define         R520_MC_FB_START_SHIFT          0
259 #define         R520_MC_FB_TOP_MASK             0xFFFF0000
260 #define         R520_MC_FB_TOP_SHIFT            16
261 #define R520_MC_AGP_LOCATION            0x05
262 #define         R520_MC_AGP_START_MASK          0x0000FFFF
263 #define         R520_MC_AGP_START_SHIFT         0
264 #define         R520_MC_AGP_TOP_MASK            0xFFFF0000
265 #define         R520_MC_AGP_TOP_SHIFT           16
266 #define R520_MC_AGP_BASE                0x06
267 #define R520_MC_AGP_BASE_2              0x07
268
269
270 #define AVIVO_MC_INDEX                                          0x0070
271 #define R520_MC_STATUS 0x00
272 #define R520_MC_STATUS_IDLE (1<<1)
273 #define RV515_MC_STATUS 0x08
274 #define RV515_MC_STATUS_IDLE (1<<4)
275 #define RV515_MC_INIT_MISC_LAT_TIMER            0x09
276 #define AVIVO_MC_DATA                                           0x0074
277
278 #define R520_MC_IND_INDEX 0x70
279 #define R520_MC_IND_WR_EN (1 << 24)
280 #define R520_MC_IND_DATA  0x74
281
282 #define RV515_MC_CNTL          0x5
283 #       define RV515_MEM_NUM_CHANNELS_MASK  0x3
284 #define R520_MC_CNTL0          0x8
285 #       define R520_MEM_NUM_CHANNELS_MASK  (0x3 << 24)
286 #       define R520_MEM_NUM_CHANNELS_SHIFT  24
287 #       define R520_MC_CHANNEL_SIZE  (1 << 23)
288
289 #define AVIVO_CP_DYN_CNTL                              0x000f /* PLL */
290 #       define AVIVO_CP_FORCEON                        (1 << 0)
291 #define AVIVO_E2_DYN_CNTL                              0x0011 /* PLL */
292 #       define AVIVO_E2_FORCEON                        (1 << 0)
293 #define AVIVO_IDCT_DYN_CNTL                            0x0013 /* PLL */
294 #       define AVIVO_IDCT_FORCEON                      (1 << 0)
295
296 #define AVIVO_HDP_FB_LOCATION 0x134
297
298 #define AVIVO_VGA_RENDER_CONTROL                                0x0300
299 #       define AVIVO_VGA_VSTATUS_CNTL_MASK                      (3 << 16)
300 #define AVIVO_D1VGA_CONTROL                                     0x0330
301 #       define AVIVO_DVGA_CONTROL_MODE_ENABLE (1<<0)
302 #       define AVIVO_DVGA_CONTROL_TIMING_SELECT (1<<8)
303 #       define AVIVO_DVGA_CONTROL_SYNC_POLARITY_SELECT (1<<9)
304 #       define AVIVO_DVGA_CONTROL_OVERSCAN_TIMING_SELECT (1<<10)
305 #       define AVIVO_DVGA_CONTROL_OVERSCAN_COLOR_EN (1<<16)
306 #       define AVIVO_DVGA_CONTROL_ROTATE (1<<24)
307 #define AVIVO_D2VGA_CONTROL                                     0x0338
308
309 #define AVIVO_EXT1_PPLL_REF_DIV_SRC                             0x400
310 #define AVIVO_EXT1_PPLL_REF_DIV                                 0x404
311 #define AVIVO_EXT1_PPLL_UPDATE_LOCK                             0x408
312 #define AVIVO_EXT1_PPLL_UPDATE_CNTL                             0x40c
313
314 #define AVIVO_EXT2_PPLL_REF_DIV_SRC                             0x410
315 #define AVIVO_EXT2_PPLL_REF_DIV                                 0x414
316 #define AVIVO_EXT2_PPLL_UPDATE_LOCK                             0x418
317 #define AVIVO_EXT2_PPLL_UPDATE_CNTL                             0x41c
318
319 #define AVIVO_EXT1_PPLL_FB_DIV                                   0x430
320 #define AVIVO_EXT2_PPLL_FB_DIV                                   0x434
321
322 #define AVIVO_EXT1_PPLL_POST_DIV_SRC                                 0x438
323 #define AVIVO_EXT1_PPLL_POST_DIV                                     0x43c
324
325 #define AVIVO_EXT2_PPLL_POST_DIV_SRC                                 0x440
326 #define AVIVO_EXT2_PPLL_POST_DIV                                     0x444
327
328 #define AVIVO_EXT1_PPLL_CNTL                                    0x448
329 #define AVIVO_EXT2_PPLL_CNTL                                    0x44c
330
331 #define AVIVO_P1PLL_CNTL                                        0x450
332 #define AVIVO_P2PLL_CNTL                                        0x454
333 #define AVIVO_P1PLL_INT_SS_CNTL                                 0x458
334 #define AVIVO_P2PLL_INT_SS_CNTL                                 0x45c
335 #define AVIVO_P1PLL_TMDSA_CNTL                                  0x460
336 #define AVIVO_P2PLL_LVTMA_CNTL                                  0x464
337
338 #define AVIVO_PCLK_CRTC1_CNTL                                   0x480
339 #define AVIVO_PCLK_CRTC2_CNTL                                   0x484
340
341 #define AVIVO_D1CRTC_H_TOTAL                                    0x6000
342 #define AVIVO_D1CRTC_H_BLANK_START_END                          0x6004
343 #define AVIVO_D1CRTC_H_SYNC_A                                   0x6008
344 #define AVIVO_D1CRTC_H_SYNC_A_CNTL                              0x600c
345 #define AVIVO_D1CRTC_H_SYNC_B                                   0x6010
346 #define AVIVO_D1CRTC_H_SYNC_B_CNTL                              0x6014
347
348 #define AVIVO_D1CRTC_V_TOTAL                                    0x6020
349 #define AVIVO_D1CRTC_V_BLANK_START_END                          0x6024
350 #define AVIVO_D1CRTC_V_SYNC_A                                   0x6028
351 #define AVIVO_D1CRTC_V_SYNC_A_CNTL                              0x602c
352 #define AVIVO_D1CRTC_V_SYNC_B                                   0x6030
353 #define AVIVO_D1CRTC_V_SYNC_B_CNTL                              0x6034
354
355 #define AVIVO_D1CRTC_CONTROL                                    0x6080
356 #       define AVIVO_CRTC_EN                                    (1 << 0)
357 #       define AVIVO_CRTC_DISP_READ_REQUEST_DISABLE             (1 << 24)
358 #define AVIVO_D1CRTC_BLANK_CONTROL                              0x6084
359 #define AVIVO_D1CRTC_INTERLACE_CONTROL                          0x6088
360 #define AVIVO_D1CRTC_INTERLACE_STATUS                           0x608c
361 #define AVIVO_D1CRTC_STATUS                                     0x609c
362 #       define AVIVO_D1CRTC_V_BLANK                             (1 << 0)
363 #define AVIVO_D1CRTC_STATUS_POSITION                            0x60a0
364 #define AVIVO_D1CRTC_FRAME_COUNT                                0x60a4
365 #define AVIVO_D1CRTC_STEREO_CONTROL                             0x60c4
366
367 #define AVIVO_D1MODE_MASTER_UPDATE_MODE                         0x60e4
368
369 /* master controls */
370 #define AVIVO_DC_CRTC_MASTER_EN                                 0x60f8
371 #define AVIVO_DC_CRTC_TV_CONTROL                                0x60fc
372
373 #define AVIVO_D1GRPH_ENABLE                                     0x6100
374 #define AVIVO_D1GRPH_CONTROL                                    0x6104
375 #       define AVIVO_D1GRPH_CONTROL_DEPTH_8BPP                  (0 << 0)
376 #       define AVIVO_D1GRPH_CONTROL_DEPTH_16BPP                 (1 << 0)
377 #       define AVIVO_D1GRPH_CONTROL_DEPTH_32BPP                 (2 << 0)
378 #       define AVIVO_D1GRPH_CONTROL_DEPTH_64BPP                 (3 << 0)
379
380 #       define AVIVO_D1GRPH_CONTROL_8BPP_INDEXED                (0 << 8)
381
382 #       define AVIVO_D1GRPH_CONTROL_16BPP_ARGB1555              (0 << 8)
383 #       define AVIVO_D1GRPH_CONTROL_16BPP_RGB565                (1 << 8)
384 #       define AVIVO_D1GRPH_CONTROL_16BPP_ARGB4444              (2 << 8)
385 #       define AVIVO_D1GRPH_CONTROL_16BPP_AI88                  (3 << 8)
386 #       define AVIVO_D1GRPH_CONTROL_16BPP_MONO16                (4 << 8)
387
388 #       define AVIVO_D1GRPH_CONTROL_32BPP_ARGB8888              (0 << 8)
389 #       define AVIVO_D1GRPH_CONTROL_32BPP_ARGB2101010           (1 << 8)
390 #       define AVIVO_D1GRPH_CONTROL_32BPP_DIGITAL               (2 << 8)
391 #       define AVIVO_D1GRPH_CONTROL_32BPP_8B_ARGB2101010        (3 << 8)
392
393
394 #       define AVIVO_D1GRPH_CONTROL_64BPP_ARGB16161616          (0 << 8)
395
396 #       define AVIVO_D1GRPH_SWAP_RB                             (1 << 16)
397 #       define AVIVO_D1GRPH_TILED                               (1 << 20)
398 #       define AVIVO_D1GRPH_MACRO_ADDRESS_MODE                  (1 << 21)
399
400 #       define R600_D1GRPH_ARRAY_MODE_LINEAR_GENERAL            (0 << 20)
401 #       define R600_D1GRPH_ARRAY_MODE_LINEAR_ALIGNED            (1 << 20)
402 #       define R600_D1GRPH_ARRAY_MODE_1D_TILED_THIN1            (2 << 20)
403 #       define R600_D1GRPH_ARRAY_MODE_2D_TILED_THIN1            (4 << 20)
404
405 /* The R7xx *_HIGH surface regs are backwards; the D1 regs are in the D2
406  * block and vice versa.  This applies to GRPH, CUR, etc.
407  */
408 #define AVIVO_D1GRPH_LUT_SEL                                    0x6108
409 #define AVIVO_D1GRPH_PRIMARY_SURFACE_ADDRESS                    0x6110
410 #define R700_D1GRPH_PRIMARY_SURFACE_ADDRESS_HIGH                0x6914
411 #define R700_D2GRPH_PRIMARY_SURFACE_ADDRESS_HIGH                0x6114
412 #define AVIVO_D1GRPH_SECONDARY_SURFACE_ADDRESS                  0x6118
413 #define R700_D1GRPH_SECONDARY_SURFACE_ADDRESS_HIGH              0x691c
414 #define R700_D2GRPH_SECONDARY_SURFACE_ADDRESS_HIGH              0x611c
415 #define AVIVO_D1GRPH_PITCH                                      0x6120
416 #define AVIVO_D1GRPH_SURFACE_OFFSET_X                           0x6124
417 #define AVIVO_D1GRPH_SURFACE_OFFSET_Y                           0x6128
418 #define AVIVO_D1GRPH_X_START                                    0x612c
419 #define AVIVO_D1GRPH_Y_START                                    0x6130
420 #define AVIVO_D1GRPH_X_END                                      0x6134
421 #define AVIVO_D1GRPH_Y_END                                      0x6138
422 #define AVIVO_D1GRPH_UPDATE                                     0x6144
423 #       define AVIVO_D1GRPH_SURFACE_UPDATE_PENDING              (1 << 2)
424 #       define AVIVO_D1GRPH_UPDATE_LOCK                         (1 << 16)
425 #define AVIVO_D1GRPH_FLIP_CONTROL                               0x6148
426 #       define AVIVO_D1GRPH_SURFACE_UPDATE_H_RETRACE_EN         (1 << 0)
427
428 #define AVIVO_D1CUR_CONTROL                     0x6400
429 #       define AVIVO_D1CURSOR_EN                (1 << 0)
430 #       define AVIVO_D1CURSOR_MODE_SHIFT        8
431 #       define AVIVO_D1CURSOR_MODE_MASK         (3 << 8)
432 #       define AVIVO_D1CURSOR_MODE_24BPP        2
433 #define AVIVO_D1CUR_SURFACE_ADDRESS             0x6408
434 #define R700_D1CUR_SURFACE_ADDRESS_HIGH         0x6c0c
435 #define R700_D2CUR_SURFACE_ADDRESS_HIGH         0x640c
436 #define AVIVO_D1CUR_SIZE                        0x6410
437 #define AVIVO_D1CUR_POSITION                    0x6414
438 #define AVIVO_D1CUR_HOT_SPOT                    0x6418
439 #define AVIVO_D1CUR_UPDATE                      0x6424
440 #       define AVIVO_D1CURSOR_UPDATE_LOCK       (1 << 16)
441
442 #define AVIVO_DC_LUT_RW_SELECT                  0x6480
443 #define AVIVO_DC_LUT_RW_MODE                    0x6484
444 #define AVIVO_DC_LUT_RW_INDEX                   0x6488
445 #define AVIVO_DC_LUT_SEQ_COLOR                  0x648c
446 #define AVIVO_DC_LUT_PWL_DATA                   0x6490
447 #define AVIVO_DC_LUT_30_COLOR                   0x6494
448 #define AVIVO_DC_LUT_READ_PIPE_SELECT           0x6498
449 #define AVIVO_DC_LUT_WRITE_EN_MASK              0x649c
450 #define AVIVO_DC_LUT_AUTOFILL                   0x64a0
451
452 #define AVIVO_DC_LUTA_CONTROL                   0x64c0
453 #define AVIVO_DC_LUTA_BLACK_OFFSET_BLUE         0x64c4
454 #define AVIVO_DC_LUTA_BLACK_OFFSET_GREEN        0x64c8
455 #define AVIVO_DC_LUTA_BLACK_OFFSET_RED          0x64cc
456 #define AVIVO_DC_LUTA_WHITE_OFFSET_BLUE         0x64d0
457 #define AVIVO_DC_LUTA_WHITE_OFFSET_GREEN        0x64d4
458 #define AVIVO_DC_LUTA_WHITE_OFFSET_RED          0x64d8
459
460 #define AVIVO_DC_LB_MEMORY_SPLIT                0x6520
461 #       define AVIVO_DC_LB_MEMORY_SPLIT_MASK    0x3
462 #       define AVIVO_DC_LB_MEMORY_SPLIT_SHIFT   0
463 #       define AVIVO_DC_LB_MEMORY_SPLIT_D1HALF_D2HALF  0
464 #       define AVIVO_DC_LB_MEMORY_SPLIT_D1_3Q_D2_1Q    1
465 #       define AVIVO_DC_LB_MEMORY_SPLIT_D1_ONLY        2
466 #       define AVIVO_DC_LB_MEMORY_SPLIT_D1_1Q_D2_3Q    3
467 #       define AVIVO_DC_LB_MEMORY_SPLIT_SHIFT_MODE (1 << 2)
468 #       define AVIVO_DC_LB_DISP1_END_ADR_SHIFT  4
469 #       define AVIVO_DC_LB_DISP1_END_ADR_MASK   0x7ff
470
471 #define AVIVO_D1MODE_DATA_FORMAT                0x6528
472 #       define AVIVO_D1MODE_INTERLEAVE_EN       (1 << 0)
473 #define AVIVO_D1MODE_DESKTOP_HEIGHT             0x652C
474 #define AVIVO_D1MODE_VBLANK_STATUS              0x6534
475 #       define AVIVO_VBLANK_ACK                 (1 << 4)
476 #define AVIVO_D1MODE_VLINE_START_END            0x6538
477 #define AVIVO_D1MODE_VLINE_STATUS               0x653c
478 #       define AVIVO_D1MODE_VLINE_STAT          (1 << 12)
479 #define AVIVO_DxMODE_INT_MASK                   0x6540
480 #       define AVIVO_D1MODE_INT_MASK            (1 << 0)
481 #       define AVIVO_D2MODE_INT_MASK            (1 << 8)
482 #define AVIVO_D1MODE_VIEWPORT_START             0x6580
483 #define AVIVO_D1MODE_VIEWPORT_SIZE              0x6584
484 #define AVIVO_D1MODE_EXT_OVERSCAN_LEFT_RIGHT    0x6588
485 #define AVIVO_D1MODE_EXT_OVERSCAN_TOP_BOTTOM    0x658c
486
487 #define AVIVO_D1SCL_SCALER_ENABLE               0x6590
488 #define AVIVO_D1SCL_SCALER_TAP_CONTROL          0x6594
489 #define AVIVO_D1SCL_UPDATE                      0x65cc
490 #       define AVIVO_D1SCL_UPDATE_LOCK          (1 << 16)
491
492 /* second crtc */
493 #define AVIVO_D2CRTC_H_TOTAL                                    0x6800
494 #define AVIVO_D2CRTC_H_BLANK_START_END                          0x6804
495 #define AVIVO_D2CRTC_H_SYNC_A                                   0x6808
496 #define AVIVO_D2CRTC_H_SYNC_A_CNTL                              0x680c
497 #define AVIVO_D2CRTC_H_SYNC_B                                   0x6810
498 #define AVIVO_D2CRTC_H_SYNC_B_CNTL                              0x6814
499
500 #define AVIVO_D2CRTC_V_TOTAL                                    0x6820
501 #define AVIVO_D2CRTC_V_BLANK_START_END                          0x6824
502 #define AVIVO_D2CRTC_V_SYNC_A                                   0x6828
503 #define AVIVO_D2CRTC_V_SYNC_A_CNTL                              0x682c
504 #define AVIVO_D2CRTC_V_SYNC_B                                   0x6830
505 #define AVIVO_D2CRTC_V_SYNC_B_CNTL                              0x6834
506
507 #define AVIVO_D2CRTC_CONTROL                                    0x6880
508 #define AVIVO_D2CRTC_BLANK_CONTROL                              0x6884
509 #define AVIVO_D2CRTC_INTERLACE_CONTROL                          0x6888
510 #define AVIVO_D2CRTC_INTERLACE_STATUS                           0x688c
511 #define AVIVO_D2CRTC_STATUS_POSITION                            0x68a0
512 #define AVIVO_D2CRTC_FRAME_COUNT                                0x68a4
513 #define AVIVO_D2CRTC_STEREO_CONTROL                             0x68c4
514
515 #define AVIVO_D2GRPH_ENABLE                                     0x6900
516 #define AVIVO_D2GRPH_CONTROL                                    0x6904
517 #define AVIVO_D2GRPH_LUT_SEL                                    0x6908
518 #define AVIVO_D2GRPH_PRIMARY_SURFACE_ADDRESS                    0x6910
519 #define AVIVO_D2GRPH_SECONDARY_SURFACE_ADDRESS                  0x6918
520 #define AVIVO_D2GRPH_PITCH                                      0x6920
521 #define AVIVO_D2GRPH_SURFACE_OFFSET_X                           0x6924
522 #define AVIVO_D2GRPH_SURFACE_OFFSET_Y                           0x6928
523 #define AVIVO_D2GRPH_X_START                                    0x692c
524 #define AVIVO_D2GRPH_Y_START                                    0x6930
525 #define AVIVO_D2GRPH_X_END                                      0x6934
526 #define AVIVO_D2GRPH_Y_END                                      0x6938
527 #define AVIVO_D2GRPH_UPDATE                                     0x6944
528 #define AVIVO_D2GRPH_FLIP_CONTROL                               0x6948
529
530 #define AVIVO_D2CUR_CONTROL                     0x6c00
531 #define AVIVO_D2CUR_SURFACE_ADDRESS             0x6c08
532 #define AVIVO_D2CUR_SIZE                        0x6c10
533 #define AVIVO_D2CUR_POSITION                    0x6c14
534
535 #define AVIVO_D2MODE_VBLANK_STATUS              0x6d34
536 #define AVIVO_D2MODE_VLINE_START_END            0x6d38
537 #define AVIVO_D2MODE_VLINE_STATUS               0x6d3c
538 #define AVIVO_D2MODE_VIEWPORT_START             0x6d80
539 #define AVIVO_D2MODE_VIEWPORT_SIZE              0x6d84
540 #define AVIVO_D2MODE_EXT_OVERSCAN_LEFT_RIGHT    0x6d88
541 #define AVIVO_D2MODE_EXT_OVERSCAN_TOP_BOTTOM    0x6d8c
542
543 #define AVIVO_D2SCL_SCALER_ENABLE               0x6d90
544 #define AVIVO_D2SCL_SCALER_TAP_CONTROL          0x6d94
545
546 #define AVIVO_DDIA_BIT_DEPTH_CONTROL                            0x7214
547
548 #define AVIVO_DACA_ENABLE                                       0x7800
549 #       define AVIVO_DAC_ENABLE                         (1 << 0)
550 #define AVIVO_DACA_SOURCE_SELECT                                0x7804
551 #       define AVIVO_DAC_SOURCE_CRTC1                   (0 << 0)
552 #       define AVIVO_DAC_SOURCE_CRTC2                   (1 << 0)
553 #       define AVIVO_DAC_SOURCE_TV                      (2 << 0)
554
555 #define AVIVO_DACA_FORCE_OUTPUT_CNTL                            0x783c
556 # define AVIVO_DACA_FORCE_OUTPUT_CNTL_FORCE_DATA_EN             (1 << 0)
557 # define AVIVO_DACA_FORCE_OUTPUT_CNTL_DATA_SEL_SHIFT            (8)
558 # define AVIVO_DACA_FORCE_OUTPUT_CNTL_DATA_SEL_BLUE             (1 << 0)
559 # define AVIVO_DACA_FORCE_OUTPUT_CNTL_DATA_SEL_GREEN            (1 << 1)
560 # define AVIVO_DACA_FORCE_OUTPUT_CNTL_DATA_SEL_RED              (1 << 2)
561 # define AVIVO_DACA_FORCE_OUTPUT_CNTL_DATA_ON_BLANKB_ONLY       (1 << 24)
562 #define AVIVO_DACA_POWERDOWN                                    0x7850
563 # define AVIVO_DACA_POWERDOWN_POWERDOWN                         (1 << 0)
564 # define AVIVO_DACA_POWERDOWN_BLUE                              (1 << 8)
565 # define AVIVO_DACA_POWERDOWN_GREEN                             (1 << 16)
566 # define AVIVO_DACA_POWERDOWN_RED                               (1 << 24)
567
568 #define AVIVO_DACB_ENABLE                                       0x7a00
569 #define AVIVO_DACB_SOURCE_SELECT                                0x7a04
570 #define AVIVO_DACB_FORCE_OUTPUT_CNTL                            0x7a3c
571 # define AVIVO_DACB_FORCE_OUTPUT_CNTL_FORCE_DATA_EN             (1 << 0)
572 # define AVIVO_DACB_FORCE_OUTPUT_CNTL_DATA_SEL_SHIFT            (8)
573 # define AVIVO_DACB_FORCE_OUTPUT_CNTL_DATA_SEL_BLUE             (1 << 0)
574 # define AVIVO_DACB_FORCE_OUTPUT_CNTL_DATA_SEL_GREEN            (1 << 1)
575 # define AVIVO_DACB_FORCE_OUTPUT_CNTL_DATA_SEL_RED              (1 << 2)
576 # define AVIVO_DACB_FORCE_OUTPUT_CNTL_DATA_ON_BLANKB_ONLY       (1 << 24)
577 #define AVIVO_DACB_POWERDOWN                                    0x7a50
578 # define AVIVO_DACB_POWERDOWN_POWERDOWN                         (1 << 0)
579 # define AVIVO_DACB_POWERDOWN_BLUE                              (1 << 8)
580 # define AVIVO_DACB_POWERDOWN_GREEN                             (1 << 16)
581 # define AVIVO_DACB_POWERDOWN_RED
582
583 #define AVIVO_TMDSA_CNTL                    0x7880
584 #   define AVIVO_TMDSA_CNTL_ENABLE               (1 << 0)
585 #   define AVIVO_TMDSA_CNTL_HDMI_EN              (1 << 2)
586 #   define AVIVO_TMDSA_CNTL_HPD_MASK             (1 << 4)
587 #   define AVIVO_TMDSA_CNTL_HPD_SELECT           (1 << 8)
588 #   define AVIVO_TMDSA_CNTL_SYNC_PHASE           (1 << 12)
589 #   define AVIVO_TMDSA_CNTL_PIXEL_ENCODING       (1 << 16)
590 #   define AVIVO_TMDSA_CNTL_DUAL_LINK_ENABLE     (1 << 24)
591 #   define AVIVO_TMDSA_CNTL_SWAP                 (1 << 28)
592 #define AVIVO_TMDSA_SOURCE_SELECT                               0x7884
593 /* 78a8 appears to be some kind of (reasonably tolerant) clock?
594  * 78d0 definitely hits the transmitter, definitely clock. */
595 /* MYSTERY1 This appears to control dithering? */
596 #define AVIVO_TMDSA_BIT_DEPTH_CONTROL           0x7894
597 #   define AVIVO_TMDS_BIT_DEPTH_CONTROL_TRUNCATE_EN           (1 << 0)
598 #   define AVIVO_TMDS_BIT_DEPTH_CONTROL_TRUNCATE_DEPTH        (1 << 4)
599 #   define AVIVO_TMDS_BIT_DEPTH_CONTROL_SPATIAL_DITHER_EN     (1 << 8)
600 #   define AVIVO_TMDS_BIT_DEPTH_CONTROL_SPATIAL_DITHER_DEPTH  (1 << 12)
601 #   define AVIVO_TMDS_BIT_DEPTH_CONTROL_TEMPORAL_DITHER_EN    (1 << 16)
602 #   define AVIVO_TMDS_BIT_DEPTH_CONTROL_TEMPORAL_DITHER_DEPTH (1 << 20)
603 #   define AVIVO_TMDS_BIT_DEPTH_CONTROL_TEMPORAL_LEVEL        (1 << 24)
604 #   define AVIVO_TMDS_BIT_DEPTH_CONTROL_TEMPORAL_DITHER_RESET (1 << 26)
605 #define AVIVO_TMDSA_DCBALANCER_CONTROL                  0x78d0
606 #   define AVIVO_TMDSA_DCBALANCER_CONTROL_EN                  (1 << 0)
607 #   define AVIVO_TMDSA_DCBALANCER_CONTROL_TEST_EN             (1 << 8)
608 #   define AVIVO_TMDSA_DCBALANCER_CONTROL_TEST_IN_SHIFT       (16)
609 #   define AVIVO_TMDSA_DCBALANCER_CONTROL_FORCE               (1 << 24)
610 #define AVIVO_TMDSA_DATA_SYNCHRONIZATION                0x78d8
611 #   define AVIVO_TMDSA_DATA_SYNCHRONIZATION_DSYNSEL           (1 << 0)
612 #   define AVIVO_TMDSA_DATA_SYNCHRONIZATION_PFREQCHG          (1 << 8)
613 #define AVIVO_TMDSA_CLOCK_ENABLE            0x7900
614 #define AVIVO_TMDSA_TRANSMITTER_ENABLE              0x7904
615 #   define AVIVO_TMDSA_TRANSMITTER_ENABLE_TX0_ENABLE          (1 << 0)
616 #   define AVIVO_TMDSA_TRANSMITTER_ENABLE_LNKC0EN             (1 << 1)
617 #   define AVIVO_TMDSA_TRANSMITTER_ENABLE_LNKD00EN            (1 << 2)
618 #   define AVIVO_TMDSA_TRANSMITTER_ENABLE_LNKD01EN            (1 << 3)
619 #   define AVIVO_TMDSA_TRANSMITTER_ENABLE_LNKD02EN            (1 << 4)
620 #   define AVIVO_TMDSA_TRANSMITTER_ENABLE_TX1_ENABLE          (1 << 8)
621 #   define AVIVO_TMDSA_TRANSMITTER_ENABLE_LNKD10EN            (1 << 10)
622 #   define AVIVO_TMDSA_TRANSMITTER_ENABLE_LNKD11EN            (1 << 11)
623 #   define AVIVO_TMDSA_TRANSMITTER_ENABLE_LNKD12EN            (1 << 12)
624 #   define AVIVO_TMDSA_TRANSMITTER_ENABLE_TX_ENABLE_HPD_MASK  (1 << 16)
625 #   define AVIVO_TMDSA_TRANSMITTER_ENABLE_LNKCEN_HPD_MASK     (1 << 17)
626 #   define AVIVO_TMDSA_TRANSMITTER_ENABLE_LNKDEN_HPD_MASK     (1 << 18)
627
628 #define AVIVO_TMDSA_TRANSMITTER_CONTROL                         0x7910
629 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_PLL_ENABLE       (1 << 0)
630 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_PLL_RESET        (1 << 1)
631 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_PLL_HPD_MASK_SHIFT       (2)
632 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_IDSCKSEL         (1 << 4)
633 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_BGSLEEP          (1 << 5)
634 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_PLL_PWRUP_SEQ_EN (1 << 6)
635 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_TMCLK            (1 << 8)
636 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_TMCLK_FROM_PADS  (1 << 13)
637 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_TDCLK            (1 << 14)
638 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_TDCLK_FROM_PADS  (1 << 15)
639 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_CLK_PATTERN_SHIFT (16)
640 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_BYPASS_PLL       (1 << 28)
641 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_USE_CLK_DATA     (1 << 29)
642 #       define AVIVO_TMDSA_TRANSMITTER_CONTROL_INPUT_TEST_CLK_SEL       (1 << 31)
643
644 #define AVIVO_LVTMA_CNTL                                        0x7a80
645 #   define AVIVO_LVTMA_CNTL_ENABLE               (1 << 0)
646 #   define AVIVO_LVTMA_CNTL_HDMI_EN              (1 << 2)
647 #   define AVIVO_LVTMA_CNTL_HPD_MASK             (1 << 4)
648 #   define AVIVO_LVTMA_CNTL_HPD_SELECT           (1 << 8)
649 #   define AVIVO_LVTMA_CNTL_SYNC_PHASE           (1 << 12)
650 #   define AVIVO_LVTMA_CNTL_PIXEL_ENCODING       (1 << 16)
651 #   define AVIVO_LVTMA_CNTL_DUAL_LINK_ENABLE     (1 << 24)
652 #   define AVIVO_LVTMA_CNTL_SWAP                 (1 << 28)
653 #define AVIVO_LVTMA_SOURCE_SELECT                               0x7a84
654 #define AVIVO_LVTMA_COLOR_FORMAT                                0x7a88
655 #define AVIVO_LVTMA_BIT_DEPTH_CONTROL                           0x7a94
656 #   define AVIVO_LVTMA_BIT_DEPTH_CONTROL_TRUNCATE_EN           (1 << 0)
657 #   define AVIVO_LVTMA_BIT_DEPTH_CONTROL_TRUNCATE_DEPTH        (1 << 4)
658 #   define AVIVO_LVTMA_BIT_DEPTH_CONTROL_SPATIAL_DITHER_EN     (1 << 8)
659 #   define AVIVO_LVTMA_BIT_DEPTH_CONTROL_SPATIAL_DITHER_DEPTH  (1 << 12)
660 #   define AVIVO_LVTMA_BIT_DEPTH_CONTROL_TEMPORAL_DITHER_EN    (1 << 16)
661 #   define AVIVO_LVTMA_BIT_DEPTH_CONTROL_TEMPORAL_DITHER_DEPTH (1 << 20)
662 #   define AVIVO_LVTMA_BIT_DEPTH_CONTROL_TEMPORAL_LEVEL        (1 << 24)
663 #   define AVIVO_LVTMA_BIT_DEPTH_CONTROL_TEMPORAL_DITHER_RESET (1 << 26)
664
665
666
667 #define AVIVO_LVTMA_DCBALANCER_CONTROL                  0x7ad0
668 #   define AVIVO_LVTMA_DCBALANCER_CONTROL_EN                  (1 << 0)
669 #   define AVIVO_LVTMA_DCBALANCER_CONTROL_TEST_EN             (1 << 8)
670 #   define AVIVO_LVTMA_DCBALANCER_CONTROL_TEST_IN_SHIFT       (16)
671 #   define AVIVO_LVTMA_DCBALANCER_CONTROL_FORCE               (1 << 24)
672
673 #define AVIVO_LVTMA_DATA_SYNCHRONIZATION                0x78d8
674 #   define AVIVO_LVTMA_DATA_SYNCHRONIZATION_DSYNSEL           (1 << 0)
675 #   define AVIVO_LVTMA_DATA_SYNCHRONIZATION_PFREQCHG          (1 << 8)
676 #define R500_LVTMA_CLOCK_ENABLE                 0x7b00
677 #define R600_LVTMA_CLOCK_ENABLE                 0x7b04
678
679 #define R500_LVTMA_TRANSMITTER_ENABLE              0x7b04
680 #define R600_LVTMA_TRANSMITTER_ENABLE              0x7b08
681 #   define AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKC0EN             (1 << 1)
682 #   define AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKD00EN            (1 << 2)
683 #   define AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKD01EN            (1 << 3)
684 #   define AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKD02EN            (1 << 4)
685 #   define AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKD03EN            (1 << 5)
686 #   define AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKC1EN             (1 << 9)
687 #   define AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKD10EN            (1 << 10)
688 #   define AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKD11EN            (1 << 11)
689 #   define AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKD12EN            (1 << 12)
690 #   define AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKCEN_HPD_MASK     (1 << 17)
691 #   define AVIVO_LVTMA_TRANSMITTER_ENABLE_LNKDEN_HPD_MASK     (1 << 18)
692
693 #define R500_LVTMA_TRANSMITTER_CONTROL                          0x7b10
694 #define R600_LVTMA_TRANSMITTER_CONTROL                          0x7b14
695 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_PLL_ENABLE         (1 << 0)
696 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_PLL_RESET          (1 << 1)
697 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_PLL_HPD_MASK_SHIFT (2)
698 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_IDSCKSEL           (1 << 4)
699 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_BGSLEEP            (1 << 5)
700 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_PLL_PWRUP_SEQ_EN   (1 << 6)
701 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_TMCLK              (1 << 8)
702 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_TMCLK_FROM_PADS    (1 << 13)
703 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_TDCLK              (1 << 14)
704 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_TDCLK_FROM_PADS    (1 << 15)
705 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_CLK_PATTERN_SHIFT  (16)
706 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_BYPASS_PLL         (1 << 28)
707 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_USE_CLK_DATA       (1 << 29)
708 #       define AVIVO_LVTMA_TRANSMITTER_CONTROL_INPUT_TEST_CLK_SEL (1 << 31)
709
710 #define R500_LVTMA_PWRSEQ_CNTL                                          0x7af0
711 #define R600_LVTMA_PWRSEQ_CNTL                                          0x7af4
712 #       define AVIVO_LVTMA_PWRSEQ_EN                                        (1 << 0)
713 #       define AVIVO_LVTMA_PWRSEQ_PLL_ENABLE_MASK                           (1 << 2)
714 #       define AVIVO_LVTMA_PWRSEQ_PLL_RESET_MASK                            (1 << 3)
715 #       define AVIVO_LVTMA_PWRSEQ_TARGET_STATE                              (1 << 4)
716 #       define AVIVO_LVTMA_SYNCEN                                           (1 << 8)
717 #       define AVIVO_LVTMA_SYNCEN_OVRD                                      (1 << 9)
718 #       define AVIVO_LVTMA_SYNCEN_POL                                       (1 << 10)
719 #       define AVIVO_LVTMA_DIGON                                            (1 << 16)
720 #       define AVIVO_LVTMA_DIGON_OVRD                                       (1 << 17)
721 #       define AVIVO_LVTMA_DIGON_POL                                        (1 << 18)
722 #       define AVIVO_LVTMA_BLON                                             (1 << 24)
723 #       define AVIVO_LVTMA_BLON_OVRD                                        (1 << 25)
724 #       define AVIVO_LVTMA_BLON_POL                                         (1 << 26)
725
726 #define R500_LVTMA_PWRSEQ_STATE                        0x7af4
727 #define R600_LVTMA_PWRSEQ_STATE                        0x7af8
728 #       define AVIVO_LVTMA_PWRSEQ_STATE_TARGET_STATE_R          (1 << 0)
729 #       define AVIVO_LVTMA_PWRSEQ_STATE_DIGON                   (1 << 1)
730 #       define AVIVO_LVTMA_PWRSEQ_STATE_SYNCEN                  (1 << 2)
731 #       define AVIVO_LVTMA_PWRSEQ_STATE_BLON                    (1 << 3)
732 #       define AVIVO_LVTMA_PWRSEQ_STATE_DONE                    (1 << 4)
733 #       define AVIVO_LVTMA_PWRSEQ_STATE_STATUS_SHIFT            (8)
734
735 #define AVIVO_LVDS_BACKLIGHT_CNTL                       0x7af8
736 #       define AVIVO_LVDS_BACKLIGHT_CNTL_EN                     (1 << 0)
737 #       define AVIVO_LVDS_BACKLIGHT_LEVEL_MASK          0x0000ff00
738 #       define AVIVO_LVDS_BACKLIGHT_LEVEL_SHIFT         8
739
740 #define AVIVO_DVOA_BIT_DEPTH_CONTROL                    0x7988
741
742 #define AVIVO_DC_GPIO_HPD_A                 0x7e94
743 #define AVIVO_DC_GPIO_HPD_Y                 0x7e9c
744
745 #define AVIVO_DC_I2C_STATUS1                            0x7d30
746 #       define AVIVO_DC_I2C_DONE                        (1 << 0)
747 #       define AVIVO_DC_I2C_NACK                        (1 << 1)
748 #       define AVIVO_DC_I2C_HALT                        (1 << 2)
749 #       define AVIVO_DC_I2C_GO                          (1 << 3)
750 #define AVIVO_DC_I2C_RESET                              0x7d34
751 #       define AVIVO_DC_I2C_SOFT_RESET                  (1 << 0)
752 #       define AVIVO_DC_I2C_ABORT                       (1 << 8)
753 #define AVIVO_DC_I2C_CONTROL1                           0x7d38
754 #       define AVIVO_DC_I2C_START                       (1 << 0)
755 #       define AVIVO_DC_I2C_STOP                        (1 << 1)
756 #       define AVIVO_DC_I2C_RECEIVE                     (1 << 2)
757 #       define AVIVO_DC_I2C_EN                          (1 << 8)
758 #       define AVIVO_DC_I2C_PIN_SELECT(x)               ((x) << 16)
759 #       define AVIVO_SEL_DDC1                           0
760 #       define AVIVO_SEL_DDC2                           1
761 #       define AVIVO_SEL_DDC3                           2
762 #define AVIVO_DC_I2C_CONTROL2                           0x7d3c
763 #       define AVIVO_DC_I2C_ADDR_COUNT(x)               ((x) << 0)
764 #       define AVIVO_DC_I2C_DATA_COUNT(x)               ((x) << 8)
765 #define AVIVO_DC_I2C_CONTROL3                           0x7d40
766 #       define AVIVO_DC_I2C_DATA_DRIVE_EN               (1 << 0)
767 #       define AVIVO_DC_I2C_DATA_DRIVE_SEL              (1 << 1)
768 #       define AVIVO_DC_I2C_CLK_DRIVE_EN                (1 << 7)
769 #       define AVIVO_DC_I2C_RD_INTRA_BYTE_DELAY(x)      ((x) << 8)
770 #       define AVIVO_DC_I2C_WR_INTRA_BYTE_DELAY(x)      ((x) << 16)
771 #       define AVIVO_DC_I2C_TIME_LIMIT(x)               ((x) << 24)
772 #define AVIVO_DC_I2C_DATA                               0x7d44
773 #define AVIVO_DC_I2C_INTERRUPT_CONTROL                  0x7d48
774 #       define AVIVO_DC_I2C_INTERRUPT_STATUS            (1 << 0)
775 #       define AVIVO_DC_I2C_INTERRUPT_AK                (1 << 8)
776 #       define AVIVO_DC_I2C_INTERRUPT_ENABLE            (1 << 16)
777 #define AVIVO_DC_I2C_ARBITRATION                        0x7d50
778 #       define AVIVO_DC_I2C_SW_WANTS_TO_USE_I2C         (1 << 0)
779 #       define AVIVO_DC_I2C_SW_CAN_USE_I2C              (1 << 1)
780 #       define AVIVO_DC_I2C_SW_DONE_USING_I2C           (1 << 8)
781 #       define AVIVO_DC_I2C_HW_NEEDS_I2C                (1 << 9)
782 #       define AVIVO_DC_I2C_ABORT_HDCP_I2C              (1 << 16)
783 #       define AVIVO_DC_I2C_HW_USING_I2C                (1 << 17)
784
785 #define AVIVO_DC_GPIO_DDC1_MASK                         0x7e40
786 #define AVIVO_DC_GPIO_DDC1_A                            0x7e44
787 #define AVIVO_DC_GPIO_DDC1_EN                           0x7e48
788 #define AVIVO_DC_GPIO_DDC1_Y                            0x7e4c
789
790 #define AVIVO_DC_GPIO_DDC2_MASK                         0x7e50
791 #define AVIVO_DC_GPIO_DDC2_A                            0x7e54
792 #define AVIVO_DC_GPIO_DDC2_EN                           0x7e58
793 #define AVIVO_DC_GPIO_DDC2_Y                            0x7e5c
794
795 #define AVIVO_DC_GPIO_DDC3_MASK                         0x7e60
796 #define AVIVO_DC_GPIO_DDC3_A                            0x7e64
797 #define AVIVO_DC_GPIO_DDC3_EN                           0x7e68
798 #define AVIVO_DC_GPIO_DDC3_Y                            0x7e6c
799
800 #define AVIVO_DISP_INTERRUPT_STATUS                             0x7edc
801 #       define AVIVO_D1_VBLANK_INTERRUPT                        (1 << 4)
802 #       define AVIVO_D2_VBLANK_INTERRUPT                        (1 << 5)
803
804 #endif