af_scaletempo: fix crash after channel reconfiguration
[mplayer.git] / drivers / radeon.h
blob1fb2fd245c3c10851ea7ae7023c44018816bd7da
1 /*
2 * This collection of definitions was written by Nick Kurshev.
3 * It is based on radeonfb, X11 and GATOS sources and is partly
4 * compatible with Rage128 set (in OV0, CAP0, CAP1 parts).
6 * This file is part of MPlayer.
8 * MPlayer is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * MPlayer is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License along
19 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23 #ifndef MPLAYER_RADEON_H
24 #define MPLAYER_RADEON_H
27 /* radeon PCI ids */
28 #define PCI_DEVICE_ID_RADEON_QD 0x5144
29 #define PCI_DEVICE_ID_RADEON_QE 0x5145
30 #define PCI_DEVICE_ID_RADEON_QF 0x5146
31 #define PCI_DEVICE_ID_RADEON_QG 0x5147
32 #define PCI_DEVICE_ID_RADEON_QY 0x5159
33 #define PCI_DEVICE_ID_RADEON_QZ 0x515A
34 #define PCI_DEVICE_ID_RADEON_LY 0x4C59
35 #define PCI_DEVICE_ID_RADEON_LZ 0x4C5A
36 #define PCI_DEVICE_ID_RADEON_LW 0x4C57
37 #define PCI_DEVICE_ID_R200_QL 0x514C
38 #define PCI_DEVICE_ID_RV200_QW 0x5157
39 #define PCI_DEVICE_ID_R200_BB 0x4242
41 #define RADEON_REGSIZE 0x4000
44 #define MM_INDEX 0x0000
45 /* MM_INDEX bit constants */
46 # define MM_APER 0x80000000
47 #define MM_DATA 0x0004
48 #define BUS_CNTL 0x0030
49 /* BUS_CNTL bit constants */
50 # define BUS_DBL_RESYNC 0x00000001
51 # define BUS_MSTR_RESET 0x00000002
52 # define BUS_FLUSH_BUF 0x00000004
53 # define BUS_STOP_REQ_DIS 0x00000008
54 # define BUS_ROTATION_DIS 0x00000010
55 # define BUS_MASTER_DIS 0x00000040
56 # define BUS_ROM_WRT_EN 0x00000080
57 # define BUS_DIS_ROM 0x00001000
58 # define BUS_PCI_READ_RETRY_EN 0x00002000
59 # define BUS_AGP_AD_STEPPING_EN 0x00004000
60 # define BUS_PCI_WRT_RETRY_EN 0x00008000
61 # define BUS_MSTR_RD_MULT 0x00100000
62 # define BUS_MSTR_RD_LINE 0x00200000
63 # define BUS_SUSPEND 0x00400000
64 # define LAT_16X 0x00800000
65 # define BUS_RD_DISCARD_EN 0x01000000
66 # define BUS_RD_ABORT_EN 0x02000000
67 # define BUS_MSTR_WS 0x04000000
68 # define BUS_PARKING_DIS 0x08000000
69 # define BUS_MSTR_DISCONNECT_EN 0x10000000
70 # define BUS_WRT_BURST 0x20000000
71 # define BUS_READ_BURST 0x40000000
72 # define BUS_RDY_READ_DLY 0x80000000
73 #define HI_STAT 0x004C
74 #define BUS_CNTL1 0x0034
75 # define BUS_WAIT_ON_LOCK_EN (1 << 4)
76 #define I2C_CNTL_0 0x0090
77 # define I2C_DONE (1<<0)
78 # define I2C_NACK (1<<1)
79 # define I2C_HALT (1<<2)
80 # define I2C_SOFT_RST (1<<5)
81 # define I2C_DRIVE_EN (1<<6)
82 # define I2C_DRIVE_SEL (1<<7)
83 # define I2C_START (1<<8)
84 # define I2C_STOP (1<<9)
85 # define I2C_RECEIVE (1<<10)
86 # define I2C_ABORT (1<<11)
87 # define I2C_GO (1<<12)
88 # define I2C_SEL (1<<16)
89 # define I2C_EN (1<<17)
90 #define I2C_CNTL_1 0x0094
91 #define I2C_DATA 0x0098
92 #define CONFIG_CNTL 0x00E0
93 /* CONFIG_CNTL bit constants */
94 # define CFG_VGA_RAM_EN 0x00000100
95 #define CONFIG_MEMSIZE 0x00F8
96 #define CONFIG_APER_0_BASE 0x0100
97 #define CONFIG_APER_1_BASE 0x0104
98 #define CONFIG_APER_SIZE 0x0108
99 #define CONFIG_REG_1_BASE 0x010C
100 #define CONFIG_REG_APER_SIZE 0x0110
101 #define PAD_AGPINPUT_DELAY 0x0164
102 #define PAD_CTLR_STRENGTH 0x0168
103 #define PAD_CTLR_UPDATE 0x016C
104 #define AGP_CNTL 0x0174
105 # define AGP_APER_SIZE_256MB (0x00 << 0)
106 # define AGP_APER_SIZE_128MB (0x20 << 0)
107 # define AGP_APER_SIZE_64MB (0x30 << 0)
108 # define AGP_APER_SIZE_32MB (0x38 << 0)
109 # define AGP_APER_SIZE_16MB (0x3c << 0)
110 # define AGP_APER_SIZE_8MB (0x3e << 0)
111 # define AGP_APER_SIZE_4MB (0x3f << 0)
112 # define AGP_APER_SIZE_MASK (0x3f << 0)
113 #define AMCGPIO_A_REG 0x01a0
114 #define AMCGPIO_EN_REG 0x01a8
115 #define AMCGPIO_MASK 0x0194
116 #define AMCGPIO_Y_REG 0x01a4
117 #define BM_STATUS 0x0160
118 #define MPP_TB_CONFIG 0x01c0 /* ? */
119 #define MPP_GP_CONFIG 0x01c8 /* ? */
120 #define VENDOR_ID 0x0F00
121 #define DEVICE_ID 0x0F02
122 #define COMMAND 0x0F04
123 #define STATUS 0x0F06
124 #define REVISION_ID 0x0F08
125 #define REGPROG_INF 0x0F09
126 #define SUB_CLASS 0x0F0A
127 #define CACHE_LINE 0x0F0C
128 #define LATENCY 0x0F0D
129 #define HEADER 0x0F0E
130 #define BIST 0x0F0F
131 #define REG_MEM_BASE 0x0F10
132 #define REG_IO_BASE 0x0F14
133 #define REG_REG_BASE 0x0F18
134 #define ADAPTER_ID 0x0F2C
135 #define BIOS_ROM 0x0F30
136 #define CAPABILITIES_PTR 0x0F34
137 #define INTERRUPT_LINE 0x0F3C
138 #define INTERRUPT_PIN 0x0F3D
139 #define MIN_GRANT 0x0F3E
140 #define MAX_LATENCY 0x0F3F
141 #define ADAPTER_ID_W 0x0F4C
142 #define PMI_CAP_ID 0x0F50
143 #define PMI_NXT_CAP_PTR 0x0F51
144 #define PMI_PMC_REG 0x0F52
145 #define PM_STATUS 0x0F54
146 #define PMI_DATA 0x0F57
147 #define AGP_CAP_ID 0x0F58
148 #define AGP_STATUS 0x0F5C
149 # define AGP_1X_MODE 0x01
150 # define AGP_2X_MODE 0x02
151 # define AGP_4X_MODE 0x04
152 # define AGP_MODE_MASK 0x07
153 #define AGP_COMMAND 0x0F60
155 /* Video muxer unit */
156 #define VIDEOMUX_CNTL 0x0190
157 #define VIPPAD_MASK 0x0198
158 #define VIPPAD1_A 0x01AC
159 #define VIPPAD1_EN 0x01B0
160 #define VIPPAD1_Y 0x01B4
162 #define AIC_CTRL 0x01D0
163 #define AIC_STAT 0x01D4
164 #define AIC_PT_BASE 0x01D8
165 #define AIC_LO_ADDR 0x01DC
166 #define AIC_HI_ADDR 0x01E0
167 #define AIC_TLB_ADDR 0x01E4
168 #define AIC_TLB_DATA 0x01E8
169 #define DAC_CNTL 0x0058
170 /* DAC_CNTL bit constants */
171 # define DAC_8BIT_EN 0x00000100
172 # define DAC_4BPP_PIX_ORDER 0x00000200
173 # define DAC_CRC_EN 0x00080000
174 # define DAC_MASK_ALL (0xff << 24)
175 # define DAC_VGA_ADR_EN (1 << 13)
176 # define DAC_RANGE_CNTL (3 << 0)
177 # define DAC_BLANKING (1 << 2)
178 #define DAC_CNTL2 0x007c
179 /* DAC_CNTL2 bit constants */
180 # define DAC2_DAC_CLK_SEL (1 << 0)
181 # define DAC2_DAC2_CLK_SEL (1 << 1)
182 # define DAC2_PALETTE_ACC_CTL (1 << 5)
183 #define TV_DAC_CNTL 0x088c
184 /* TV_DAC_CNTL bit constants */
185 # define TV_DAC_STD_MASK 0x0300
186 # define TV_DAC_RDACPD (1 << 24)
187 # define TV_DAC_GDACPD (1 << 25)
188 # define TV_DAC_BDACPD (1 << 26)
189 #define CRTC_GEN_CNTL 0x0050
190 /* CRTC_GEN_CNTL bit constants */
191 # define CRTC_DBL_SCAN_EN 0x00000001
192 # define CRTC_INTERLACE_EN (1 << 1)
193 # define CRTC_CSYNC_EN (1 << 4)
194 # define CRTC_CUR_EN 0x00010000
195 # define CRTC_CUR_MODE_MASK (7 << 17)
196 # define CRTC_ICON_EN (1 << 20)
197 # define CRTC_EXT_DISP_EN (1 << 24)
198 # define CRTC_EN (1 << 25)
199 # define CRTC_DISP_REQ_EN_B (1 << 26)
200 #define CRTC2_GEN_CNTL 0x03f8
201 /* CRTC2_GEN_CNTL bit constants */
202 # define CRTC2_DBL_SCAN_EN (1 << 0)
203 # define CRTC2_INTERLACE_EN (1 << 1)
204 # define CRTC2_SYNC_TRISTAT (1 << 4)
205 # define CRTC2_HSYNC_TRISTAT (1 << 5)
206 # define CRTC2_VSYNC_TRISTAT (1 << 6)
207 # define CRTC2_CRT2_ON (1 << 7)
208 # define CRTC2_ICON_EN (1 << 15)
209 # define CRTC2_CUR_EN (1 << 16)
210 # define CRTC2_CUR_MODE_MASK (7 << 20)
211 # define CRTC2_DISP_DIS (1 << 23)
212 # define CRTC2_EN (1 << 25)
213 # define CRTC2_DISP_REQ_EN_B (1 << 26)
214 # define CRTC2_HSYNC_DIS (1 << 28)
215 # define CRTC2_VSYNC_DIS (1 << 29)
216 #define MEM_CNTL 0x0140
217 /* MEM_CNTL bit constants */
218 # define MEM_CTLR_STATUS_IDLE 0x00000000
219 # define MEM_CTLR_STATUS_BUSY 0x00100000
220 # define MEM_SEQNCR_STATUS_IDLE 0x00000000
221 # define MEM_SEQNCR_STATUS_BUSY 0x00200000
222 # define MEM_ARBITER_STATUS_IDLE 0x00000000
223 # define MEM_ARBITER_STATUS_BUSY 0x00400000
224 # define MEM_REQ_UNLOCK 0x00000000
225 # define MEM_REQ_LOCK 0x00800000
226 #define EXT_MEM_CNTL 0x0144
227 #define MC_AGP_LOCATION 0x014C
228 #define MEM_IO_CNTL_A0 0x0178
229 #define MEM_INIT_LATENCY_TIMER 0x0154
230 #define MEM_SDRAM_MODE_REG 0x0158
231 #define AGP_BASE 0x0170
232 #define MEM_IO_CNTL_A1 0x017C
233 #define MEM_IO_CNTL_B0 0x0180
234 #define MEM_IO_CNTL_B1 0x0184
235 #define MC_DEBUG 0x0188
236 #define MC_STATUS 0x0150
237 #define MEM_IO_OE_CNTL 0x018C
238 #define MC_FB_LOCATION 0x0148
239 #define HOST_PATH_CNTL 0x0130
240 #define MEM_VGA_WP_SEL 0x0038
241 #define MEM_VGA_RP_SEL 0x003C
242 #define HDP_DEBUG 0x0138
243 #define SW_SEMAPHORE 0x013C
244 #define SURFACE_CNTL 0x0B00
245 /* SURFACE_CNTL bit constants */
246 # define SURF_TRANSLATION_DIS (1 << 8)
247 # define NONSURF_AP0_SWP_16BPP (1 << 20)
248 # define NONSURF_AP0_SWP_32BPP (2 << 20)
249 #define SURFACE0_LOWER_BOUND 0x0B04
250 #define SURFACE1_LOWER_BOUND 0x0B14
251 #define SURFACE2_LOWER_BOUND 0x0B24
252 #define SURFACE3_LOWER_BOUND 0x0B34
253 #define SURFACE4_LOWER_BOUND 0x0B44
254 #define SURFACE5_LOWER_BOUND 0x0B54
255 #define SURFACE6_LOWER_BOUND 0x0B64
256 #define SURFACE7_LOWER_BOUND 0x0B74
257 #define SURFACE0_UPPER_BOUND 0x0B08
258 #define SURFACE1_UPPER_BOUND 0x0B18
259 #define SURFACE2_UPPER_BOUND 0x0B28
260 #define SURFACE3_UPPER_BOUND 0x0B38
261 #define SURFACE4_UPPER_BOUND 0x0B48
262 #define SURFACE5_UPPER_BOUND 0x0B58
263 #define SURFACE6_UPPER_BOUND 0x0B68
264 #define SURFACE7_UPPER_BOUND 0x0B78
265 #define SURFACE0_INFO 0x0B0C
266 #define SURFACE1_INFO 0x0B1C
267 #define SURFACE2_INFO 0x0B2C
268 #define SURFACE3_INFO 0x0B3C
269 #define SURFACE4_INFO 0x0B4C
270 #define SURFACE5_INFO 0x0B5C
271 #define SURFACE6_INFO 0x0B6C
272 #define SURFACE7_INFO 0x0B7C
273 #define SURFACE_ACCESS_FLAGS 0x0BF8
274 #define SURFACE_ACCESS_CLR 0x0BFC
275 #define GEN_INT_CNTL 0x0040
276 #define GEN_INT_STATUS 0x0044
277 # define VSYNC_INT_AK (1 << 2)
278 # define VSYNC_INT (1 << 2)
279 #define CRTC_EXT_CNTL 0x0054
280 /* CRTC_EXT_CNTL bit constants */
281 # define CRTC_VGA_XOVERSCAN (1 << 0)
282 # define VGA_ATI_LINEAR 0x00000008
283 # define VGA_128KAP_PAGING 0x00000010
284 # define XCRT_CNT_EN (1 << 6)
285 # define CRTC_HSYNC_DIS (1 << 8)
286 # define CRTC_VSYNC_DIS (1 << 9)
287 # define CRTC_DISPLAY_DIS (1 << 10)
288 # define CRTC_SYNC_TRISTAT (1 << 11)
289 # define CRTC_CRT_ON (1 << 15)
290 #define CRTC_EXT_CNTL_DPMS_BYTE 0x0055
291 # define CRTC_HSYNC_DIS_BYTE (1 << 0)
292 # define CRTC_VSYNC_DIS_BYTE (1 << 1)
293 # define CRTC_DISPLAY_DIS_BYTE (1 << 2)
294 #define RB3D_CNTL 0x1C3C
295 #define WAIT_UNTIL 0x1720
296 #define ISYNC_CNTL 0x1724
297 #define RBBM_GUICNTL 0x172C
298 #define RBBM_STATUS 0x0E40
299 # define RBBM_FIFOCNT_MASK 0x007f
300 # define RBBM_ACTIVE (1 << 31)
301 #define RBBM_STATUS_alt_1 0x1740
302 #define RBBM_CNTL 0x00EC
303 #define RBBM_CNTL_alt_1 0x0E44
304 #define RBBM_SOFT_RESET 0x00F0
305 /* RBBM_SOFT_RESET bit constants */
306 # define SOFT_RESET_CP (1 << 0)
307 # define SOFT_RESET_HI (1 << 1)
308 # define SOFT_RESET_SE (1 << 2)
309 # define SOFT_RESET_RE (1 << 3)
310 # define SOFT_RESET_PP (1 << 4)
311 # define SOFT_RESET_E2 (1 << 5)
312 # define SOFT_RESET_RB (1 << 6)
313 # define SOFT_RESET_HDP (1 << 7)
314 #define RBBM_SOFT_RESET_alt_1 0x0E48
315 #define NQWAIT_UNTIL 0x0E50
316 #define RBBM_DEBUG 0x0E6C
317 #define RBBM_CMDFIFO_ADDR 0x0E70
318 #define RBBM_CMDFIFO_DATAL 0x0E74
319 #define RBBM_CMDFIFO_DATAH 0x0E78
320 #define RBBM_CMDFIFO_STAT 0x0E7C
321 #define CRTC_STATUS 0x005C
322 /* CRTC_STATUS bit constants */
323 # define CRTC_VBLANK 0x00000001
324 # define CRTC_VBLANK_SAVE ( 1 << 1)
325 #define GPIO_VGA_DDC 0x0060
326 #define GPIO_DVI_DDC 0x0064
327 #define GPIO_MONID 0x0068
328 #define PALETTE_INDEX 0x00B0
329 #define PALETTE_DATA 0x00B4
330 #define PALETTE_30_DATA 0x00B8
331 #define CRTC_H_TOTAL_DISP 0x0200
332 # define CRTC_H_TOTAL (0x03ff << 0)
333 # define CRTC_H_TOTAL_SHIFT 0
334 # define CRTC_H_DISP (0x01ff << 16)
335 # define CRTC_H_DISP_SHIFT 16
336 #define CRTC2_H_TOTAL_DISP 0x0300
337 # define CRTC2_H_TOTAL (0x03ff << 0)
338 # define CRTC2_H_TOTAL_SHIFT 0
339 # define CRTC2_H_DISP (0x01ff << 16)
340 # define CRTC2_H_DISP_SHIFT 16
341 #define CRTC_H_SYNC_STRT_WID 0x0204
342 # define CRTC_H_SYNC_STRT_PIX (0x07 << 0)
343 # define CRTC_H_SYNC_STRT_CHAR (0x3ff << 3)
344 # define CRTC_H_SYNC_STRT_CHAR_SHIFT 3
345 # define CRTC_H_SYNC_WID (0x3f << 16)
346 # define CRTC_H_SYNC_WID_SHIFT 16
347 # define CRTC_H_SYNC_POL (1 << 23)
348 #define CRTC2_H_SYNC_STRT_WID 0x0304
349 # define CRTC2_H_SYNC_STRT_PIX (0x07 << 0)
350 # define CRTC2_H_SYNC_STRT_CHAR (0x3ff << 3)
351 # define CRTC2_H_SYNC_STRT_CHAR_SHIFT 3
352 # define CRTC2_H_SYNC_WID (0x3f << 16)
353 # define CRTC2_H_SYNC_WID_SHIFT 16
354 # define CRTC2_H_SYNC_POL (1 << 23)
355 #define CRTC_V_TOTAL_DISP 0x0208
356 # define CRTC_V_TOTAL (0x07ff << 0)
357 # define CRTC_V_TOTAL_SHIFT 0
358 # define CRTC_V_DISP (0x07ff << 16)
359 # define CRTC_V_DISP_SHIFT 16
360 #define CRTC2_V_TOTAL_DISP 0x0308
361 # define CRTC2_V_TOTAL (0x07ff << 0)
362 # define CRTC2_V_TOTAL_SHIFT 0
363 # define CRTC2_V_DISP (0x07ff << 16)
364 # define CRTC2_V_DISP_SHIFT 16
365 #define CRTC_V_SYNC_STRT_WID 0x020C
366 # define CRTC_V_SYNC_STRT (0x7ff << 0)
367 # define CRTC_V_SYNC_STRT_SHIFT 0
368 # define CRTC_V_SYNC_WID (0x1f << 16)
369 # define CRTC_V_SYNC_WID_SHIFT 16
370 # define CRTC_V_SYNC_POL (1 << 23)
371 #define CRTC2_V_SYNC_STRT_WID 0x030C
372 # define CRTC2_V_SYNC_STRT (0x7ff << 0)
373 # define CRTC2_V_SYNC_STRT_SHIFT 0
374 # define CRTC2_V_SYNC_WID (0x1f << 16)
375 # define CRTC2_V_SYNC_WID_SHIFT 16
376 # define CRTC2_V_SYNC_POL (1 << 23)
377 #define CRTC_VLINE_CRNT_VLINE 0x0210
378 # define CRTC_CRNT_VLINE_MASK (0x7ff << 16)
379 #define CRTC2_VLINE_CRNT_VLINE 0x0310
380 #define CRTC_CRNT_FRAME 0x0214
381 #define CRTC2_CRNT_FRAME 0x0314
382 #define CRTC_GUI_TRIG_VLINE 0x0218
383 #define CRTC2_GUI_TRIG_VLINE 0x0318
384 #define CRTC_DEBUG 0x021C
385 #define CRTC2_DEBUG 0x031C
386 #define CRTC_OFFSET_RIGHT 0x0220
387 #define CRTC_OFFSET 0x0224
388 #define CRTC2_OFFSET 0x0324
389 #define CRTC_OFFSET_CNTL 0x0228
390 # define CRTC_TILE_EN (1 << 15)
391 #define CRTC2_OFFSET_CNTL 0x0328
392 # define CRTC2_TILE_EN (1 << 15)
393 #define CRTC_PITCH 0x022C
394 #define CRTC2_PITCH 0x032C
395 #define TMDS_CRC 0x02a0
396 #define OVR_CLR 0x0230
397 #define OVR_WID_LEFT_RIGHT 0x0234
398 #define OVR_WID_TOP_BOTTOM 0x0238
399 #define DISPLAY_BASE_ADDR 0x023C
400 #define SNAPSHOT_VH_COUNTS 0x0240
401 #define SNAPSHOT_F_COUNT 0x0244
402 #define N_VIF_COUNT 0x0248
403 #define SNAPSHOT_VIF_COUNT 0x024C
404 #define FP_CRTC_H_TOTAL_DISP 0x0250
405 #define FP_CRTC2_H_TOTAL_DISP 0x0350
406 #define FP_CRTC_V_TOTAL_DISP 0x0254
407 #define FP_CRTC2_V_TOTAL_DISP 0x0354
408 # define FP_CRTC_H_TOTAL_MASK 0x000003ff
409 # define FP_CRTC_H_DISP_MASK 0x01ff0000
410 # define FP_CRTC_V_TOTAL_MASK 0x00000fff
411 # define FP_CRTC_V_DISP_MASK 0x0fff0000
412 # define FP_H_SYNC_STRT_CHAR_MASK 0x00001ff8
413 # define FP_H_SYNC_WID_MASK 0x003f0000
414 # define FP_V_SYNC_STRT_MASK 0x00000fff
415 # define FP_V_SYNC_WID_MASK 0x001f0000
416 # define FP_CRTC_H_TOTAL_SHIFT 0x00000000
417 # define FP_CRTC_H_DISP_SHIFT 0x00000010
418 # define FP_CRTC_V_TOTAL_SHIFT 0x00000000
419 # define FP_CRTC_V_DISP_SHIFT 0x00000010
420 # define FP_H_SYNC_STRT_CHAR_SHIFT 0x00000003
421 # define FP_H_SYNC_WID_SHIFT 0x00000010
422 # define FP_V_SYNC_STRT_SHIFT 0x00000000
423 # define FP_V_SYNC_WID_SHIFT 0x00000010
424 #define CRT_CRTC_H_SYNC_STRT_WID 0x0258
425 #define CRT_CRTC_V_SYNC_STRT_WID 0x025C
426 #define CUR_OFFSET 0x0260
427 #define CUR_HORZ_VERT_POSN 0x0264
428 #define CUR_HORZ_VERT_OFF 0x0268
429 /* CUR_OFFSET, CUR_HORZ_VERT_POSN, CUR_HORZ_VERT_OFF bit constants */
430 # define CUR_LOCK 0x80000000
431 #define CUR_CLR0 0x026C
432 #define CUR_CLR1 0x0270
433 #define CUR2_OFFSET 0x0360
434 #define CUR2_HORZ_VERT_POSN 0x0364
435 #define CUR2_HORZ_VERT_OFF 0x0368
436 # define CUR2_LOCK (1 << 31)
437 #define CUR2_CLR0 0x036c
438 #define CUR2_CLR1 0x0370
439 #define FP_HORZ_VERT_ACTIVE 0x0278
440 #define CRTC_MORE_CNTL 0x027C
441 #define DAC_EXT_CNTL 0x0280
442 #define FP_GEN_CNTL 0x0284
443 /* FP_GEN_CNTL bit constants */
444 # define FP_FPON (1 << 0)
445 # define FP_TMDS_EN (1 << 2)
446 # define FP_EN_TMDS (1 << 7)
447 # define FP_DETECT_SENSE (1 << 8)
448 # define FP_SEL_CRTC2 (1 << 13)
449 # define FP_CRTC_DONT_SHADOW_HPAR (1 << 15)
450 # define FP_CRTC_DONT_SHADOW_VPAR (1 << 16)
451 # define FP_CRTC_DONT_SHADOW_HEND (1 << 17)
452 # define FP_CRTC_USE_SHADOW_VEND (1 << 18)
453 # define FP_RMX_HVSYNC_CONTROL_EN (1 << 20)
454 # define FP_DFP_SYNC_SEL (1 << 21)
455 # define FP_CRTC_LOCK_8DOT (1 << 22)
456 # define FP_CRT_SYNC_SEL (1 << 23)
457 # define FP_USE_SHADOW_EN (1 << 24)
458 # define FP_CRT_SYNC_ALT (1 << 26)
459 #define FP2_GEN_CNTL 0x0288
460 /* FP2_GEN_CNTL bit constants */
461 # define FP2_FPON (1 << 0)
462 # define FP2_TMDS_EN (1 << 2)
463 # define FP2_EN_TMDS (1 << 7)
464 # define FP2_DETECT_SENSE (1 << 8)
465 # define FP2_SEL_CRTC2 (1 << 13)
466 # define FP2_FP_POL (1 << 16)
467 # define FP2_LP_POL (1 << 17)
468 # define FP2_SCK_POL (1 << 18)
469 # define FP2_LCD_CNTL_MASK (7 << 19)
470 # define FP2_PAD_FLOP_EN (1 << 22)
471 # define FP2_CRC_EN (1 << 23)
472 # define FP2_CRC_READ_EN (1 << 24)
473 #define FP_HORZ_STRETCH 0x028C
474 #define FP_HORZ2_STRETCH 0x038C
475 # define HORZ_STRETCH_RATIO_MASK 0xffff
476 # define HORZ_STRETCH_RATIO_MAX 4096
477 # define HORZ_PANEL_SIZE (0x1ff << 16)
478 # define HORZ_PANEL_SHIFT 16
479 # define HORZ_STRETCH_PIXREP (0 << 25)
480 # define HORZ_STRETCH_BLEND (1 << 26)
481 # define HORZ_STRETCH_ENABLE (1 << 25)
482 # define HORZ_AUTO_RATIO (1 << 27)
483 # define HORZ_FP_LOOP_STRETCH (0x7 << 28)
484 # define HORZ_AUTO_RATIO_INC (1 << 31)
485 #define FP_VERT_STRETCH 0x0290
486 #define FP_VERT2_STRETCH 0x0390
487 # define VERT_PANEL_SIZE (0xfff << 12)
488 # define VERT_PANEL_SHIFT 12
489 # define VERT_STRETCH_RATIO_MASK 0xfff
490 # define VERT_STRETCH_RATIO_SHIFT 0
491 # define VERT_STRETCH_RATIO_MAX 4096
492 # define VERT_STRETCH_ENABLE (1 << 25)
493 # define VERT_STRETCH_LINEREP (0 << 26)
494 # define VERT_STRETCH_BLEND (1 << 26)
495 # define VERT_AUTO_RATIO_EN (1 << 27)
496 # define VERT_STRETCH_RESERVED 0xf1000000
497 #define FP_H_SYNC_STRT_WID 0x02C4
498 #define FP_H2_SYNC_STRT_WID 0x03C4
499 #define FP_V_SYNC_STRT_WID 0x02C8
500 #define FP_V2_SYNC_STRT_WID 0x03C8
501 #define LVDS_GEN_CNTL 0x02d0
502 # define LVDS_ON (1 << 0)
503 # define LVDS_DISPLAY_DIS (1 << 1)
504 # define LVDS_PANEL_TYPE (1 << 2)
505 # define LVDS_PANEL_FORMAT (1 << 3)
506 # define LVDS_EN (1 << 7)
507 # define LVDS_DIGON (1 << 18)
508 # define LVDS_BLON (1 << 19)
509 # define LVDS_SEL_CRTC2 (1 << 23)
510 #define LVDS_PLL_CNTL 0x02d4
511 # define HSYNC_DELAY_SHIFT 28
512 # define HSYNC_DELAY_MASK (0xf << 28)
513 #define AUX_WINDOW_HORZ_CNTL 0x02D8
514 #define AUX_WINDOW_VERT_CNTL 0x02DC
515 #define DDA_CONFIG 0x02e0
516 #define DDA_ON_OFF 0x02e4
518 #define GRPH_BUFFER_CNTL 0x02F0
519 #define VGA_BUFFER_CNTL 0x02F4
521 /* first overlay unit (there is only one) */
523 #define OV0_Y_X_START 0x0400
524 #define OV0_Y_X_END 0x0404
525 #define OV0_PIPELINE_CNTL 0x0408
526 #define OV0_EXCLUSIVE_HORZ 0x0408
527 # define EXCL_HORZ_START_MASK 0x000000ff
528 # define EXCL_HORZ_END_MASK 0x0000ff00
529 # define EXCL_HORZ_BACK_PORCH_MASK 0x00ff0000
530 # define EXCL_HORZ_EXCLUSIVE_EN 0x80000000
531 #define OV0_EXCLUSIVE_VERT 0x040C
532 # define EXCL_VERT_START_MASK 0x000003ff
533 # define EXCL_VERT_END_MASK 0x03ff0000
534 #define OV0_REG_LOAD_CNTL 0x0410
535 # define REG_LD_CTL_LOCK 0x00000001L
536 # define REG_LD_CTL_VBLANK_DURING_LOCK 0x00000002L
537 # define REG_LD_CTL_STALL_GUI_UNTIL_FLIP 0x00000004L
538 # define REG_LD_CTL_LOCK_READBACK 0x00000008L
539 #define OV0_SCALE_CNTL 0x0420
540 # define SCALER_PIX_EXPAND 0x00000001L
541 # define SCALER_Y2R_TEMP 0x00000002L
542 #ifdef RAGE128
543 # define SCALER_HORZ_PICK_NEAREST 0x00000003L
544 # define SCALER_VERT_PICK_NEAREST 0x00000004L
545 #else
546 # define SCALER_HORZ_PICK_NEAREST 0x00000004L
547 # define SCALER_VERT_PICK_NEAREST 0x00000008L
548 #endif
549 # define SCALER_SIGNED_UV 0x00000010L
550 # define SCALER_GAMMA_SEL_MASK 0x00000060L
551 # define SCALER_GAMMA_SEL_BRIGHT 0x00000000L
552 # define SCALER_GAMMA_SEL_G22 0x00000020L
553 # define SCALER_GAMMA_SEL_G18 0x00000040L
554 # define SCALER_GAMMA_SEL_G14 0x00000060L
555 # define SCALER_COMCORE_SHIFT_UP_ONE 0x00000080L
556 # define SCALER_SURFAC_FORMAT 0x00000f00L
557 # define SCALER_SOURCE_UNK0 0x00000000L /* 2 bpp ??? */
558 # define SCALER_SOURCE_UNK1 0x00000100L /* 4 bpp ??? */
559 # define SCALER_SOURCE_UNK2 0x00000200L /* 8 bpp ??? */
560 # define SCALER_SOURCE_15BPP 0x00000300L
561 # define SCALER_SOURCE_16BPP 0x00000400L
562 # define SCALER_SOURCE_24BPP 0x00000500L
563 # define SCALER_SOURCE_32BPP 0x00000600L
564 # define SCALER_SOURCE_UNK3 0x00000700L /* 8BPP_RGB332 ??? */
565 # define SCALER_SOURCE_UNK4 0x00000800L /* 8BPP_Y8 ??? */
566 # define SCALER_SOURCE_YUV9 0x00000900L /* 8BPP_RGB8 */
567 # define SCALER_SOURCE_YUV12 0x00000A00L
568 # define SCALER_SOURCE_VYUY422 0x00000B00L
569 # define SCALER_SOURCE_YVYU422 0x00000C00L
570 # define SCALER_SOURCE_UNK5 0x00000D00L /* ??? */
571 # define SCALER_SOURCE_UNK6 0x00000E00L /* 32BPP_AYUV444 */
572 # define SCALER_SOURCE_UNK7 0x00000F00L /* 16BPP_ARGB4444 */
573 # define SCALER_ADAPTIVE_DEINT 0x00001000L
574 # define R200_SCALER_TEMPORAL_DEINT 0x00002000L
575 # define SCALER_UNKNOWN_FLAG1 0x00004000L /* ??? */
576 # define SCALER_SMART_SWITCH 0x00008000L
577 #ifdef RAGE128
578 # define SCALER_BURST_PER_PLANE 0x00ff0000L
579 #else
580 # define SCALER_BURST_PER_PLANE 0x007f0000L
581 #endif
582 # define SCALER_DOUBLE_BUFFER 0x01000000L
583 # define SCALER_UNKNOWN_FLAG3 0x02000000L /* ??? */
584 # define SCALER_UNKNOWN_FLAG4 0x04000000L /* ??? */
585 # define SCALER_DIS_LIMIT 0x08000000L
586 # define SCALER_PRG_LOAD_START 0x10000000L
587 # define SCALER_INT_EMU 0x20000000L
588 # define SCALER_ENABLE 0x40000000L
589 # define SCALER_SOFT_RESET 0x80000000L
590 #define OV0_V_INC 0x0424
591 #define OV0_P1_V_ACCUM_INIT 0x0428
592 # define OV0_P1_MAX_LN_IN_PER_LN_OUT 0x00000003L
593 # define OV0_P1_V_ACCUM_INIT_MASK 0x01ff8000L
594 #define OV0_P23_V_ACCUM_INIT 0x042C
595 # define OV0_P23_MAX_LN_IN_PER_LN_OUT 0x00000003L
596 # define OV0_P23_V_ACCUM_INIT_MASK 0x01ff8000L
597 #define OV0_P1_BLANK_LINES_AT_TOP 0x0430
598 # define P1_BLNK_LN_AT_TOP_M1_MASK 0x00000fffL
599 # define P1_ACTIVE_LINES_M1 0x0fff0000L
600 #define OV0_P23_BLANK_LINES_AT_TOP 0x0434
601 # define P23_BLNK_LN_AT_TOP_M1_MASK 0x000007ffL
602 # define P23_ACTIVE_LINES_M1 0x07ff0000L
603 #ifndef RAGE128
604 #define OV0_BASE_ADDR 0x043C
605 #endif
606 #define OV0_VID_BUF0_BASE_ADRS 0x0440
607 # define VIF_BUF0_PITCH_SEL 0x00000001L
608 # define VIF_BUF0_TILE_ADRS 0x00000002L
609 # define VIF_BUF0_BASE_ADRS_MASK 0x03fffff0L
610 # define VIF_BUF0_1ST_LINE_LSBS_MASK 0x48000000L
611 #define OV0_VID_BUF1_BASE_ADRS 0x0444
612 # define VIF_BUF1_PITCH_SEL 0x00000001L
613 # define VIF_BUF1_TILE_ADRS 0x00000002L
614 # define VIF_BUF1_BASE_ADRS_MASK 0x03fffff0L
615 # define VIF_BUF1_1ST_LINE_LSBS_MASK 0x48000000L
616 #define OV0_VID_BUF2_BASE_ADRS 0x0448
617 # define VIF_BUF2_PITCH_SEL 0x00000001L
618 # define VIF_BUF2_TILE_ADRS 0x00000002L
619 # define VIF_BUF2_BASE_ADRS_MASK 0x03fffff0L
620 # define VIF_BUF2_1ST_LINE_LSBS_MASK 0x48000000L
621 #define OV0_VID_BUF3_BASE_ADRS 0x044C
622 # define VIF_BUF3_PITCH_SEL 0x00000001L
623 # define VIF_BUF3_TILE_ADRS 0x00000002L
624 # define VIF_BUF3_BASE_ADRS_MASK 0x03fffff0L
625 # define VIF_BUF3_1ST_LINE_LSBS_MASK 0x48000000L
626 #define OV0_VID_BUF4_BASE_ADRS 0x0450
627 # define VIF_BUF4_PITCH_SEL 0x00000001L
628 # define VIF_BUF4_TILE_ADRS 0x00000002L
629 # define VIF_BUF4_BASE_ADRS_MASK 0x03fffff0L
630 # define VIF_BUF4_1ST_LINE_LSBS_MASK 0x48000000L
631 #define OV0_VID_BUF5_BASE_ADRS 0x0454
632 # define VIF_BUF5_PITCH_SEL 0x00000001L
633 # define VIF_BUF5_TILE_ADRS 0x00000002L
634 # define VIF_BUF5_BASE_ADRS_MASK 0x03fffff0L
635 # define VIF_BUF5_1ST_LINE_LSBS_MASK 0x48000000L
636 #define OV0_VID_BUF_PITCH0_VALUE 0x0460
637 #define OV0_VID_BUF_PITCH1_VALUE 0x0464
638 #define OV0_AUTO_FLIP_CNTL 0x0470
639 # define OV0_AUTO_FLIP_CNTL_SOFT_BUF_NUM 0x00000007
640 # define OV0_AUTO_FLIP_CNTL_SOFT_REPEAT_FIELD 0x00000008
641 # define OV0_AUTO_FLIP_CNTL_SOFT_BUF_ODD 0x00000010
642 # define OV0_AUTO_FLIP_CNTL_IGNORE_REPEAT_FIELD 0x00000020
643 # define OV0_AUTO_FLIP_CNTL_SOFT_EOF_TOGGLE 0x00000040
644 # define OV0_AUTO_FLIP_CNTL_VID_PORT_SELECT 0x00000300
645 # define OV0_AUTO_FLIP_CNTL_P1_FIRST_LINE_EVEN 0x00010000
646 # define OV0_AUTO_FLIP_CNTL_SHIFT_EVEN_DOWN 0x00040000
647 # define OV0_AUTO_FLIP_CNTL_SHIFT_ODD_DOWN 0x00080000
648 # define OV0_AUTO_FLIP_CNTL_FIELD_POL_SOURCE 0x00800000
649 #define OV0_DEINTERLACE_PATTERN 0x0474
650 #define OV0_SUBMIT_HISTORY 0x0478
651 #define OV0_H_INC 0x0480
652 #define OV0_STEP_BY 0x0484
653 #define OV0_P1_H_ACCUM_INIT 0x0488
654 #define OV0_P23_H_ACCUM_INIT 0x048C
655 #define OV0_P1_X_START_END 0x0494
656 #define OV0_P2_X_START_END 0x0498
657 #define OV0_P3_X_START_END 0x049C
658 #define OV0_FILTER_CNTL 0x04A0
659 # define FILTER_PROGRAMMABLE_COEF 0x00000000
660 # define FILTER_HARDCODED_COEF 0x0000000F
661 # define FILTER_COEF_MASK 0x0000000F
662 /* other values allow us use hardcoded coefs for Y and
663 programmable for UV that's nosense. */
665 Top quality 4x4-tap filtered vertical and horizontal scaler.
666 It allows up to 64:1 upscaling and downscaling without
667 performance or quality degradation.
669 #define OV0_FOUR_TAP_COEF_0 0x04B0
670 #define OV0_FOUR_TAP_COEF_1 0x04B4
671 #define OV0_FOUR_TAP_COEF_2 0x04B8
672 #define OV0_FOUR_TAP_COEF_3 0x04BC
673 #define OV0_FOUR_TAP_COEF_4 0x04C0
675 #define OV0_FLAG_CNTL 0x04DC
676 #ifdef RAGE128
677 #define OV0_COLOUR_CNTL 0x04E0
678 # define COLOUR_CNTL_BRIGHTNESS 0x0000007F
679 # define COLOUR_CNTL_SATURATION 0x001F1F00
680 #else
681 /* NB: radeons have no COLOUR_CNTL register */
682 #define OV0_SLICE_CNTL 0x04E0
683 # define SLICE_CNTL_DISABLE 0x40000000
684 #endif
685 /* Video and graphics keys allow alpha blending, color correction
686 and many other video effects */
687 #define OV0_VID_KEY_CLR 0x04E4
688 #define OV0_VID_KEY_MSK 0x04E8
689 #define OV0_GRAPHICS_KEY_CLR 0x04EC
690 #define OV0_GRAPHICS_KEY_MSK 0x04F0
691 #define OV0_KEY_CNTL 0x04F4
692 # define VIDEO_KEY_FN_MASK 0x00000007L
693 # define VIDEO_KEY_FN_FALSE 0x00000000L
694 # define VIDEO_KEY_FN_TRUE 0x00000001L
695 # define VIDEO_KEY_FN_EQ 0x00000004L
696 # define VIDEO_KEY_FN_NE 0x00000005L
697 # define GRAPHIC_KEY_FN_MASK 0x00000070L
698 # define GRAPHIC_KEY_FN_FALSE 0x00000000L
699 # define GRAPHIC_KEY_FN_TRUE 0x00000010L
700 # define GRAPHIC_KEY_FN_EQ 0x00000040L
701 # define GRAPHIC_KEY_FN_NE 0x00000050L
702 # define CMP_MIX_MASK 0x00000100L
703 # define CMP_MIX_OR 0x00000000L
704 # define CMP_MIX_AND 0x00000100L
705 #define OV0_TEST 0x04F8
706 #define OV0_LIN_TRANS_A 0x0D20
707 #define OV0_LIN_TRANS_B 0x0D24
708 #define OV0_LIN_TRANS_C 0x0D28
709 #define OV0_LIN_TRANS_D 0x0D2C
710 #define OV0_LIN_TRANS_E 0x0D30
711 #define OV0_LIN_TRANS_F 0x0D34
712 #define OV0_GAMMA_0_F 0x0D40
713 #define OV0_GAMMA_10_1F 0x0D44
714 #define OV0_GAMMA_20_3F 0x0D48
715 #define OV0_GAMMA_40_7F 0x0D4C
716 /* These registers exist on R200 only */
717 #define OV0_GAMMA_80_BF 0x0E00
718 #define OV0_GAMMA_C0_FF 0x0E04
719 #define OV0_GAMMA_100_13F 0x0E08
720 #define OV0_GAMMA_140_17F 0x0E0C
721 #define OV0_GAMMA_180_1BF 0x0E10
722 #define OV0_GAMMA_1C0_1FF 0x0E14
723 #define OV0_GAMMA_200_23F 0x0E18
724 #define OV0_GAMMA_240_27F 0x0E1C
725 #define OV0_GAMMA_280_2BF 0x0E20
726 #define OV0_GAMMA_2C0_2FF 0x0E24
727 #define OV0_GAMMA_300_33F 0x0E28
728 #define OV0_GAMMA_340_37F 0x0E2C
729 /* End of R200 specific definitions */
730 #define OV0_GAMMA_380_3BF 0x0D50
731 #define OV0_GAMMA_3C0_3FF 0x0D54
734 IDCT ENGINE:
735 It's MPEG-2 hardware decoder which incorporates run-level decode, de-zigzag
736 and IDCT into an IDCT engine to complement the motion compensation engine.
738 #define IDCT_RUNS 0x1F80
739 #define IDCT_LEVELS 0x1F84
740 #define IDCT_AUTH_CONTROL 0x1F88
741 #define IDCT_AUTH 0x1F8C
742 #define IDCT_CONTROL 0x1FBC
744 #define SE_MC_SRC2_CNTL 0x19D4
745 #define SE_MC_SRC1_CNTL 0x19D8
746 #define SE_MC_DST_CNTL 0x19DC
747 #define SE_MC_CNTL_START 0x19E0
748 #ifndef RAGE128
749 #define SE_MC_BUF_BASE 0x19E4
750 #define PP_MC_CONTEXT 0x19E8
751 #define PP_MISC 0x1C14
752 #endif
754 SUBPICTURE UNIT:
755 Decompressing, scaling and alpha blending the compressed bitmap on the fly.
756 Provide optimal DVD subpicture qualtity.
758 #define SUBPIC_CNTL 0x0540
759 #define SUBPIC_DEFCOLCON 0x0544
760 #define SUBPIC_Y_X_START 0x054C
761 #define SUBPIC_Y_X_END 0x0550
762 #define SUBPIC_V_INC 0x0554
763 #define SUBPIC_H_INC 0x0558
764 #define SUBPIC_BUF0_OFFSET 0x055C
765 #define SUBPIC_BUF1_OFFSET 0x0560
766 #define SUBPIC_LC0_OFFSET 0x0564
767 #define SUBPIC_LC1_OFFSET 0x0568
768 #define SUBPIC_PITCH 0x056C
769 #define SUBPIC_BTN_HLI_COLCON 0x0570
770 #define SUBPIC_BTN_HLI_Y_X_START 0x0574
771 #define SUBPIC_BTN_HLI_Y_X_END 0x0578
772 #define SUBPIC_PALETTE_INDEX 0x057C
773 #define SUBPIC_PALETTE_DATA 0x0580
774 #define SUBPIC_H_ACCUM_INIT 0x0584
775 #define SUBPIC_V_ACCUM_INIT 0x0588
777 #define CP_RB_BASE 0x0700
778 #define CP_RB_CNTL 0x0704
779 #define CP_RB_RPTR_ADDR 0x070C
780 #define CP_RB_RPTR 0x0710
781 #define CP_RB_WPTR 0x0714
782 #define CP_RB_WPTR_DELAY 0x0718
783 #define CP_IB_BASE 0x0738
784 #define CP_IB_BUFSZ 0x073C
785 #define CP_CSQ_CNTL 0x0740
786 #define SCRATCH_UMSK 0x0770
787 #define SCRATCH_ADDR 0x0774
788 #define DMA_GUI_TABLE_ADDR 0x0780
789 #define DMA_GUI_SRC_ADDR 0x0784
790 #define DMA_GUI_DST_ADDR 0x0788
791 #define DMA_GUI_COMMAND 0x078C
792 #define DMA_GUI_STATUS 0x0790
793 #define DMA_GUI_ACT_DSCRPTR 0x0794
794 #define DMA_VID_TABLE_ADDR 0x07A0
795 #define DMA_VID_SRC_ADDR 0x07A4
796 #define DMA_VID_DST_ADDR 0x07A8
797 #define DMA_VID_COMMAND 0x07AC
798 #define DMA_VID_STATUS 0x07B0
799 #define DMA_VID_ACT_DSCRPTR 0x07B4
800 #define CP_ME_CNTL 0x07D0
801 #define CP_ME_RAM_ADDR 0x07D4
802 #define CP_ME_RAM_RADDR 0x07D8
803 #define CP_ME_RAM_DATAH 0x07DC
804 #define CP_ME_RAM_DATAL 0x07E0
805 #define CP_CSQ_ADDR 0x07F0
806 #define CP_CSQ_DATA 0x07F4
807 #define CP_CSQ_STAT 0x07F8
809 #define DISP_MISC_CNTL 0x0D00
810 # define SOFT_RESET_GRPH_PP (1 << 0)
811 #define DAC_MACRO_CNTL 0x0D04
812 #define DISP_PWR_MAN 0x0D08
813 #define DISP_TEST_DEBUG_CNTL 0x0D10
814 #define DISP_HW_DEBUG 0x0D14
815 #define DAC_CRC_SIG1 0x0D18
816 #define DAC_CRC_SIG2 0x0D1C
818 /* first capture unit */
820 #define VID_BUFFER_CONTROL 0x0900
821 #define CAP_INT_CNTL 0x0908
822 #define CAP_INT_STATUS 0x090C
823 #define FCP_CNTL 0x0910
824 #define CAP0_BUF0_OFFSET 0x0920
825 #define CAP0_BUF1_OFFSET 0x0924
826 #define CAP0_BUF0_EVEN_OFFSET 0x0928
827 #define CAP0_BUF1_EVEN_OFFSET 0x092C
828 #define CAP0_BUF_PITCH 0x0930
829 #define CAP0_V_WINDOW 0x0934
830 #define CAP0_H_WINDOW 0x0938
831 #define CAP0_VBI0_OFFSET 0x093C
832 #define CAP0_VBI1_OFFSET 0x0940
833 #define CAP0_VBI_V_WINDOW 0x0944
834 #define CAP0_VBI_H_WINDOW 0x0948
835 #define CAP0_PORT_MODE_CNTL 0x094C
836 #define CAP0_TRIG_CNTL 0x0950
837 #define CAP0_DEBUG 0x0954
838 #define CAP0_CONFIG 0x0958
839 # define CAP0_CONFIG_CONTINUOS 0x00000001
840 # define CAP0_CONFIG_START_FIELD_EVEN 0x00000002
841 # define CAP0_CONFIG_START_BUF_GET 0x00000004
842 # define CAP0_CONFIG_START_BUF_SET 0x00000008
843 # define CAP0_CONFIG_BUF_TYPE_ALT 0x00000010
844 # define CAP0_CONFIG_BUF_TYPE_FRAME 0x00000020
845 # define CAP0_CONFIG_ONESHOT_MODE_FRAME 0x00000040
846 # define CAP0_CONFIG_BUF_MODE_DOUBLE 0x00000080
847 # define CAP0_CONFIG_BUF_MODE_TRIPLE 0x00000100
848 # define CAP0_CONFIG_MIRROR_EN 0x00000200
849 # define CAP0_CONFIG_ONESHOT_MIRROR_EN 0x00000400
850 # define CAP0_CONFIG_VIDEO_SIGNED_UV 0x00000800
851 # define CAP0_CONFIG_ANC_DECODE_EN 0x00001000
852 # define CAP0_CONFIG_VBI_EN 0x00002000
853 # define CAP0_CONFIG_SOFT_PULL_DOWN_EN 0x00004000
854 # define CAP0_CONFIG_VIP_EXTEND_FLAG_EN 0x00008000
855 # define CAP0_CONFIG_FAKE_FIELD_EN 0x00010000
856 # define CAP0_CONFIG_ODD_ONE_MORE_LINE 0x00020000
857 # define CAP0_CONFIG_EVEN_ONE_MORE_LINE 0x00040000
858 # define CAP0_CONFIG_HORZ_DIVIDE_2 0x00080000
859 # define CAP0_CONFIG_HORZ_DIVIDE_4 0x00100000
860 # define CAP0_CONFIG_VERT_DIVIDE_2 0x00200000
861 # define CAP0_CONFIG_VERT_DIVIDE_4 0x00400000
862 # define CAP0_CONFIG_FORMAT_BROOKTREE 0x00000000
863 # define CAP0_CONFIG_FORMAT_CCIR656 0x00800000
864 # define CAP0_CONFIG_FORMAT_ZV 0x01000000
865 # define CAP0_CONFIG_FORMAT_VIP 0x01800000
866 # define CAP0_CONFIG_FORMAT_TRANSPORT 0x02000000
867 # define CAP0_CONFIG_HORZ_DECIMATOR 0x04000000
868 # define CAP0_CONFIG_VIDEO_IN_YVYU422 0x00000000
869 # define CAP0_CONFIG_VIDEO_IN_VYUY422 0x20000000
870 # define CAP0_CONFIG_VBI_DIVIDE_2 0x40000000
871 # define CAP0_CONFIG_VBI_DIVIDE_4 0x80000000
872 #define CAP0_ANC_ODD_OFFSET 0x095C
873 #define CAP0_ANC_EVEN_OFFSET 0x0960
874 #define CAP0_ANC_H_WINDOW 0x0964
875 #define CAP0_VIDEO_SYNC_TEST 0x0968
876 #define CAP0_ONESHOT_BUF_OFFSET 0x096C
877 #define CAP0_BUF_STATUS 0x0970
878 #ifdef RAGE128
879 #define CAP0_DWNSC_XRATIO 0x0978
880 #define CAP0_XSHARPNESS 0x097C
881 #else
882 /* #define CAP0_DWNSC_XRATIO 0x0978 */
883 /* #define CAP0_XSHARPNESS 0x097C */
884 #endif
885 #define CAP0_VBI2_OFFSET 0x0980
886 #define CAP0_VBI3_OFFSET 0x0984
887 #define CAP0_ANC2_OFFSET 0x0988
888 #define CAP0_ANC3_OFFSET 0x098C
890 /* second capture unit */
892 #define CAP1_BUF0_OFFSET 0x0990
893 #define CAP1_BUF1_OFFSET 0x0994
894 #define CAP1_BUF0_EVEN_OFFSET 0x0998
895 #define CAP1_BUF1_EVEN_OFFSET 0x099C
897 #define CAP1_BUF_PITCH 0x09A0
898 #define CAP1_V_WINDOW 0x09A4
899 #define CAP1_H_WINDOW 0x09A8
900 #define CAP1_VBI_ODD_OFFSET 0x09AC
901 #define CAP1_VBI_EVEN_OFFSET 0x09B0
902 #define CAP1_VBI_V_WINDOW 0x09B4
903 #define CAP1_VBI_H_WINDOW 0x09B8
904 #define CAP1_PORT_MODE_CNTL 0x09BC
905 #define CAP1_TRIG_CNTL 0x09C0
906 #define CAP1_DEBUG 0x09C4
907 #define CAP1_CONFIG 0x09C8
908 #define CAP1_ANC_ODD_OFFSET 0x09CC
909 #define CAP1_ANC_EVEN_OFFSET 0x09D0
910 #define CAP1_ANC_H_WINDOW 0x09D4
911 #define CAP1_VIDEO_SYNC_TEST 0x09D8
912 #define CAP1_ONESHOT_BUF_OFFSET 0x09DC
913 #define CAP1_BUF_STATUS 0x09E0
914 #define CAP1_DWNSC_XRATIO 0x09E8
915 #define CAP1_XSHARPNESS 0x09EC
917 #define DISP_MERGE_CNTL 0x0D60
918 #define DISP_OUTPUT_CNTL 0x0D64
919 # define DISP_DAC_SOURCE_MASK 0x03
920 # define DISP_DAC_SOURCE_CRTC2 0x01
921 #define DISP_LIN_TRANS_GRPH_A 0x0D80
922 #define DISP_LIN_TRANS_GRPH_B 0x0D84
923 #define DISP_LIN_TRANS_GRPH_C 0x0D88
924 #define DISP_LIN_TRANS_GRPH_D 0x0D8C
925 #define DISP_LIN_TRANS_GRPH_E 0x0D90
926 #define DISP_LIN_TRANS_GRPH_F 0x0D94
927 #define DISP_LIN_TRANS_VID_A 0x0D98
928 #define DISP_LIN_TRANS_VID_B 0x0D9C
929 #define DISP_LIN_TRANS_VID_C 0x0DA0
930 #define DISP_LIN_TRANS_VID_D 0x0DA4
931 #define DISP_LIN_TRANS_VID_E 0x0DA8
932 #define DISP_LIN_TRANS_VID_F 0x0DAC
933 #define RMX_HORZ_FILTER_0TAP_COEF 0x0DB0
934 #define RMX_HORZ_FILTER_1TAP_COEF 0x0DB4
935 #define RMX_HORZ_FILTER_2TAP_COEF 0x0DB8
936 #define RMX_HORZ_PHASE 0x0DBC
937 #define DAC_EMBEDDED_SYNC_CNTL 0x0DC0
938 #define DAC_BROAD_PULSE 0x0DC4
939 #define DAC_SKEW_CLKS 0x0DC8
940 #define DAC_INCR 0x0DCC
941 #define DAC_NEG_SYNC_LEVEL 0x0DD0
942 #define DAC_POS_SYNC_LEVEL 0x0DD4
943 #define DAC_BLANK_LEVEL 0x0DD8
944 #define CLOCK_CNTL_INDEX 0x0008
945 /* CLOCK_CNTL_INDEX bit constants */
946 # define PLL_WR_EN 0x00000080
947 # define PLL_DIV_SEL (3 << 8)
948 # define PLL2_DIV_SEL_MASK ~(3 << 8)
949 #define CLOCK_CNTL_DATA 0x000C
950 #define CP_RB_CNTL 0x0704
951 #define CP_RB_BASE 0x0700
952 #define CP_RB_RPTR_ADDR 0x070C
953 #define CP_RB_RPTR 0x0710
954 #define CP_RB_WPTR 0x0714
955 #define CP_RB_WPTR_DELAY 0x0718
956 #define CP_IB_BASE 0x0738
957 #define CP_IB_BUFSZ 0x073C
958 #define SCRATCH_REG0 0x15E0
959 #define GUI_SCRATCH_REG0 0x15E0
960 #define SCRATCH_REG1 0x15E4
961 #define GUI_SCRATCH_REG1 0x15E4
962 #define SCRATCH_REG2 0x15E8
963 #define GUI_SCRATCH_REG2 0x15E8
964 #define SCRATCH_REG3 0x15EC
965 #define GUI_SCRATCH_REG3 0x15EC
966 #define SCRATCH_REG4 0x15F0
967 #define GUI_SCRATCH_REG4 0x15F0
968 #define SCRATCH_REG5 0x15F4
969 #define GUI_SCRATCH_REG5 0x15F4
970 #define SCRATCH_UMSK 0x0770
971 #define SCRATCH_ADDR 0x0774
972 #define DP_BRUSH_FRGD_CLR 0x147C
973 #define DP_BRUSH_BKGD_CLR 0x1478
974 #define DST_LINE_START 0x1600
975 #define DST_LINE_END 0x1604
976 #define SRC_OFFSET 0x15AC
977 #define SRC_PITCH 0x15B0
978 #define SRC_TILE 0x1704
979 #define SRC_PITCH_OFFSET 0x1428
980 #define SRC_X 0x1414
981 #define SRC_Y 0x1418
982 #define DST_WIDTH_X 0x1588
983 #define DST_HEIGHT_WIDTH_8 0x158C
984 #define SRC_X_Y 0x1590
985 #define SRC_Y_X 0x1434
986 #define DST_Y_X 0x1438
987 #define DST_WIDTH_HEIGHT 0x1598
988 #define DST_HEIGHT_WIDTH 0x143c
989 #define SRC_CLUT_ADDRESS 0x1780
990 #define SRC_CLUT_DATA 0x1784
991 #define SRC_CLUT_DATA_RD 0x1788
992 #define HOST_DATA0 0x17C0
993 #define HOST_DATA1 0x17C4
994 #define HOST_DATA2 0x17C8
995 #define HOST_DATA3 0x17CC
996 #define HOST_DATA4 0x17D0
997 #define HOST_DATA5 0x17D4
998 #define HOST_DATA6 0x17D8
999 #define HOST_DATA7 0x17DC
1000 #define HOST_DATA_LAST 0x17E0
1001 #define DP_SRC_ENDIAN 0x15D4
1002 #define DP_SRC_FRGD_CLR 0x15D8
1003 #define DP_SRC_BKGD_CLR 0x15DC
1004 #define DP_WRITE_MASK 0x16cc
1005 #define SC_LEFT 0x1640
1006 #define SC_RIGHT 0x1644
1007 #define SC_TOP 0x1648
1008 #define SC_BOTTOM 0x164C
1009 #define SRC_SC_RIGHT 0x1654
1010 #define SRC_SC_BOTTOM 0x165C
1011 #define DP_CNTL 0x16C0
1012 /* DP_CNTL bit constants */
1013 # define DST_X_RIGHT_TO_LEFT 0x00000000
1014 # define DST_X_LEFT_TO_RIGHT 0x00000001
1015 # define DST_Y_BOTTOM_TO_TOP 0x00000000
1016 # define DST_Y_TOP_TO_BOTTOM 0x00000002
1017 # define DST_X_MAJOR 0x00000000
1018 # define DST_Y_MAJOR 0x00000004
1019 # define DST_X_TILE 0x00000008
1020 # define DST_Y_TILE 0x00000010
1021 # define DST_LAST_PEL 0x00000020
1022 # define DST_TRAIL_X_RIGHT_TO_LEFT 0x00000000
1023 # define DST_TRAIL_X_LEFT_TO_RIGHT 0x00000040
1024 # define DST_TRAP_FILL_RIGHT_TO_LEFT 0x00000000
1025 # define DST_TRAP_FILL_LEFT_TO_RIGHT 0x00000080
1026 # define DST_BRES_SIGN 0x00000100
1027 # define DST_HOST_BIG_ENDIAN_EN 0x00000200
1028 # define DST_POLYLINE_NONLAST 0x00008000
1029 # define DST_RASTER_STALL 0x00010000
1030 # define DST_POLY_EDGE 0x00040000
1031 #define DP_CNTL_XDIR_YDIR_YMAJOR 0x16D0
1032 /* DP_CNTL_XDIR_YDIR_YMAJOR bit constants (short version of DP_CNTL) */
1033 # define DST_X_MAJOR_S 0x00000000
1034 # define DST_Y_MAJOR_S 0x00000001
1035 # define DST_Y_BOTTOM_TO_TOP_S 0x00000000
1036 # define DST_Y_TOP_TO_BOTTOM_S 0x00008000
1037 # define DST_X_RIGHT_TO_LEFT_S 0x00000000
1038 # define DST_X_LEFT_TO_RIGHT_S 0x80000000
1039 #define DP_DATATYPE 0x16C4
1040 /* DP_DATATYPE bit constants */
1041 # define DST_8BPP 0x00000002
1042 # define DST_15BPP 0x00000003
1043 # define DST_16BPP 0x00000004
1044 # define DST_24BPP 0x00000005
1045 # define DST_32BPP 0x00000006
1046 # define DST_8BPP_RGB332 0x00000007
1047 # define DST_8BPP_Y8 0x00000008
1048 # define DST_8BPP_RGB8 0x00000009
1049 # define DST_16BPP_VYUY422 0x0000000b
1050 # define DST_16BPP_YVYU422 0x0000000c
1051 # define DST_32BPP_AYUV444 0x0000000e
1052 # define DST_16BPP_ARGB4444 0x0000000f
1053 # define BRUSH_SOLIDCOLOR 0x00000d00
1054 # define SRC_MONO 0x00000000
1055 # define SRC_MONO_LBKGD 0x00010000
1056 # define SRC_DSTCOLOR 0x00030000
1057 # define BYTE_ORDER_MSB_TO_LSB 0x00000000
1058 # define BYTE_ORDER_LSB_TO_MSB 0x40000000
1059 # define DP_CONVERSION_TEMP 0x80000000
1060 # define HOST_BIG_ENDIAN_EN (1 << 29)
1061 #define DP_MIX 0x16C8
1062 /* DP_MIX bit constants */
1063 # define DP_SRC_RECT 0x00000200
1064 # define DP_SRC_HOST 0x00000300
1065 # define DP_SRC_HOST_BYTEALIGN 0x00000400
1066 #define DP_WRITE_MSK 0x16CC
1067 #define DP_XOP 0x17F8
1068 #define CLR_CMP_CLR_SRC 0x15C4
1069 #define CLR_CMP_CLR_DST 0x15C8
1070 #define CLR_CMP_CNTL 0x15C0
1071 /* CLR_CMP_CNTL bit constants */
1072 # define COMPARE_SRC_FALSE 0x00000000
1073 # define COMPARE_SRC_TRUE 0x00000001
1074 # define COMPARE_SRC_NOT_EQUAL 0x00000004
1075 # define COMPARE_SRC_EQUAL 0x00000005
1076 # define COMPARE_SRC_EQUAL_FLIP 0x00000007
1077 # define COMPARE_DST_FALSE 0x00000000
1078 # define COMPARE_DST_TRUE 0x00000100
1079 # define COMPARE_DST_NOT_EQUAL 0x00000400
1080 # define COMPARE_DST_EQUAL 0x00000500
1081 # define COMPARE_DESTINATION 0x00000000
1082 # define COMPARE_SOURCE 0x01000000
1083 # define COMPARE_SRC_AND_DST 0x02000000
1084 #define CLR_CMP_MSK 0x15CC
1085 #define DSTCACHE_MODE 0x1710
1086 #define DSTCACHE_CTLSTAT 0x1714
1087 /* DSTCACHE_CTLSTAT bit constants */
1088 # define RB2D_DC_FLUSH (3 << 0)
1089 # define RB2D_DC_FLUSH_ALL 0xf
1090 # define RB2D_DC_BUSY (1 << 31)
1091 #define DEFAULT_OFFSET 0x16e0
1092 #define DEFAULT_PITCH_OFFSET 0x16E0
1093 #define DEFAULT_SC_BOTTOM_RIGHT 0x16E8
1094 /* DEFAULT_SC_BOTTOM_RIGHT bit constants */
1095 # define DEFAULT_SC_RIGHT_MAX (0x1fff << 0)
1096 # define DEFAULT_SC_BOTTOM_MAX (0x1fff << 16)
1097 #define DP_GUI_MASTER_CNTL 0x146C
1098 /* DP_GUI_MASTER_CNTL bit constants */
1099 # define GMC_SRC_PITCH_OFFSET_DEFAULT 0x00000000
1100 # define GMC_SRC_PITCH_OFFSET_LEAVE 0x00000001
1101 # define GMC_DST_PITCH_OFFSET_DEFAULT 0x00000000
1102 # define GMC_DST_PITCH_OFFSET_LEAVE 0x00000002
1103 # define GMC_SRC_CLIP_DEFAULT 0x00000000
1104 # define GMC_SRC_CLIP_LEAVE 0x00000004
1105 # define GMC_DST_CLIP_DEFAULT 0x00000000
1106 # define GMC_DST_CLIP_LEAVE 0x00000008
1107 # define GMC_BRUSH_8x8MONO 0x00000000
1108 # define GMC_BRUSH_8x8MONO_LBKGD 0x00000010
1109 # define GMC_BRUSH_8x1MONO 0x00000020
1110 # define GMC_BRUSH_8x1MONO_LBKGD 0x00000030
1111 # define GMC_BRUSH_1x8MONO 0x00000040
1112 # define GMC_BRUSH_1x8MONO_LBKGD 0x00000050
1113 # define GMC_BRUSH_32x1MONO 0x00000060
1114 # define GMC_BRUSH_32x1MONO_LBKGD 0x00000070
1115 # define GMC_BRUSH_32x32MONO 0x00000080
1116 # define GMC_BRUSH_32x32MONO_LBKGD 0x00000090
1117 # define GMC_BRUSH_8x8COLOR 0x000000a0
1118 # define GMC_BRUSH_8x1COLOR 0x000000b0
1119 # define GMC_BRUSH_1x8COLOR 0x000000c0
1120 # define GMC_BRUSH_SOLID_COLOR 0x000000d0
1121 # define GMC_DST_8BPP 0x00000200
1122 # define GMC_DST_15BPP 0x00000300
1123 # define GMC_DST_16BPP 0x00000400
1124 # define GMC_DST_24BPP 0x00000500
1125 # define GMC_DST_32BPP 0x00000600
1126 # define GMC_DST_8BPP_RGB332 0x00000700
1127 # define GMC_DST_8BPP_Y8 0x00000800
1128 # define GMC_DST_8BPP_RGB8 0x00000900
1129 # define GMC_DST_16BPP_VYUY422 0x00000b00
1130 # define GMC_DST_16BPP_YVYU422 0x00000c00
1131 # define GMC_DST_32BPP_AYUV444 0x00000e00
1132 # define GMC_DST_16BPP_ARGB4444 0x00000f00
1133 # define GMC_SRC_MONO 0x00000000
1134 # define GMC_SRC_MONO_LBKGD 0x00001000
1135 # define GMC_SRC_DSTCOLOR 0x00003000
1136 # define GMC_BYTE_ORDER_MSB_TO_LSB 0x00000000
1137 # define GMC_BYTE_ORDER_LSB_TO_MSB 0x00004000
1138 # define GMC_DP_CONVERSION_TEMP_9300 0x00008000
1139 # define GMC_DP_CONVERSION_TEMP_6500 0x00000000
1140 # define GMC_DP_SRC_RECT 0x02000000
1141 # define GMC_DP_SRC_HOST 0x03000000
1142 # define GMC_DP_SRC_HOST_BYTEALIGN 0x04000000
1143 # define GMC_3D_FCN_EN_CLR 0x00000000
1144 # define GMC_3D_FCN_EN_SET 0x08000000
1145 # define GMC_DST_CLR_CMP_FCN_LEAVE 0x00000000
1146 # define GMC_DST_CLR_CMP_FCN_CLEAR 0x10000000
1147 # define GMC_AUX_CLIP_LEAVE 0x00000000
1148 # define GMC_AUX_CLIP_CLEAR 0x20000000
1149 # define GMC_WRITE_MASK_LEAVE 0x00000000
1150 # define GMC_WRITE_MASK_SET 0x40000000
1151 # define GMC_CLR_CMP_CNTL_DIS (1 << 28)
1152 # define GMC_SRC_DATATYPE_COLOR (3 << 12)
1153 # define ROP3_S 0x00cc0000
1154 # define ROP3_SRCCOPY 0x00cc0000
1155 # define ROP3_P 0x00f00000
1156 # define ROP3_PATCOPY 0x00f00000
1157 # define DP_SRC_SOURCE_MASK (7 << 24)
1158 # define GMC_BRUSH_NONE (15 << 4)
1159 # define DP_SRC_SOURCE_MEMORY (2 << 24)
1160 # define GMC_BRUSH_SOLIDCOLOR 0x000000d0
1161 #define SC_TOP_LEFT 0x16EC
1162 #define SC_BOTTOM_RIGHT 0x16F0
1163 #define SRC_SC_BOTTOM_RIGHT 0x16F4
1164 #define RB2D_DSTCACHE_CTLSTAT 0x342C
1165 #define RB2D_DSTCACHE_MODE 0x3428
1167 #define BASE_CODE 0x0f0b
1168 #define RADEON_BIOS_0_SCRATCH 0x0010
1169 #define RADEON_BIOS_1_SCRATCH 0x0014
1170 #define RADEON_BIOS_2_SCRATCH 0x0018
1171 #define RADEON_BIOS_3_SCRATCH 0x001c
1172 #define RADEON_BIOS_4_SCRATCH 0x0020
1173 #define RADEON_BIOS_5_SCRATCH 0x0024
1174 #define RADEON_BIOS_6_SCRATCH 0x0028
1175 #define RADEON_BIOS_7_SCRATCH 0x002c
1178 #define CLK_PIN_CNTL 0x0001
1179 #define PPLL_CNTL 0x0002
1180 # define PPLL_RESET (1 << 0)
1181 # define PPLL_SLEEP (1 << 1)
1182 # define PPLL_ATOMIC_UPDATE_EN (1 << 16)
1183 # define PPLL_VGA_ATOMIC_UPDATE_EN (1 << 17)
1184 # define PPLL_ATOMIC_UPDATE_VSYNC (1 << 18)
1185 #define PPLL_REF_DIV 0x0003
1186 # define PPLL_REF_DIV_MASK 0x03ff
1187 # define PPLL_ATOMIC_UPDATE_R (1 << 15) /* same as _W */
1188 # define PPLL_ATOMIC_UPDATE_W (1 << 15) /* same as _R */
1189 #define PPLL_DIV_0 0x0004
1190 #define PPLL_DIV_1 0x0005
1191 #define PPLL_DIV_2 0x0006
1192 #define PPLL_DIV_3 0x0007
1193 #define VCLK_ECP_CNTL 0x0008
1194 #define HTOTAL_CNTL 0x0009
1195 #define HTOTAL2_CNTL 0x002e /* PLL */
1196 #define M_SPLL_REF_FB_DIV 0x000a
1197 #define AGP_PLL_CNTL 0x000b
1198 #define SPLL_CNTL 0x000c
1199 #define SCLK_CNTL 0x000d
1200 #define MPLL_CNTL 0x000e
1201 #define MCLK_CNTL 0x0012
1202 /* MCLK_CNTL bit constants */
1203 # define FORCEON_MCLKA (1 << 16)
1204 # define FORCEON_MCLKB (1 << 17)
1205 # define FORCEON_YCLKA (1 << 18)
1206 # define FORCEON_YCLKB (1 << 19)
1207 # define FORCEON_MC (1 << 20)
1208 # define FORCEON_AIC (1 << 21)
1209 #define PLL_TEST_CNTL 0x0013
1210 #define P2PLL_CNTL 0x002a /* P2PLL */
1211 # define P2PLL_RESET (1 << 0)
1212 # define P2PLL_SLEEP (1 << 1)
1213 # define P2PLL_ATOMIC_UPDATE_EN (1 << 16)
1214 # define P2PLL_VGA_ATOMIC_UPDATE_EN (1 << 17)
1215 # define P2PLL_ATOMIC_UPDATE_VSYNC (1 << 18)
1216 #define P2PLL_DIV_0 0x002c
1217 # define P2PLL_FB0_DIV_MASK 0x07ff
1218 # define P2PLL_POST0_DIV_MASK 0x00070000
1219 #define P2PLL_REF_DIV 0x002B /* PLL */
1220 # define P2PLL_REF_DIV_MASK 0x03ff
1221 # define P2PLL_ATOMIC_UPDATE_R (1 << 15) /* same as _W */
1222 # define P2PLL_ATOMIC_UPDATE_W (1 << 15) /* same as _R */
1224 /* masks */
1226 #define CONFIG_MEMSIZE_MASK 0x1f000000
1227 #define MEM_CFG_TYPE 0x40000000
1228 #define DST_OFFSET_MASK 0x003fffff
1229 #define DST_PITCH_MASK 0x3fc00000
1230 #define DEFAULT_TILE_MASK 0xc0000000
1231 #define PPLL_DIV_SEL_MASK 0x00000300
1232 #define PPLL_FB3_DIV_MASK 0x000007ff
1233 #define PPLL_POST3_DIV_MASK 0x00070000
1235 #define GUI_ACTIVE 0x80000000
1237 /* GEN_RESET_CNTL bit constants */
1238 #define SOFT_RESET_GUI 0x00000001
1239 #define SOFT_RESET_VCLK 0x00000100
1240 #define SOFT_RESET_PCLK 0x00000200
1241 #define SOFT_RESET_ECP 0x00000400
1242 #define SOFT_RESET_DISPENG_XCLK 0x00000800
1244 /* RAGE THEATER REGISTERS */
1246 #define DMA_VIPH0_COMMAND 0x0A00
1247 #define DMA_VIPH1_COMMAND 0x0A04
1248 #define DMA_VIPH2_COMMAND 0x0A08
1249 #define DMA_VIPH3_COMMAND 0x0A0C
1250 #define DMA_VIPH_STATUS 0x0A10
1251 #define DMA_VIPH_CHUNK_0 0x0A18
1252 #define DMA_VIPH_CHUNK_1_VAL 0x0A1C
1253 #define DMA_VIP0_TABLE_ADDR 0x0A20
1254 #define DMA_VIPH0_ACTIVE 0x0A24
1255 #define DMA_VIP1_TABLE_ADDR 0x0A30
1256 #define DMA_VIPH1_ACTIVE 0x0A34
1257 #define DMA_VIP2_TABLE_ADDR 0x0A40
1258 #define DMA_VIPH2_ACTIVE 0x0A44
1259 #define DMA_VIP3_TABLE_ADDR 0x0A50
1260 #define DMA_VIPH3_ACTIVE 0x0A54
1261 #define DMA_VIPH_ABORT 0x0A88
1263 #define VIPH_CH0_DATA 0x0c00
1264 #define VIPH_CH1_DATA 0x0c04
1265 #define VIPH_CH2_DATA 0x0c08
1266 #define VIPH_CH3_DATA 0x0c0c
1267 #define VIPH_CH0_ADDR 0x0c10
1268 #define VIPH_CH1_ADDR 0x0c14
1269 #define VIPH_CH2_ADDR 0x0c18
1270 #define VIPH_CH3_ADDR 0x0c1c
1271 #define VIPH_CH0_SBCNT 0x0c20
1272 #define VIPH_CH1_SBCNT 0x0c24
1273 #define VIPH_CH2_SBCNT 0x0c28
1274 #define VIPH_CH3_SBCNT 0x0c2c
1275 #define VIPH_CH0_ABCNT 0x0c30
1276 #define VIPH_CH1_ABCNT 0x0c34
1277 #define VIPH_CH2_ABCNT 0x0c38
1278 #define VIPH_CH3_ABCNT 0x0c3c
1279 #define VIPH_CONTROL 0x0c40
1280 #define VIPH_DV_LAT 0x0c44
1281 #define VIPH_BM_CHUNK 0x0c48
1282 #define VIPH_DV_INT 0x0c4c
1283 #define VIPH_TIMEOUT_STAT 0x0c50
1285 #define VIPH_REG_DATA 0x0084
1286 #define VIPH_REG_ADDR 0x0080
1288 /* Address Space Rage Theatre Registers (VIP Access) */
1289 #define VIP_VIP_VENDOR_DEVICE_ID 0x0000
1290 #define VIP_VIP_SUB_VENDOR_DEVICE_ID 0x0004
1291 #define VIP_VIP_COMMAND_STATUS 0x0008
1292 #define VIP_VIP_REVISION_ID 0x000c
1293 #define VIP_HW_DEBUG 0x0010
1294 #define VIP_SW_SCRATCH 0x0014
1295 #define VIP_I2C_CNTL_0 0x0020
1296 #define VIP_I2C_CNTL_1 0x0024
1297 #define VIP_I2C_DATA 0x0028
1298 #define VIP_INT_CNTL 0x002c
1299 #define VIP_GPIO_INOUT 0x0030
1300 #define VIP_GPIO_CNTL 0x0034
1301 #define VIP_CLKOUT_GPIO_CNTL 0x0038
1302 #define VIP_RIPINTF_PORT_CNTL 0x003c
1303 #define VIP_ADC_CNTL 0x0400
1304 #define VIP_ADC_DEBUG 0x0404
1305 #define VIP_STANDARD_SELECT 0x0408
1306 #define VIP_THERMO2BIN_STATUS 0x040c
1307 #define VIP_COMB_CNTL0 0x0440
1308 #define VIP_COMB_CNTL1 0x0444
1309 #define VIP_COMB_CNTL2 0x0448
1310 #define VIP_COMB_LINE_LENGTH 0x044c
1311 #define VIP_NOISE_CNTL0 0x0450
1312 #define VIP_HS_PLINE 0x0480
1313 #define VIP_HS_DTOINC 0x0484
1314 #define VIP_HS_PLLGAIN 0x0488
1315 #define VIP_HS_MINMAXWIDTH 0x048c
1316 #define VIP_HS_GENLOCKDELAY 0x0490
1317 #define VIP_HS_WINDOW_LIMIT 0x0494
1318 #define VIP_HS_WINDOW_OC_SPEED 0x0498
1319 #define VIP_HS_PULSE_WIDTH 0x049c
1320 #define VIP_HS_PLL_ERROR 0x04a0
1321 #define VIP_HS_PLL_FS_PATH 0x04a4
1322 #define VIP_SG_BLACK_GATE 0x04c0
1323 #define VIP_SG_SYNCTIP_GATE 0x04c4
1324 #define VIP_SG_UVGATE_GATE 0x04c8
1325 #define VIP_LP_AGC_CLAMP_CNTL0 0x0500
1326 #define VIP_LP_AGC_CLAMP_CNTL1 0x0504
1327 #define VIP_LP_BRIGHTNESS 0x0508
1328 #define VIP_LP_CONTRAST 0x050c
1329 #define VIP_LP_SLICE_LIMIT 0x0510
1330 #define VIP_LP_WPA_CNTL0 0x0514
1331 #define VIP_LP_WPA_CNTL1 0x0518
1332 #define VIP_LP_BLACK_LEVEL 0x051c
1333 #define VIP_LP_SLICE_LEVEL 0x0520
1334 #define VIP_LP_SYNCTIP_LEVEL 0x0524
1335 #define VIP_LP_VERT_LOCKOUT 0x0528
1336 #define VIP_VS_DETECTOR_CNTL 0x0540
1337 #define VIP_VS_BLANKING_CNTL 0x0544
1338 #define VIP_VS_FIELD_ID_CNTL 0x0548
1339 #define VIP_VS_COUNTER_CNTL 0x054c
1340 #define VIP_VS_FRAME_TOTAL 0x0550
1341 #define VIP_VS_LINE_COUNT 0x0554
1342 #define VIP_CP_PLL_CNTL0 0x0580
1343 #define VIP_CP_PLL_CNTL1 0x0584
1344 #define VIP_CP_HUE_CNTL 0x0588
1345 #define VIP_CP_BURST_GAIN 0x058c
1346 #define VIP_CP_AGC_CNTL 0x0590
1347 #define VIP_CP_ACTIVE_GAIN 0x0594
1348 #define VIP_CP_PLL_STATUS0 0x0598
1349 #define VIP_CP_PLL_STATUS1 0x059c
1350 #define VIP_CP_PLL_STATUS2 0x05a0
1351 #define VIP_CP_PLL_STATUS3 0x05a4
1352 #define VIP_CP_PLL_STATUS4 0x05a8
1353 #define VIP_CP_PLL_STATUS5 0x05ac
1354 #define VIP_CP_PLL_STATUS6 0x05b0
1355 #define VIP_CP_PLL_STATUS7 0x05b4
1356 #define VIP_CP_DEBUG_FORCE 0x05b8
1357 #define VIP_CP_VERT_LOCKOUT 0x05bc
1358 #define VIP_H_ACTIVE_WINDOW 0x05c0
1359 #define VIP_V_ACTIVE_WINDOW 0x05c4
1360 #define VIP_H_VBI_WINDOW 0x05c8
1361 #define VIP_V_VBI_WINDOW 0x05cc
1362 #define VIP_VBI_CONTROL 0x05d0
1363 #define VIP_DECODER_DEBUG_CNTL 0x05d4
1364 #define VIP_SINGLE_STEP_DATA 0x05d8
1365 #define VIP_MASTER_CNTL 0x0040
1366 #define VIP_RGB_CNTL 0x0048
1367 #define VIP_CLKOUT_CNTL 0x004c
1368 #define VIP_SYNC_CNTL 0x0050
1369 #define VIP_I2C_CNTL 0x0054
1370 #define VIP_HTOTAL 0x0080
1371 #define VIP_HDISP 0x0084
1372 #define VIP_HSIZE 0x0088
1373 #define VIP_HSTART 0x008c
1374 #define VIP_HCOUNT 0x0090
1375 #define VIP_VTOTAL 0x0094
1376 #define VIP_VDISP 0x0098
1377 #define VIP_VCOUNT 0x009c
1378 #define VIP_VFTOTAL 0x00a0
1379 #define VIP_DFCOUNT 0x00a4
1380 #define VIP_DFRESTART 0x00a8
1381 #define VIP_DHRESTART 0x00ac
1382 #define VIP_DVRESTART 0x00b0
1383 #define VIP_SYNC_SIZE 0x00b4
1384 #define VIP_TV_PLL_FINE_CNTL 0x00b8
1385 #define VIP_CRT_PLL_FINE_CNTL 0x00bc
1386 #define VIP_TV_PLL_CNTL 0x00c0
1387 #define VIP_CRT_PLL_CNTL 0x00c4
1388 #define VIP_PLL_CNTL0 0x00c8
1389 #define VIP_PLL_TEST_CNTL 0x00cc
1390 #define VIP_CLOCK_SEL_CNTL 0x00d0
1391 #define VIP_VIN_PLL_CNTL 0x00d4
1392 #define VIP_VIN_PLL_FINE_CNTL 0x00d8
1393 #define VIP_AUD_PLL_CNTL 0x00e0
1394 #define VIP_AUD_PLL_FINE_CNTL 0x00e4
1395 #define VIP_AUD_CLK_DIVIDERS 0x00e8
1396 #define VIP_AUD_DTO_INCREMENTS 0x00ec
1397 #define VIP_L54_PLL_CNTL 0x00f0
1398 #define VIP_L54_PLL_FINE_CNTL 0x00f4
1399 #define VIP_L54_DTO_INCREMENTS 0x00f8
1400 #define VIP_PLL_CNTL1 0x00fc
1401 #define VIP_FRAME_LOCK_CNTL 0x0100
1402 #define VIP_SYNC_LOCK_CNTL 0x0104
1403 #define VIP_TVO_SYNC_PAT_ACCUM 0x0108
1404 #define VIP_TVO_SYNC_THRESHOLD 0x010c
1405 #define VIP_TVO_SYNC_PAT_EXPECT 0x0110
1406 #define VIP_DELAY_ONE_MAP_A 0x0114
1407 #define VIP_DELAY_ONE_MAP_B 0x0118
1408 #define VIP_DELAY_ZERO_MAP_A 0x011c
1409 #define VIP_DELAY_ZERO_MAP_B 0x0120
1410 #define VIP_TVO_DATA_DELAY_A 0x0140
1411 #define VIP_TVO_DATA_DELAY_B 0x0144
1412 #define VIP_HOST_READ_DATA 0x0180
1413 #define VIP_HOST_WRITE_DATA 0x0184
1414 #define VIP_HOST_RD_WT_CNTL 0x0188
1415 #define VIP_VSCALER_CNTL1 0x01c0
1416 #define VIP_TIMING_CNTL 0x01c4
1417 #define VIP_VSCALER_CNTL2 0x01c8
1418 #define VIP_Y_FALL_CNTL 0x01cc
1419 #define VIP_Y_RISE_CNTL 0x01d0
1420 #define VIP_Y_SAW_TOOTH_CNTL 0x01d4
1421 #define VIP_UPSAMP_AND_GAIN_CNTL 0x01e0
1422 #define VIP_GAIN_LIMIT_SETTINGS 0x01e4
1423 #define VIP_LINEAR_GAIN_SETTINGS 0x01e8
1424 #define VIP_MODULATOR_CNTL1 0x0200
1425 #define VIP_MODULATOR_CNTL2 0x0204
1426 #define VIP_MV_MODE_CNTL 0x0208
1427 #define VIP_MV_STRIPE_CNTL 0x020c
1428 #define VIP_MV_LEVEL_CNTL1 0x0210
1429 #define VIP_MV_LEVEL_CNTL2 0x0214
1430 #define VIP_PRE_DAC_MUX_CNTL 0x0240
1431 #define VIP_TV_DAC_CNTL 0x0280
1432 #define VIP_CRC_CNTL 0x02c0
1433 #define VIP_VIDEO_PORT_SIG 0x02c4
1434 #define VIP_VBI_CC_CNTL 0x02c8
1435 #define VIP_VBI_EDS_CNTL 0x02cc
1436 #define VIP_VBI_20BIT_CNTL 0x02d0
1437 #define VIP_VBI_DTO_CNTL 0x02d4
1438 #define VIP_VBI_LEVEL_CNTL 0x02d8
1439 #define VIP_UV_ADR 0x0300
1440 #define VIP_MV_STATUS 0x0330
1441 #define VIP_UPSAMP_COEFF0_0 0x0340
1442 #define VIP_UPSAMP_COEFF0_1 0x0344
1443 #define VIP_UPSAMP_COEFF0_2 0x0348
1444 #define VIP_UPSAMP_COEFF1_0 0x034c
1445 #define VIP_UPSAMP_COEFF1_1 0x0350
1446 #define VIP_UPSAMP_COEFF1_2 0x0354
1447 #define VIP_UPSAMP_COEFF2_0 0x0358
1448 #define VIP_UPSAMP_COEFF2_1 0x035c
1449 #define VIP_UPSAMP_COEFF2_2 0x0360
1450 #define VIP_UPSAMP_COEFF3_0 0x0364
1451 #define VIP_UPSAMP_COEFF3_1 0x0368
1452 #define VIP_UPSAMP_COEFF3_2 0x036c
1453 #define VIP_UPSAMP_COEFF4_0 0x0370
1454 #define VIP_UPSAMP_COEFF4_1 0x0374
1455 #define VIP_UPSAMP_COEFF4_2 0x0378
1456 #define VIP_TV_DTO_INCREMENTS 0x0390
1457 #define VIP_CRT_DTO_INCREMENTS 0x0394
1458 #define VIP_VSYNC_DIFF_CNTL 0x03a0
1459 #define VIP_VSYNC_DIFF_LIMITS 0x03a4
1460 #define VIP_VSYNC_DIFF_RD_DATA 0x03a8
1461 #define VIP_SCALER_IN_WINDOW 0x0618
1462 #define VIP_SCALER_OUT_WINDOW 0x061c
1463 #define VIP_H_SCALER_CONTROL 0x0600
1464 #define VIP_V_SCALER_CONTROL 0x0604
1465 #define VIP_V_DEINTERLACE_CONTROL 0x0608
1466 #define VIP_VBI_SCALER_CONTROL 0x060c
1467 #define VIP_DVS_PORT_CTRL 0x0610
1468 #define VIP_DVS_PORT_READBACK 0x0614
1469 #define VIP_FIFOA_CONFIG 0x0800
1470 #define VIP_FIFOB_CONFIG 0x0804
1471 #define VIP_FIFOC_CONFIG 0x0808
1472 #define VIP_SPDIF_PORT_CNTL 0x080c
1473 #define VIP_SPDIF_CHANNEL_STAT 0x0810
1474 #define VIP_SPDIF_AC3_PREAMBLE 0x0814
1475 #define VIP_I2S_TRANSMIT_CNTL 0x0818
1476 #define VIP_I2S_RECEIVE_CNTL 0x081c
1477 #define VIP_SPDIF_TX_CNT_REG 0x0820
1478 #define VIP_IIS_TX_CNT_REG 0x0824
1480 /* Status defines */
1481 #define VIP_BUSY 0
1482 #define VIP_IDLE 1
1483 #define VIP_RESET 2
1485 #define VIPH_TIMEOUT_STAT__VIPH_REG_STAT 0x00000010
1486 #define VIPH_TIMEOUT_STAT__VIPH_REG_AK 0x00000010
1487 #define VIPH_TIMEOUT_STAT__VIPH_REGR_DIS 0x01000000
1488 #define TEST_DEBUG_CNTL__TEST_DEBUG_OUT_EN 0x00000001
1490 #define RT_ATI_ID 0x4D541002
1492 /* Register/Field values: */
1493 #define RT_COMP0 0x0
1494 #define RT_COMP1 0x1
1495 #define RT_COMP2 0x2
1496 #define RT_YF_COMP3 0x3
1497 #define RT_YR_COMP3 0x4
1498 #define RT_YCF_COMP4 0x5
1499 #define RT_YCR_COMP4 0x6
1501 /* Video standard defines */
1502 #define RT_NTSC 0x0
1503 #define RT_PAL 0x1
1504 #define RT_SECAM 0x2
1505 #define extNONE 0x0000
1506 #define extNTSC 0x0100
1507 #define extRsvd 0x0200
1508 #define extPAL 0x0300
1509 #define extPAL_M 0x0400
1510 #define extPAL_N 0x0500
1511 #define extSECAM 0x0600
1512 #define extPAL_NCOMB 0x0700
1513 #define extNTSC_J 0x0800
1514 #define extNTSC_443 0x0900
1515 #define extPAL_BGHI 0x0A00
1516 #define extPAL_60 0x0B00
1517 /* these are used in MSP3430 */
1518 #define extPAL_DK1 0x0C00
1519 #define extPAL_AUTO 0x0D00
1521 #define RT_FREF_2700 6
1522 #define RT_FREF_2950 5
1524 #define RT_COMPOSITE 0x0
1525 #define RT_SVIDEO 0x1
1527 #define RT_NORM_SHARPNESS 0x03
1528 #define RT_HIGH_SHARPNESS 0x0F
1530 #define RT_HUE_PAL_DEF 0x00
1532 #define RT_DECINTERLACED 0x1
1533 #define RT_DECNONINTERLACED 0x0
1535 #define NTSC_LINES 525
1536 #define PAL_SECAM_LINES 625
1538 #define RT_ASYNC_ENABLE 0x0
1539 #define RT_ASYNC_DISABLE 0x1
1540 #define RT_ASYNC_RESET 0x1
1542 #define RT_VINRST_ACTIVE 0x0
1543 #define RT_VINRST_RESET 0x1
1544 #define RT_L54RST_RESET 0x1
1546 #define RT_REF_CLK 0x0
1547 #define RT_PLL_VIN_CLK 0x1
1549 #define RT_VIN_ASYNC_RST 0x20
1550 #define RT_DVS_ASYNC_RST 0x80
1552 #define RT_ADC_ENABLE 0x0
1553 #define RT_ADC_DISABLE 0x1
1555 #define RT_DVSDIR_IN 0x0
1556 #define RT_DVSDIR_OUT 0x1
1558 #define RT_DVSCLK_HIGH 0x0
1559 #define RT_DVSCLK_LOW 0x1
1561 #define RT_DVSCLK_SEL_8FS 0x0
1562 #define RT_DVSCLK_SEL_27MHZ 0x1
1564 #define RT_DVS_CONTSTREAM 0x1
1565 #define RT_DVS_NONCONTSTREAM 0x0
1567 #define RT_DVSDAT_HIGH 0x0
1568 #define RT_DVSDAT_LOW 0x1
1570 #define RT_ADC_CNTL_DEFAULT 0x03252338
1572 /* COMB_CNTL0 FILTER SETTINGS FOR DIFFERENT STANDARDS: */
1573 #define RT_NTSCM_COMB_CNTL0_COMPOSITE 0x09438090
1574 #define RT_NTSCM_COMB_CNTL0_SVIDEO 0x48540000
1576 #define RT_PAL_COMB_CNTL0_COMPOSITE 0x09438090
1577 #define RT_PAL_COMB_CNTL0_SVIDEO 0x40348090
1579 #define RT_SECAM_COMB_CNTL0_COMPOSITE 0xD0108090 /* instead of orig 0xD0088090 - eric*/
1580 #define RT_SECAM_COMB_CNTL0_SVIDEO 0x50148090
1582 #define RT_PALN_COMB_CNTL0_COMPOSITE 0x09438090
1583 #define RT_PALN_COMB_CNTL0_SVIDEO 0x40348090
1585 #define RT_PALM_COMB_CNTL0_COMPOSITE 0x09438090
1586 #define RT_PALM_COMB_CNTL0_SVIDEO 0x40348090
1587 /* End of filter settings. */
1589 /* COMB_CNTL1 FILTER SETTINGS FOR DIFFERENT STANDARDS: */
1590 #define RT_NTSCM_COMB_CNTL1_COMPOSITE 0x00000010
1591 #define RT_NTSCM_COMB_CNTL1_SVIDEO 0x00000081
1593 #define RT_PAL_COMB_CNTL1_COMPOSITE 0x00000010
1594 #define RT_PAL_COMB_CNTL1_SVIDEO 0x000000A1
1596 #define RT_SECAM_COMB_CNTL1_COMPOSITE 0x00000091
1597 #define RT_SECAM_COMB_CNTL1_SVIDEO 0x00000081
1599 #define RT_PALN_COMB_CNTL1_COMPOSITE 0x00000010
1600 #define RT_PALN_COMB_CNTL1_SVIDEO 0x000000A1
1602 #define RT_PALM_COMB_CNTL1_COMPOSITE 0x00000010
1603 #define RT_PALM_COMB_CNTL1_SVIDEO 0x000000A1
1604 /* End of filter settings. */
1606 /* COMB_CNTL2 FILTER SETTINGS FOR DIFFERENT STANDARDS: */
1607 #define RT_NTSCM_COMB_CNTL2_COMPOSITE 0x16161010
1608 #define RT_NTSCM_COMB_CNTL2_SVIDEO 0xFFFFFFFF
1610 #define RT_PAL_COMB_CNTL2_COMPOSITE 0x06080102 /* instead of 0x16161010 - Ivo */
1611 #define RT_PAL_COMB_CNTL2_SVIDEO 0x06080102
1613 #define RT_SECAM_COMB_CNTL2_COMPOSITE 0xffffffff /* instead of 0x06080102 - eric */
1614 #define RT_SECAM_COMB_CNTL2_SVIDEO 0x06080102
1616 #define RT_PALN_COMB_CNTL2_COMPOSITE 0x06080102
1617 #define RT_PALN_COMB_CNTL2_SVIDEO 0x06080102
1619 #define RT_PALM_COMB_CNTL2_COMPOSITE 0x06080102
1620 #define RT_PALM_COMB_CNTL2_SVIDEO 0x06080102
1621 /* End of filter settings. */
1623 /* COMB_LINE_LENGTH FILTER SETTINGS FOR DIFFERENT STANDARDS: */
1624 #define RT_NTSCM_COMB_LENGTH_COMPOSITE 0x0718038A
1625 #define RT_NTSCM_COMB_LENGTH_SVIDEO 0x0718038A
1627 #define RT_PAL_COMB_LENGTH_COMPOSITE 0x08DA046B
1628 #define RT_PAL_COMB_LENGTH_SVIDEO 0x08DA046B
1630 #define RT_SECAM_COMB_LENGTH_COMPOSITE 0x08DA046A
1631 #define RT_SECAM_COMB_LENGTH_SVIDEO 0x08DA046A
1633 #define RT_PALN_COMB_LENGTH_COMPOSITE 0x07260391
1634 #define RT_PALN_COMB_LENGTH_SVIDEO 0x07260391
1636 #define RT_PALM_COMB_LENGTH_COMPOSITE 0x07160389
1637 #define RT_PALM_COMB_LENGTH_SVIDEO 0x07160389
1638 /* End of filter settings. */
1640 /* LP_AGC_CLAMP_CNTL0 */
1641 #define RT_NTSCM_SYNCTIP_REF0 0x00000037
1642 #define RT_NTSCM_SYNCTIP_REF1 0x00000029
1643 #define RT_NTSCM_CLAMP_REF 0x0000003B
1644 #define RT_NTSCM_PEAKWHITE 0x000000FF
1645 #define RT_NTSCM_VBI_PEAKWHITE 0x000000C2
1647 #define RT_NTSCM_WPA_THRESHOLD 0x00000406
1648 #define RT_NTSCM_WPA_TRIGGER_LO 0x000000B3
1650 #define RT_NTSCM_WPA_TRIGGER_HIGH 0x0000021B
1652 #define RT_NTSCM_LP_LOCKOUT_START 0x00000206
1653 #define RT_NTSCM_LP_LOCKOUT_END 0x00000021
1654 #define RT_NTSCM_CH_DTO_INC 0x00400000
1655 #define RT_NTSCM_CH_PLL_SGAIN 0x00000001
1656 #define RT_NTSCM_CH_PLL_FGAIN 0x00000002
1658 #define RT_NTSCM_CR_BURST_GAIN 0x0000007A
1659 #define RT_NTSCM_CB_BURST_GAIN 0x000000AC
1661 #define RT_NTSCM_CH_HEIGHT 0x000000CD
1662 #define RT_NTSCM_CH_KILL_LEVEL 0x000000C0
1663 #define RT_NTSCM_CH_AGC_ERROR_LIM 0x00000002
1664 #define RT_NTSCM_CH_AGC_FILTER_EN 0x00000000
1665 #define RT_NTSCM_CH_AGC_LOOP_SPEED 0x00000000
1667 #define RT_NTSCM_CRDR_ACTIVE_GAIN 0x0000007A
1668 #define RT_NTSCM_CBDB_ACTIVE_GAIN 0x000000AC
1670 #define RT_NTSCM_VERT_LOCKOUT_START 0x00000207
1671 #define RT_NTSCM_VERT_LOCKOUT_END 0x0000000E
1673 #define RT_NTSCJ_SYNCTIP_REF0 0x00000004
1674 #define RT_NTSCJ_SYNCTIP_REF1 0x00000012
1675 #define RT_NTSCJ_CLAMP_REF 0x0000003B
1676 #define RT_NTSCJ_PEAKWHITE 0x000000CB
1677 #define RT_NTSCJ_VBI_PEAKWHITE 0x000000C2
1678 #define RT_NTSCJ_WPA_THRESHOLD 0x000004B0
1679 #define RT_NTSCJ_WPA_TRIGGER_LO 0x000000B4
1680 #define RT_NTSCJ_WPA_TRIGGER_HIGH 0x0000021C
1681 #define RT_NTSCJ_LP_LOCKOUT_START 0x00000206
1682 #define RT_NTSCJ_LP_LOCKOUT_END 0x00000021
1684 #define RT_NTSCJ_CR_BURST_GAIN 0x00000071
1685 #define RT_NTSCJ_CB_BURST_GAIN 0x0000009F
1686 #define RT_NTSCJ_CH_HEIGHT 0x000000CD
1687 #define RT_NTSCJ_CH_KILL_LEVEL 0x000000C0
1688 #define RT_NTSCJ_CH_AGC_ERROR_LIM 0x00000002
1689 #define RT_NTSCJ_CH_AGC_FILTER_EN 0x00000000
1690 #define RT_NTSCJ_CH_AGC_LOOP_SPEED 0x00000000
1692 #define RT_NTSCJ_CRDR_ACTIVE_GAIN 0x00000071
1693 #define RT_NTSCJ_CBDB_ACTIVE_GAIN 0x0000009F
1694 #define RT_NTSCJ_VERT_LOCKOUT_START 0x00000207
1695 #define RT_NTSCJ_VERT_LOCKOUT_END 0x0000000E
1697 #define RT_PAL_SYNCTIP_REF0 0x37 /* instead of 0x00000004 - Ivo */
1698 #define RT_PAL_SYNCTIP_REF1 0x26 /* instead of 0x0000000F - Ivo */
1699 #define RT_PAL_CLAMP_REF 0x0000003B
1700 #define RT_PAL_PEAKWHITE 0xFF /* instead of 0x000000C1 - Ivo */
1701 #define RT_PAL_VBI_PEAKWHITE 0xC6 /* instead of 0x000000C7 - Ivo */
1702 #define RT_PAL_WPA_THRESHOLD 0x59C /* instead of 0x000006A4 - Ivo */
1704 #define RT_PAL_WPA_TRIGGER_LO 0x00000096
1705 #define RT_PAL_WPA_TRIGGER_HIGH 0x000001C2
1706 #define RT_PAL_LP_LOCKOUT_START 0x00000263
1707 #define RT_PAL_LP_LOCKOUT_END 0x0000002C
1709 #define RT_PAL_CH_DTO_INC 0x00400000
1710 #define RT_PAL_CH_PLL_SGAIN 1 /* instead of 0x00000002 - Ivo */
1711 #define RT_PAL_CH_PLL_FGAIN 2 /* instead of 0x00000001 - Ivo */
1712 #define RT_PAL_CR_BURST_GAIN 0x0000007A
1713 #define RT_PAL_CB_BURST_GAIN 0x000000AB
1714 #define RT_PAL_CH_HEIGHT 0x0000009C
1715 #define RT_PAL_CH_KILL_LEVEL 4 /* instead of 0x00000090 - Ivo */
1716 #define RT_PAL_CH_AGC_ERROR_LIM 1 /* instead of 0x00000002 - Ivo */
1717 #define RT_PAL_CH_AGC_FILTER_EN 1 /* instead of 0x00000000 - Ivo */
1718 #define RT_PAL_CH_AGC_LOOP_SPEED 0x00000000
1720 #define RT_PAL_CRDR_ACTIVE_GAIN 0x9E /* instead of 0x0000007A - Ivo */
1721 #define RT_PAL_CBDB_ACTIVE_GAIN 0xDF /* instead of 0x000000AB - Ivo */
1722 #define RT_PAL_VERT_LOCKOUT_START 0x00000269
1723 #define RT_PAL_VERT_LOCKOUT_END 0x00000012
1725 #define RT_SECAM_SYNCTIP_REF0 0x37 /* instead of 0x00000004 - Ivo */
1726 #define RT_SECAM_SYNCTIP_REF1 0x26 /* instead of 0x0000000F - Ivo */
1727 #define RT_SECAM_CLAMP_REF 0x0000003B
1728 #define RT_SECAM_PEAKWHITE 0xFF /* instead of 0x000000C1 - Ivo */
1729 #define RT_SECAM_VBI_PEAKWHITE 0xC6 /* instead of 0x000000C7 - Ivo */
1730 #define RT_SECAM_WPA_THRESHOLD 0x57A /* instead of 0x6A4, instead of 0x0000059C is Ivo's value , -eric*/
1732 #define RT_SECAM_WPA_TRIGGER_LO 0x96 /* instead of 0x0000026B - eric */
1733 #define RT_SECAM_WPA_TRIGGER_HIGH 0x000001C2
1734 #define RT_SECAM_LP_LOCKOUT_START 0x263 /* instead of 0x0000026B - eric */
1735 #define RT_SECAM_LP_LOCKOUT_END 0x2b /* instead of 0x0000002C -eric */
1737 #define RT_SECAM_CH_DTO_INC 0x003E7A28
1738 #define RT_SECAM_CH_PLL_SGAIN 0x4 /* instead of 0x00000006 -Volodya */
1739 #define RT_SECAM_CH_PLL_FGAIN 0x7 /* instead of 0x00000006 -Volodya */
1741 #define RT_SECAM_CR_BURST_GAIN 0x1FF /* instead of 0x00000200 -Volodya */
1742 #define RT_SECAM_CB_BURST_GAIN 0x1FF /* instead of 0x00000200 -Volodya */
1743 #define RT_SECAM_CH_HEIGHT 0x00000066
1744 #define RT_SECAM_CH_KILL_LEVEL 0x00000060
1745 #define RT_SECAM_CH_AGC_ERROR_LIM 0x00000003
1746 #define RT_SECAM_CH_AGC_FILTER_EN 0x00000000
1747 #define RT_SECAM_CH_AGC_LOOP_SPEED 0x00000000
1749 #define RT_SECAM_CRDR_ACTIVE_GAIN 0x11B /* instead of 0x00000200 - eric */
1750 #define RT_SECAM_CBDB_ACTIVE_GAIN 0x15A /* instead of 0x00000200 - eric */
1751 #define RT_SECAM_VERT_LOCKOUT_START 0x00000269
1752 #define RT_SECAM_VERT_LOCKOUT_END 0x00000012
1754 #define RT_PAL_VS_FIELD_BLANK_END 0x2A /* instead of 0x0000002C - Ivo*/
1755 #define RT_NTSCM_VS_FIELD_BLANK_END 0x0000000A
1757 #define RT_NTSCM_FIELD_IDLOCATION 0x00000105
1758 #define RT_PAL_FIELD_IDLOCATION 0x00000137
1760 #define RT_NTSCM_H_ACTIVE_START 0x00000070
1761 #define RT_NTSCM_H_ACTIVE_END 0x00000363
1763 #define RT_PAL_H_ACTIVE_START 0x0000009A
1764 #define RT_PAL_H_ACTIVE_END 0x00000439
1766 #define RT_NTSCM_V_ACTIVE_START ((22-4)*2+1)
1767 #define RT_NTSCM_V_ACTIVE_END ((22+240-4)*2+1)
1769 #define RT_PAL_V_ACTIVE_START 0x2E /* instead of 0x00000023 (Same as SECAM) - Ivo */
1770 #define RT_PAL_V_ACTIVE_END 0x269 /* instead of 0x00000262 - Ivo */
1772 /* VBI */
1773 #define RT_NTSCM_H_VBI_WIND_START 0x00000049
1774 #define RT_NTSCM_H_VBI_WIND_END 0x00000366
1776 #define RT_PAL_H_VBI_WIND_START 0x00000084
1777 #define RT_PAL_H_VBI_WIND_END 0x0000041F
1779 #define RT_NTSCM_V_VBI_WIND_START fld_V_VBI_WIND_START_def
1780 #define RT_NTSCM_V_VBI_WIND_END fld_V_VBI_WIND_END_def
1782 #define RT_PAL_V_VBI_WIND_START 0x8 /* instead of 0x0000000B - Ivo */
1783 #define RT_PAL_V_VBI_WIND_END 0x2D /* instead of 0x00000022 - Ivo */
1785 #define RT_VBI_CAPTURE_EN 0x00000001 /* Enable */
1786 #define RT_VBI_CAPTURE_DIS 0x00000000 /* Disable */
1787 #define RT_RAW_CAPTURE 0x00000002 /* Use raw Video Capture. */
1789 #define RT_NTSCM_VSYNC_INT_TRIGGER 0x2AA
1790 #define RT_PALSEM_VSYNC_INT_TRIGGER 0x353
1792 #define RT_NTSCM_VSYNC_INT_HOLD 0x17
1793 #define RT_PALSEM_VSYNC_INT_HOLD 0x1C
1795 #define RT_NTSCM_VS_FIELD_BLANK_START 0x206
1796 #define RT_PALSEM_VS_FIELD_BLANK_START 0x26D /* instead of 0x26C - Ivo */
1798 #define RT_FIELD_FLIP_EN 0x4
1799 #define RT_V_FIELD_FLIP_INVERTED 0x2000
1801 #define RT_NTSCM_H_IN_START 0x70
1802 #define RT_PAL_H_IN_START 154 /* instead of 144 - Ivo */
1803 #define RT_SECAM_H_IN_START 0x91 /* instead of 0x9A, Ivo value is 154, instead of 144 - Volodya, - eric */
1804 #define RT_NTSC_H_ACTIVE_SIZE 744
1805 #define RT_PAL_H_ACTIVE_SIZE 928 /* instead of 927 - Ivo */
1806 #define RT_SECAM_H_ACTIVE_SIZE 932 /* instead of 928, instead of 927 - Ivo, - eric */
1807 #define RT_NTSCM_V_IN_START (0x23)
1808 #define RT_PAL_V_IN_START 44 /* instead of (45-6) - Ivo */
1809 #define RT_SECAM_V_IN_START 0x2C /* instead of (45-6) - Volodya */
1810 #define RT_NTSCM_V_ACTIVE_SIZE 480
1811 #define RT_PAL_V_ACTIVE_SIZE 572 /* instead of 575 - Ivo */
1812 #define RT_SECAM_V_ACTIVE_SIZE 570 /* instead of 572, instead of 575 - Ivo, - eric */
1814 #define RT_NTSCM_WIN_CLOSE_LIMIT 0x4D
1815 #define RT_NTSCJ_WIN_CLOSE_LIMIT 0x4D
1816 #define RT_NTSC443_WIN_CLOSE_LIMIT 0x5F
1817 #define RT_PALM_WIN_CLOSE_LIMIT 0x4D
1818 #define RT_PALN_WIN_CLOSE_LIMIT 0x5F
1819 #define RT_SECAM_WIN_CLOSE_LIMIT 0xC7 /* instead of 0x5F - eric */
1821 #define RT_NTSCM_VS_FIELD_BLANK_START 0x206
1823 #define RT_NTSCM_HS_PLL_SGAIN 0x5
1824 #define RT_NTSCM_HS_PLL_FGAIN 0x7
1826 #define RT_NTSCM_H_OUT_WIND_WIDTH 0x2F4
1827 #define RT_NTSCM_V_OUT_WIND_HEIGHT 0xF0
1829 #define TV 0x1
1830 #define LINEIN 0x2
1831 #define MUTE 0x3
1833 #define DEC_COMPOSITE 0
1834 #define DEC_SVIDEO 1
1835 #define DEC_TUNER 2
1837 #define DEC_NTSC 0
1838 #define DEC_PAL 1
1839 #define DEC_SECAM 2
1840 #define DEC_NTSC_J 8
1842 #define DEC_SMOOTH 0
1843 #define DEC_SHARP 1
1845 /* RT Register Field Defaults: */
1846 #define fld_tmpReg1_def 0x00000000
1847 #define fld_tmpReg2_def 0x00000001
1848 #define fld_tmpReg3_def 0x00000002
1850 #define fld_LP_CONTRAST_def 0x0000006e
1851 #define fld_LP_BRIGHTNESS_def 0x00003ff0
1852 #define fld_CP_HUE_CNTL_def 0x00000000
1853 #define fld_LUMA_FILTER_def 0x00000001
1854 #define fld_H_SCALE_RATIO_def 0x00010000
1855 #define fld_H_SHARPNESS_def 0x00000000
1857 #define fld_V_SCALE_RATIO_def 0x00000800
1858 #define fld_V_DEINTERLACE_ON_def 0x00000001
1859 #define fld_V_BYPSS_def 0x00000000
1860 #define fld_V_DITHER_ON_def 0x00000001
1861 #define fld_EVENF_OFFSET_def 0x00000000
1862 #define fld_ODDF_OFFSET_def 0x00000000
1864 #define fld_INTERLACE_DETECTED_def 0x00000000
1866 #define fld_VS_LINE_COUNT_def 0x00000000
1867 #define fld_VS_DETECTED_LINES_def 0x00000000
1868 #define fld_VS_ITU656_VB_def 0x00000000
1870 #define fld_VBI_CC_DATA_def 0x00000000
1871 #define fld_VBI_CC_WT_def 0x00000000
1872 #define fld_VBI_CC_WT_ACK_def 0x00000000
1873 #define fld_VBI_CC_HOLD_def 0x00000000
1874 #define fld_VBI_DECODE_EN_def 0x00000000
1876 #define fld_VBI_CC_DTO_P_def 0x00001802
1877 #define fld_VBI_20BIT_DTO_P_def 0x0000155c
1879 #define fld_VBI_CC_LEVEL_def 0x0000003f
1880 #define fld_VBI_20BIT_LEVEL_def 0x00000059
1881 #define fld_VBI_CLK_RUNIN_GAIN_def 0x0000010f
1883 #define fld_H_VBI_WIND_START_def 0x00000041
1884 #define fld_H_VBI_WIND_END_def 0x00000366
1886 #define fld_V_VBI_WIND_START_def 0x0D
1887 #define fld_V_VBI_WIND_END_def 0x24
1889 #define fld_VBI_20BIT_DATA0_def 0x00000000
1890 #define fld_VBI_20BIT_DATA1_def 0x00000000
1891 #define fld_VBI_20BIT_WT_def 0x00000000
1892 #define fld_VBI_20BIT_WT_ACK_def 0x00000000
1893 #define fld_VBI_20BIT_HOLD_def 0x00000000
1895 #define fld_VBI_CAPTURE_ENABLE_def 0x00000000
1897 #define fld_VBI_EDS_DATA_def 0x00000000
1898 #define fld_VBI_EDS_WT_def 0x00000000
1899 #define fld_VBI_EDS_WT_ACK_def 0x00000000
1900 #define fld_VBI_EDS_HOLD_def 0x00000000
1902 #define fld_VBI_SCALING_RATIO_def 0x00010000
1903 #define fld_VBI_ALIGNER_ENABLE_def 0x00000000
1905 #define fld_H_ACTIVE_START_def 0x00000070
1906 #define fld_H_ACTIVE_END_def 0x000002f0
1908 #define fld_V_ACTIVE_START_def ((22-4)*2+1)
1909 #define fld_V_ACTIVE_END_def ((22+240-4)*2+2)
1911 #define fld_CH_HEIGHT_def 0x000000CD
1912 #define fld_CH_KILL_LEVEL_def 0x000000C0
1913 #define fld_CH_AGC_ERROR_LIM_def 0x00000002
1914 #define fld_CH_AGC_FILTER_EN_def 0x00000000
1915 #define fld_CH_AGC_LOOP_SPEED_def 0x00000000
1917 #define fld_HUE_ADJ_def 0x00000000
1919 #define fld_STANDARD_SEL_def 0x00000000
1920 #define fld_STANDARD_YC_def 0x00000000
1922 #define fld_ADC_PDWN_def 0x00000001
1923 #define fld_INPUT_SELECT_def 0x00000000
1925 #define fld_ADC_PREFLO_def 0x00000003
1926 #define fld_H_SYNC_PULSE_WIDTH_def 0x00000000
1927 #define fld_HS_GENLOCKED_def 0x00000000
1928 #define fld_HS_SYNC_IN_WIN_def 0x00000000
1930 #define fld_VIN_ASYNC_RST_def 0x00000001
1931 #define fld_DVS_ASYNC_RST_def 0x00000001
1933 /* Vendor IDs: */
1934 #define fld_VIP_VENDOR_ID_def 0x00001002
1935 #define fld_VIP_DEVICE_ID_def 0x00004d54
1936 #define fld_VIP_REVISION_ID_def 0x00000001
1938 /* AGC Delay Register */
1939 #define fld_BLACK_INT_START_def 0x00000031
1940 #define fld_BLACK_INT_LENGTH_def 0x0000000f
1942 #define fld_UV_INT_START_def 0x0000003b
1943 #define fld_U_INT_LENGTH_def 0x0000000f
1944 #define fld_V_INT_LENGTH_def 0x0000000f
1945 #define fld_CRDR_ACTIVE_GAIN_def 0x0000007a
1946 #define fld_CBDB_ACTIVE_GAIN_def 0x000000ac
1948 #define fld_DVS_DIRECTION_def 0x00000000
1949 #define fld_DVS_VBI_CARD8_SWAP_def 0x00000000
1950 #define fld_DVS_CLK_SELECT_def 0x00000000
1951 #define fld_CONTINUOUS_STREAM_def 0x00000000
1952 #define fld_DVSOUT_CLK_DRV_def 0x00000001
1953 #define fld_DVSOUT_DATA_DRV_def 0x00000001
1955 #define fld_COMB_CNTL0_def 0x09438090
1956 #define fld_COMB_CNTL1_def 0x00000010
1958 #define fld_COMB_CNTL2_def 0x16161010
1959 #define fld_COMB_LENGTH_def 0x0718038A
1961 #define fld_SYNCTIP_REF0_def 0x00000037
1962 #define fld_SYNCTIP_REF1_def 0x00000029
1963 #define fld_CLAMP_REF_def 0x0000003B
1964 #define fld_AGC_PEAKWHITE_def 0x000000FF
1965 #define fld_VBI_PEAKWHITE_def 0x000000D2
1967 #define fld_WPA_THRESHOLD_def 0x000003B0
1969 #define fld_WPA_TRIGGER_LO_def 0x000000B4
1970 #define fld_WPA_TRIGGER_HIGH_def 0x0000021C
1972 #define fld_LOCKOUT_START_def 0x00000206
1973 #define fld_LOCKOUT_END_def 0x00000021
1975 #define fld_CH_DTO_INC_def 0x00400000
1976 #define fld_PLL_SGAIN_def 0x00000001
1977 #define fld_PLL_FGAIN_def 0x00000002
1979 #define fld_CR_BURST_GAIN_def 0x0000007a
1980 #define fld_CB_BURST_GAIN_def 0x000000ac
1982 #define fld_VERT_LOCKOUT_START_def 0x00000207
1983 #define fld_VERT_LOCKOUT_END_def 0x0000000E
1985 #define fld_H_IN_WIND_START_def 0x00000070
1986 #define fld_V_IN_WIND_START_def 0x00000027
1988 #define fld_H_OUT_WIND_WIDTH_def 0x000002f4
1990 #define fld_V_OUT_WIND_WIDTH_def 0x000000f0
1992 #define fld_HS_LINE_TOTAL_def 0x0000038E
1994 #define fld_MIN_PULSE_WIDTH_def 0x0000002F
1995 #define fld_MAX_PULSE_WIDTH_def 0x00000046
1997 #define fld_WIN_CLOSE_LIMIT_def 0x0000004D
1998 #define fld_WIN_OPEN_LIMIT_def 0x000001B7
2000 #define fld_VSYNC_INT_TRIGGER_def 0x000002AA
2002 #define fld_VSYNC_INT_HOLD_def 0x0000001D
2004 #define fld_VIN_M0_def 0x00000039
2005 #define fld_VIN_N0_def 0x0000014c
2006 #define fld_MNFLIP_EN_def 0x00000000
2007 #define fld_VIN_P_def 0x00000006
2008 #define fld_REG_CLK_SEL_def 0x00000000
2010 #define fld_VIN_M1_def 0x00000000
2011 #define fld_VIN_N1_def 0x00000000
2012 #define fld_VIN_DRIVER_SEL_def 0x00000000
2013 #define fld_VIN_MNFLIP_REQ_def 0x00000000
2014 #define fld_VIN_MNFLIP_DONE_def 0x00000000
2015 #define fld_TV_LOCK_TO_VIN_def 0x00000000
2016 #define fld_TV_P_FOR_WINCLK_def 0x00000004
2018 #define fld_VINRST_def 0x00000001
2019 #define fld_VIN_CLK_SEL_def 0x00000000
2021 #define fld_VS_FIELD_BLANK_START_def 0x00000206
2023 #define fld_VS_FIELD_BLANK_END_def 0x0000000A
2025 /*#define fld_VS_FIELD_IDLOCATION_def 0x00000105 */
2026 #define fld_VS_FIELD_IDLOCATION_def 0x00000001
2027 #define fld_VS_FRAME_TOTAL_def 0x00000217
2029 #define fld_SYNC_TIP_START_def 0x00000372
2030 #define fld_SYNC_TIP_LENGTH_def 0x0000000F
2032 #define fld_GAIN_FORCE_DATA_def 0x00000000
2033 #define fld_GAIN_FORCE_EN_def 0x00000000
2034 #define fld_I_CLAMP_SEL_def 0x00000003
2035 #define fld_I_AGC_SEL_def 0x00000001
2036 #define fld_EXT_CLAMP_CAP_def 0x00000001
2037 #define fld_EXT_AGC_CAP_def 0x00000001
2038 #define fld_DECI_DITHER_EN_def 0x00000001
2039 #define fld_ADC_PREFHI_def 0x00000000
2040 #define fld_ADC_CH_GAIN_SEL_def 0x00000001
2042 #define fld_HS_PLL_SGAIN_def 0x00000003
2044 #define fld_NREn_def 0x00000000
2045 #define fld_NRGainCntl_def 0x00000000
2046 #define fld_NRBWTresh_def 0x00000000
2047 #define fld_NRGCTresh_def 0x00000000
2048 #define fld_NRCoefDespeclMode_def 0x00000000
2050 #define fld_GPIO_5_OE_def 0x00000000
2051 #define fld_GPIO_6_OE_def 0x00000000
2053 #define fld_GPIO_5_OUT_def 0x00000000
2054 #define fld_GPIO_6_OUT_def 0x00000000
2056 /* End of field default values. */
2058 #endif /* MPLAYER_RADEON_H */