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