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