ati-vga: Add some register definitions for debugging
[qemu/rayw.git] / hw / display / ati_regs.h
blob91947ab1e7f7cbc3807bb7cf4e905e85fa386d40
1 /*
2 * ATI VGA register definitions
4 * based on:
5 * linux/include/video/aty128.h
6 * Register definitions for ATI Rage128 boards
7 * Anthony Tong <atong@uiuc.edu>, 1999
8 * Brad Douglas <brad@neruo.com>, 2000
10 * and linux/include/video/radeon.h
12 * This work is licensed under the GNU GPL license version 2.
16 * Register mapping:
17 * 0x0000-0x00ff Misc regs also accessible via io and mmio space
18 * 0x0100-0x0eff Misc regs only accessible via mmio
19 * 0x0f00-0x0fff Read-only copy of PCI config regs
20 * 0x1000-0x13ff Concurrent Command Engine (CCE) regs
21 * 0x1400-0x1fff GUI (drawing engine) regs
24 #ifndef ATI_REGS_H
25 #define ATI_REGS_H
27 #undef DEFAULT_PITCH /* needed for mingw builds */
29 #define MM_INDEX 0x0000
30 #define MM_DATA 0x0004
31 #define CLOCK_CNTL_INDEX 0x0008
32 #define CLOCK_CNTL_DATA 0x000c
33 #define BIOS_0_SCRATCH 0x0010
34 #define BUS_CNTL 0x0030
35 #define BUS_CNTL1 0x0034
36 #define GEN_INT_CNTL 0x0040
37 #define CRTC_GEN_CNTL 0x0050
38 #define CRTC_EXT_CNTL 0x0054
39 #define DAC_CNTL 0x0058
40 #define GPIO_VGA_DDC 0x0060
41 #define GPIO_DVI_DDC 0x0064
42 #define GPIO_MONID 0x0068
43 #define I2C_CNTL_1 0x0094
44 #define AMCGPIO_MASK_MIR 0x009c
45 #define AMCGPIO_A_MIR 0x00a0
46 #define AMCGPIO_Y_MIR 0x00a4
47 #define AMCGPIO_EN_MIR 0x00a8
48 #define PALETTE_INDEX 0x00b0
49 #define PALETTE_DATA 0x00b4
50 #define CNFG_CNTL 0x00e0
51 #define GEN_RESET_CNTL 0x00f0
52 #define CNFG_MEMSIZE 0x00f8
53 #define CONFIG_APER_0_BASE 0x0100
54 #define CONFIG_APER_1_BASE 0x0104
55 #define CONFIG_APER_SIZE 0x0108
56 #define CONFIG_REG_1_BASE 0x010c
57 #define CONFIG_REG_APER_SIZE 0x0110
58 #define MEM_CNTL 0x0140
59 #define MC_FB_LOCATION 0x0148
60 #define MC_AGP_LOCATION 0x014C
61 #define MC_STATUS 0x0150
62 #define MEM_POWER_MISC 0x015c
63 #define AGP_BASE 0x0170
64 #define AGP_CNTL 0x0174
65 #define AGP_APER_OFFSET 0x0178
66 #define PCI_GART_PAGE 0x017c
67 #define PC_NGUI_MODE 0x0180
68 #define PC_NGUI_CTLSTAT 0x0184
69 #define MPP_TB_CONFIG 0x01C0
70 #define MPP_GP_CONFIG 0x01C8
71 #define VIPH_CONTROL 0x01D0
72 #define CRTC_H_TOTAL_DISP 0x0200
73 #define CRTC_H_SYNC_STRT_WID 0x0204
74 #define CRTC_V_TOTAL_DISP 0x0208
75 #define CRTC_V_SYNC_STRT_WID 0x020c
76 #define CRTC_VLINE_CRNT_VLINE 0x0210
77 #define CRTC_CRNT_FRAME 0x0214
78 #define CRTC_GUI_TRIG_VLINE 0x0218
79 #define CRTC_OFFSET 0x0224
80 #define CRTC_OFFSET_CNTL 0x0228
81 #define CRTC_PITCH 0x022c
82 #define OVR_CLR 0x0230
83 #define OVR_WID_LEFT_RIGHT 0x0234
84 #define OVR_WID_TOP_BOTTOM 0x0238
85 #define CUR_OFFSET 0x0260
86 #define CUR_HORZ_VERT_POSN 0x0264
87 #define CUR_HORZ_VERT_OFF 0x0268
88 #define CUR_CLR0 0x026c
89 #define CUR_CLR1 0x0270
90 #define LVDS_GEN_CNTL 0x02d0
91 #define DDA_CONFIG 0x02e0
92 #define DDA_ON_OFF 0x02e4
93 #define VGA_DDA_CONFIG 0x02e8
94 #define VGA_DDA_ON_OFF 0x02ec
95 #define CRTC2_H_TOTAL_DISP 0x0300
96 #define CRTC2_H_SYNC_STRT_WID 0x0304
97 #define CRTC2_V_TOTAL_DISP 0x0308
98 #define CRTC2_V_SYNC_STRT_WID 0x030c
99 #define CRTC2_VLINE_CRNT_VLINE 0x0310
100 #define CRTC2_CRNT_FRAME 0x0314
101 #define CRTC2_GUI_TRIG_VLINE 0x0318
102 #define CRTC2_OFFSET 0x0324
103 #define CRTC2_OFFSET_CNTL 0x0328
104 #define CRTC2_PITCH 0x032c
105 #define DDA2_CONFIG 0x03e0
106 #define DDA2_ON_OFF 0x03e4
107 #define CRTC2_GEN_CNTL 0x03f8
108 #define CRTC2_STATUS 0x03fc
109 #define OV0_SCALE_CNTL 0x0420
110 #define SUBPIC_CNTL 0x0540
111 #define PM4_BUFFER_OFFSET 0x0700
112 #define PM4_BUFFER_CNTL 0x0704
113 #define PM4_BUFFER_WM_CNTL 0x0708
114 #define PM4_BUFFER_DL_RPTR_ADDR 0x070c
115 #define PM4_BUFFER_DL_RPTR 0x0710
116 #define PM4_BUFFER_DL_WPTR 0x0714
117 #define PM4_VC_FPU_SETUP 0x071c
118 #define PM4_FPU_CNTL 0x0720
119 #define PM4_VC_FORMAT 0x0724
120 #define PM4_VC_CNTL 0x0728
121 #define PM4_VC_I01 0x072c
122 #define PM4_VC_VLOFF 0x0730
123 #define PM4_VC_VLSIZE 0x0734
124 #define PM4_IW_INDOFF 0x0738
125 #define PM4_IW_INDSIZE 0x073c
126 #define PM4_FPU_FPX0 0x0740
127 #define PM4_FPU_FPY0 0x0744
128 #define PM4_FPU_FPX1 0x0748
129 #define PM4_FPU_FPY1 0x074c
130 #define PM4_FPU_FPX2 0x0750
131 #define PM4_FPU_FPY2 0x0754
132 #define PM4_FPU_FPY3 0x0758
133 #define PM4_FPU_FPY4 0x075c
134 #define PM4_FPU_FPY5 0x0760
135 #define PM4_FPU_FPY6 0x0764
136 #define PM4_FPU_FPR 0x0768
137 #define PM4_FPU_FPG 0x076c
138 #define PM4_FPU_FPB 0x0770
139 #define PM4_FPU_FPA 0x0774
140 #define PM4_FPU_INTXY0 0x0780
141 #define PM4_FPU_INTXY1 0x0784
142 #define PM4_FPU_INTXY2 0x0788
143 #define PM4_FPU_INTARGB 0x078c
144 #define PM4_FPU_FPTWICEAREA 0x0790
145 #define PM4_FPU_DMAJOR01 0x0794
146 #define PM4_FPU_DMAJOR12 0x0798
147 #define PM4_FPU_DMAJOR02 0x079c
148 #define PM4_FPU_STAT 0x07a0
149 #define PM4_STAT 0x07b8
150 #define PM4_TEST_CNTL 0x07d0
151 #define PM4_MICROCODE_ADDR 0x07d4
152 #define PM4_MICROCODE_RADDR 0x07d8
153 #define PM4_MICROCODE_DATAH 0x07dc
154 #define PM4_MICROCODE_DATAL 0x07e0
155 #define PM4_CMDFIFO_ADDR 0x07e4
156 #define PM4_CMDFIFO_DATAH 0x07e8
157 #define PM4_CMDFIFO_DATAL 0x07ec
158 #define PM4_BUFFER_ADDR 0x07f0
159 #define PM4_BUFFER_DATAH 0x07f4
160 #define PM4_BUFFER_DATAL 0x07f8
161 #define PM4_MICRO_CNTL 0x07fc
162 #define CAP0_TRIG_CNTL 0x0950
163 #define CAP1_TRIG_CNTL 0x09c0
165 #define RBBM_STATUS 0x0e40
168 * GUI Block Memory Mapped Registers
169 * These registers are FIFOed.
171 #define PM4_FIFO_DATA_EVEN 0x1000
172 #define PM4_FIFO_DATA_ODD 0x1004
174 #define DST_OFFSET 0x1404
175 #define DST_PITCH 0x1408
176 #define DST_WIDTH 0x140c
177 #define DST_HEIGHT 0x1410
178 #define SRC_X 0x1414
179 #define SRC_Y 0x1418
180 #define DST_X 0x141c
181 #define DST_Y 0x1420
182 #define SRC_PITCH_OFFSET 0x1428
183 #define DST_PITCH_OFFSET 0x142c
184 #define SRC_Y_X 0x1434
185 #define DST_Y_X 0x1438
186 #define DST_HEIGHT_WIDTH 0x143c
187 #define DP_GUI_MASTER_CNTL 0x146c
188 #define BRUSH_SCALE 0x1470
189 #define BRUSH_Y_X 0x1474
190 #define DP_BRUSH_BKGD_CLR 0x1478
191 #define DP_BRUSH_FRGD_CLR 0x147c
192 #define DST_WIDTH_X 0x1588
193 #define DST_HEIGHT_WIDTH_8 0x158c
194 #define SRC_X_Y 0x1590
195 #define DST_X_Y 0x1594
196 #define DST_WIDTH_HEIGHT 0x1598
197 #define DST_WIDTH_X_INCY 0x159c
198 #define DST_HEIGHT_Y 0x15a0
199 #define DST_X_SUB 0x15a4
200 #define DST_Y_SUB 0x15a8
201 #define SRC_OFFSET 0x15ac
202 #define SRC_PITCH 0x15b0
203 #define DST_HEIGHT_WIDTH_BW 0x15b4
204 #define CLR_CMP_CNTL 0x15c0
205 #define CLR_CMP_CLR_SRC 0x15c4
206 #define CLR_CMP_CLR_DST 0x15c8
207 #define CLR_CMP_MASK 0x15cc
208 #define DP_SRC_FRGD_CLR 0x15d8
209 #define DP_SRC_BKGD_CLR 0x15dc
210 #define DST_BRES_ERR 0x1628
211 #define DST_BRES_INC 0x162c
212 #define DST_BRES_DEC 0x1630
213 #define DST_BRES_LNTH 0x1634
214 #define DST_BRES_LNTH_SUB 0x1638
215 #define SC_LEFT 0x1640
216 #define SC_RIGHT 0x1644
217 #define SC_TOP 0x1648
218 #define SC_BOTTOM 0x164c
219 #define SRC_SC_RIGHT 0x1654
220 #define SRC_SC_BOTTOM 0x165c
221 #define GUI_DEBUG0 0x16a0
222 #define GUI_DEBUG1 0x16a4
223 #define GUI_TIMEOUT 0x16b0
224 #define GUI_TIMEOUT0 0x16b4
225 #define GUI_TIMEOUT1 0x16b8
226 #define GUI_PROBE 0x16bc
227 #define DP_CNTL 0x16c0
228 #define DP_DATATYPE 0x16c4
229 #define DP_MIX 0x16c8
230 #define DP_WRITE_MASK 0x16cc
231 #define DP_CNTL_XDIR_YDIR_YMAJOR 0x16d0
232 #define DEFAULT_OFFSET 0x16e0
233 #define DEFAULT_PITCH 0x16e4
234 #define DEFAULT_SC_BOTTOM_RIGHT 0x16e8
235 #define SC_TOP_LEFT 0x16ec
236 #define SC_BOTTOM_RIGHT 0x16f0
237 #define SRC_SC_BOTTOM_RIGHT 0x16f4
238 #define DST_TILE 0x1700
239 #define WAIT_UNTIL 0x1720
240 #define CACHE_CNTL 0x1724
241 #define GUI_STAT 0x1740
242 #define PC_GUI_MODE 0x1744
243 #define PC_GUI_CTLSTAT 0x1748
244 #define PC_DEBUG_MODE 0x1760
245 #define BRES_DST_ERR_DEC 0x1780
246 #define TRAIL_BRES_T12_ERR_DEC 0x1784
247 #define TRAIL_BRES_T12_INC 0x1788
248 #define DP_T12_CNTL 0x178c
249 #define DST_BRES_T1_LNTH 0x1790
250 #define DST_BRES_T2_LNTH 0x1794
251 #define SCALE_SRC_HEIGHT_WIDTH 0x1994
252 #define SCALE_OFFSET_0 0x1998
253 #define SCALE_PITCH 0x199c
254 #define SCALE_X_INC 0x19a0
255 #define SCALE_Y_INC 0x19a4
256 #define SCALE_HACC 0x19a8
257 #define SCALE_VACC 0x19ac
258 #define SCALE_DST_X_Y 0x19b0
259 #define SCALE_DST_HEIGHT_WIDTH 0x19b4
260 #define SCALE_3D_CNTL 0x1a00
261 #define SCALE_3D_DATATYPE 0x1a20
262 #define SETUP_CNTL 0x1bc4
263 #define SOLID_COLOR 0x1bc8
264 #define WINDOW_XY_OFFSET 0x1bcc
265 #define DRAW_LINE_POINT 0x1bd0
266 #define SETUP_CNTL_PM4 0x1bd4
267 #define DST_PITCH_OFFSET_C 0x1c80
268 #define DP_GUI_MASTER_CNTL_C 0x1c84
269 #define SC_TOP_LEFT_C 0x1c88
270 #define SC_BOTTOM_RIGHT_C 0x1c8c
272 #define CLR_CMP_MASK_3D 0x1A28
273 #define MISC_3D_STATE_CNTL_REG 0x1CA0
274 #define MC_SRC1_CNTL 0x19D8
275 #define TEX_CNTL 0x1800
277 /* CONSTANTS */
278 #define GUI_ACTIVE 0x80000000
279 #define ENGINE_IDLE 0x0
281 #define PLL_WR_EN 0x00000080
283 #define CLK_PIN_CNTL 0x01
284 #define PPLL_CNTL 0x02
285 #define PPLL_REF_DIV 0x03
286 #define PPLL_DIV_0 0x04
287 #define PPLL_DIV_1 0x05
288 #define PPLL_DIV_2 0x06
289 #define PPLL_DIV_3 0x07
290 #define VCLK_ECP_CNTL 0x08
291 #define HTOTAL_CNTL 0x09
292 #define X_MPLL_REF_FB_DIV 0x0a
293 #define XPLL_CNTL 0x0b
294 #define XDLL_CNTL 0x0c
295 #define XCLK_CNTL 0x0d
296 #define MPLL_CNTL 0x0e
297 #define MCLK_CNTL 0x0f
298 #define AGP_PLL_CNTL 0x10
299 #define FCP_CNTL 0x12
300 #define PLL_TEST_CNTL 0x13
301 #define P2PLL_CNTL 0x2a
302 #define P2PLL_REF_DIV 0x2b
303 #define P2PLL_DIV_0 0x2b
304 #define POWER_MANAGEMENT 0x2f
306 #define PPLL_RESET 0x00000001
307 #define PPLL_ATOMIC_UPDATE_EN 0x00010000
308 #define PPLL_VGA_ATOMIC_UPDATE_EN 0x00020000
309 #define PPLL_REF_DIV_MASK 0x000003FF
310 #define PPLL_FB3_DIV_MASK 0x000007FF
311 #define PPLL_POST3_DIV_MASK 0x00070000
312 #define PPLL_ATOMIC_UPDATE_R 0x00008000
313 #define PPLL_ATOMIC_UPDATE_W 0x00008000
314 #define MEM_CFG_TYPE_MASK 0x00000003
315 #define XCLK_SRC_SEL_MASK 0x00000007
316 #define XPLL_FB_DIV_MASK 0x0000FF00
317 #define X_MPLL_REF_DIV_MASK 0x000000FF
319 /* Config control values (CONFIG_CNTL) */
320 #define CFG_VGA_IO_DIS 0x00000400
322 /* CRTC control values (CRTC_GEN_CNTL) */
323 #define CRTC_CSYNC_EN 0x00000010
325 #define CRTC2_DBL_SCAN_EN 0x00000001
326 #define CRTC2_DISPLAY_DIS 0x00800000
327 #define CRTC2_FIFO_EXTSENSE 0x00200000
328 #define CRTC2_ICON_EN 0x00100000
329 #define CRTC2_CUR_EN 0x00010000
330 #define CRTC2_EXT_DISP_EN 0x01000000
331 #define CRTC2_EN 0x02000000
332 #define CRTC2_DISP_REQ_EN_B 0x04000000
334 #define CRTC_PIX_WIDTH_MASK 0x00000700
335 #define CRTC_PIX_WIDTH_4BPP 0x00000100
336 #define CRTC_PIX_WIDTH_8BPP 0x00000200
337 #define CRTC_PIX_WIDTH_15BPP 0x00000300
338 #define CRTC_PIX_WIDTH_16BPP 0x00000400
339 #define CRTC_PIX_WIDTH_24BPP 0x00000500
340 #define CRTC_PIX_WIDTH_32BPP 0x00000600
342 /* DAC_CNTL bit constants */
343 #define DAC_8BIT_EN 0x00000100
344 #define DAC_MASK 0xFF000000
345 #define DAC_BLANKING 0x00000004
346 #define DAC_RANGE_CNTL 0x00000003
347 #define DAC_CLK_SEL 0x00000010
348 #define DAC_PALETTE_ACCESS_CNTL 0x00000020
349 #define DAC_PALETTE2_SNOOP_EN 0x00000040
350 #define DAC_PDWN 0x00008000
352 /* CRTC_EXT_CNTL */
353 #define CRT_CRTC_DISPLAY_DIS 0x00000400
354 #define CRT_CRTC_ON 0x00008000
356 /* GEN_RESET_CNTL bit constants */
357 #define SOFT_RESET_GUI 0x00000001
358 #define SOFT_RESET_VCLK 0x00000100
359 #define SOFT_RESET_PCLK 0x00000200
360 #define SOFT_RESET_ECP 0x00000400
361 #define SOFT_RESET_DISPENG_XCLK 0x00000800
363 /* PC_GUI_CTLSTAT bit constants */
364 #define PC_BUSY_INIT 0x10000000
365 #define PC_BUSY_GUI 0x20000000
366 #define PC_BUSY_NGUI 0x40000000
367 #define PC_BUSY 0x80000000
369 #define BUS_MASTER_DIS 0x00000040
370 #define PM4_BUFFER_CNTL_NONPM4 0x00000000
372 /* DP_DATATYPE bit constants */
373 #define DST_8BPP 0x00000002
374 #define DST_15BPP 0x00000003
375 #define DST_16BPP 0x00000004
376 #define DST_24BPP 0x00000005
377 #define DST_32BPP 0x00000006
379 #define BRUSH_SOLIDCOLOR 0x00000d00
381 /* DP_GUI_MASTER_CNTL bit constants */
382 #define GMC_SRC_PITCH_OFFSET_CNTL 0x00000001
383 #define GMC_DST_PITCH_OFFSET_CNTL 0x00000002
384 #define GMC_SRC_CLIP_DEFAULT 0x00000000
385 #define GMC_DST_CLIP_DEFAULT 0x00000000
386 #define GMC_BRUSH_SOLIDCOLOR 0x000000d0
387 #define GMC_SRC_DSTCOLOR 0x00003000
388 #define GMC_BYTE_ORDER_MSB_TO_LSB 0x00000000
389 #define GMC_DP_SRC_RECT 0x02000000
390 #define GMC_3D_FCN_EN_CLR 0x00000000
391 #define GMC_AUX_CLIP_CLEAR 0x20000000
392 #define GMC_DST_CLR_CMP_FCN_CLEAR 0x10000000
393 #define GMC_WRITE_MASK_SET 0x40000000
394 #define GMC_DP_CONVERSION_TEMP_6500 0x00000000
396 /* DP_GUI_MASTER_CNTL ROP3 named constants */
397 #define GMC_ROP3_MASK 0x00ff0000
398 #define ROP3_BLACKNESS 0x00000000
399 #define ROP3_SRCCOPY 0x00cc0000
400 #define ROP3_PATCOPY 0x00f00000
401 #define ROP3_WHITENESS 0x00ff0000
403 #define SRC_DSTCOLOR 0x00030000
405 /* DP_CNTL bit constants */
406 #define DST_X_RIGHT_TO_LEFT 0x00000000
407 #define DST_X_LEFT_TO_RIGHT 0x00000001
408 #define DST_Y_BOTTOM_TO_TOP 0x00000000
409 #define DST_Y_TOP_TO_BOTTOM 0x00000002
410 #define DST_X_MAJOR 0x00000000
411 #define DST_Y_MAJOR 0x00000004
412 #define DST_X_TILE 0x00000008
413 #define DST_Y_TILE 0x00000010
414 #define DST_LAST_PEL 0x00000020
415 #define DST_TRAIL_X_RIGHT_TO_LEFT 0x00000000
416 #define DST_TRAIL_X_LEFT_TO_RIGHT 0x00000040
417 #define DST_TRAP_FILL_RIGHT_TO_LEFT 0x00000000
418 #define DST_TRAP_FILL_LEFT_TO_RIGHT 0x00000080
419 #define DST_BRES_SIGN 0x00000100
420 #define DST_HOST_BIG_ENDIAN_EN 0x00000200
421 #define DST_POLYLINE_NONLAST 0x00008000
422 #define DST_RASTER_STALL 0x00010000
423 #define DST_POLY_EDGE 0x00040000
425 /* DP_MIX bit constants */
426 #define DP_SRC_RECT 0x00000200
427 #define DP_SRC_HOST 0x00000300
428 #define DP_SRC_HOST_BYTEALIGN 0x00000400
430 /* LVDS_GEN_CNTL constants */
431 #define LVDS_BL_MOD_LEVEL_MASK 0x0000ff00
432 #define LVDS_BL_MOD_LEVEL_SHIFT 8
433 #define LVDS_BL_MOD_EN 0x00010000
434 #define LVDS_DIGION 0x00040000
435 #define LVDS_BLON 0x00080000
436 #define LVDS_ON 0x00000001
437 #define LVDS_DISPLAY_DIS 0x00000002
438 #define LVDS_PANEL_TYPE_2PIX_PER_CLK 0x00000004
439 #define LVDS_PANEL_24BITS_TFT 0x00000008
440 #define LVDS_FRAME_MOD_NO 0x00000000
441 #define LVDS_FRAME_MOD_2_LEVELS 0x00000010
442 #define LVDS_FRAME_MOD_4_LEVELS 0x00000020
443 #define LVDS_RST_FM 0x00000040
444 #define LVDS_EN 0x00000080
446 /* CRTC2_GEN_CNTL constants */
447 #define CRTC2_EN 0x02000000
449 /* POWER_MANAGEMENT constants */
450 #define PWR_MGT_ON 0x00000001
451 #define PWR_MGT_MODE_MASK 0x00000006
452 #define PWR_MGT_MODE_PIN 0x00000000
453 #define PWR_MGT_MODE_REGISTER 0x00000002
454 #define PWR_MGT_MODE_TIMER 0x00000004
455 #define PWR_MGT_MODE_PCI 0x00000006
456 #define PWR_MGT_AUTO_PWR_UP_EN 0x00000008
457 #define PWR_MGT_ACTIVITY_PIN_ON 0x00000010
458 #define PWR_MGT_STANDBY_POL 0x00000020
459 #define PWR_MGT_SUSPEND_POL 0x00000040
460 #define PWR_MGT_SELF_REFRESH 0x00000080
461 #define PWR_MGT_ACTIVITY_PIN_EN 0x00000100
462 #define PWR_MGT_KEYBD_SNOOP 0x00000200
463 #define PWR_MGT_TRISTATE_MEM_EN 0x00000800
464 #define PWR_MGT_SELW4MS 0x00001000
465 #define PWR_MGT_SLOWDOWN_MCLK 0x00002000
467 #define PMI_PMSCR_REG 0x60
469 /* used by ATI bug fix for hardware ROM */
470 #define RAGE128_MPP_TB_CONFIG 0x01c0
472 #endif /* ATI_REGS_H */