0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 #ifndef REGMACH64_H
0015 #define REGMACH64_H
0016
0017
0018
0019
0020 #define CRTC_H_TOTAL_DISP 0x0000
0021 #define CRTC2_H_TOTAL_DISP 0x0000
0022 #define CRTC_H_SYNC_STRT_WID 0x0004
0023 #define CRTC2_H_SYNC_STRT_WID 0x0004
0024 #define CRTC_H_SYNC_STRT 0x0004
0025 #define CRTC2_H_SYNC_STRT 0x0004
0026 #define CRTC_H_SYNC_DLY 0x0005
0027 #define CRTC2_H_SYNC_DLY 0x0005
0028 #define CRTC_H_SYNC_WID 0x0006
0029 #define CRTC2_H_SYNC_WID 0x0006
0030 #define CRTC_V_TOTAL_DISP 0x0008
0031 #define CRTC2_V_TOTAL_DISP 0x0008
0032 #define CRTC_V_TOTAL 0x0008
0033 #define CRTC2_V_TOTAL 0x0008
0034 #define CRTC_V_DISP 0x000A
0035 #define CRTC2_V_DISP 0x000A
0036 #define CRTC_V_SYNC_STRT_WID 0x000C
0037 #define CRTC2_V_SYNC_STRT_WID 0x000C
0038 #define CRTC_V_SYNC_STRT 0x000C
0039 #define CRTC2_V_SYNC_STRT 0x000C
0040 #define CRTC_V_SYNC_WID 0x000E
0041 #define CRTC2_V_SYNC_WID 0x000E
0042 #define CRTC_VLINE_CRNT_VLINE 0x0010
0043 #define CRTC2_VLINE_CRNT_VLINE 0x0010
0044 #define CRTC_OFF_PITCH 0x0014
0045 #define CRTC_OFFSET 0x0014
0046 #define CRTC_PITCH 0x0016
0047 #define CRTC_INT_CNTL 0x0018
0048 #define CRTC_GEN_CNTL 0x001C
0049 #define CRTC_PIX_WIDTH 0x001D
0050 #define CRTC_FIFO 0x001E
0051 #define CRTC_EXT_DISP 0x001F
0052
0053
0054 #define DSP_CONFIG 0x0020
0055 #define PM_DSP_CONFIG 0x0020
0056 #define DSP_ON_OFF 0x0024
0057 #define PM_DSP_ON_OFF 0x0024
0058 #define TIMER_CONFIG 0x0028
0059 #define MEM_BUF_CNTL 0x002C
0060 #define MEM_ADDR_CONFIG 0x0034
0061
0062
0063 #define CRT_TRAP 0x0038
0064
0065 #define I2C_CNTL_0 0x003C
0066
0067 #define DSTN_CONTROL_LG 0x003C
0068
0069
0070 #define OVR_CLR 0x0040
0071 #define OVR2_CLR 0x0040
0072 #define OVR_WID_LEFT_RIGHT 0x0044
0073 #define OVR2_WID_LEFT_RIGHT 0x0044
0074 #define OVR_WID_TOP_BOTTOM 0x0048
0075 #define OVR2_WID_TOP_BOTTOM 0x0048
0076
0077
0078 #define VGA_DSP_CONFIG 0x004C
0079 #define PM_VGA_DSP_CONFIG 0x004C
0080 #define VGA_DSP_ON_OFF 0x0050
0081 #define PM_VGA_DSP_ON_OFF 0x0050
0082 #define DSP2_CONFIG 0x0054
0083 #define PM_DSP2_CONFIG 0x0054
0084 #define DSP2_ON_OFF 0x0058
0085 #define PM_DSP2_ON_OFF 0x0058
0086
0087
0088 #define CRTC2_OFF_PITCH 0x005C
0089
0090
0091 #define CUR_CLR0 0x0060
0092 #define CUR2_CLR0 0x0060
0093 #define CUR_CLR1 0x0064
0094 #define CUR2_CLR1 0x0064
0095 #define CUR_OFFSET 0x0068
0096 #define CUR2_OFFSET 0x0068
0097 #define CUR_HORZ_VERT_POSN 0x006C
0098 #define CUR2_HORZ_VERT_POSN 0x006C
0099 #define CUR_HORZ_VERT_OFF 0x0070
0100 #define CUR2_HORZ_VERT_OFF 0x0070
0101
0102 #define CNFG_PANEL_LG 0x0074
0103
0104
0105 #define GP_IO 0x0078
0106
0107
0108 #define HW_DEBUG 0x007C
0109
0110
0111 #define SCRATCH_REG0 0x0080
0112 #define SCRATCH_REG1 0x0084
0113 #define SCRATCH_REG2 0x0088
0114 #define SCRATCH_REG3 0x008C
0115
0116
0117 #define CLOCK_CNTL 0x0090
0118
0119 #define CLOCK_SEL 0x0f
0120 #define CLOCK_SEL_INTERNAL 0x03
0121 #define CLOCK_SEL_EXTERNAL 0x0c
0122 #define CLOCK_DIV 0x30
0123 #define CLOCK_DIV1 0x00
0124 #define CLOCK_DIV2 0x10
0125 #define CLOCK_DIV4 0x20
0126 #define CLOCK_STROBE 0x40
0127
0128
0129 #define CLOCK_BIT 0x04
0130 #define CLOCK_PULSE 0x08
0131
0132 #define CLOCK_DATA 0x80
0133
0134
0135 #define CLOCK_CNTL_ADDR CLOCK_CNTL + 1
0136 #define PLL_WR_EN 0x02
0137 #define PLL_ADDR 0xfc
0138 #define CLOCK_CNTL_DATA CLOCK_CNTL + 2
0139 #define PLL_DATA 0xff
0140
0141
0142 #define CLOCK_SEL_CNTL 0x0090
0143
0144
0145 #define CNFG_STAT1 0x0094
0146 #define CNFG_STAT2 0x0098
0147
0148
0149 #define BUS_CNTL 0x00A0
0150
0151 #define LCD_INDEX 0x00A4
0152 #define LCD_DATA 0x00A8
0153
0154 #define HFB_PITCH_ADDR_LG 0x00A8
0155
0156
0157 #define EXT_MEM_CNTL 0x00AC
0158 #define MEM_CNTL 0x00B0
0159 #define MEM_VGA_WP_SEL 0x00B4
0160 #define MEM_VGA_RP_SEL 0x00B8
0161
0162 #define I2C_CNTL_1 0x00BC
0163
0164 #define LT_GIO_LG 0x00BC
0165
0166
0167 #define DAC_REGS 0x00C0
0168 #define DAC_W_INDEX 0x00C0
0169 #define DAC_DATA 0x00C1
0170 #define DAC_MASK 0x00C2
0171 #define DAC_R_INDEX 0x00C3
0172 #define DAC_CNTL 0x00C4
0173
0174 #define EXT_DAC_REGS 0x00C8
0175
0176 #define HORZ_STRETCHING_LG 0x00C8
0177 #define VERT_STRETCHING_LG 0x00CC
0178
0179
0180 #define GEN_TEST_CNTL 0x00D0
0181
0182
0183 #define CUSTOM_MACRO_CNTL 0x00D4
0184
0185 #define LCD_GEN_CNTL_LG 0x00D4
0186 #define POWER_MANAGEMENT_LG 0x00D8
0187
0188
0189 #define CNFG_CNTL 0x00DC
0190 #define CNFG_CHIP_ID 0x00E0
0191 #define CNFG_STAT0 0x00E4
0192
0193
0194 #define CRC_SIG 0x00E8
0195 #define CRC2_SIG 0x00E8
0196
0197
0198
0199
0200
0201 #define DST_OFF_PITCH 0x0100
0202 #define DST_X 0x0104
0203 #define DST_Y 0x0108
0204 #define DST_Y_X 0x010C
0205 #define DST_WIDTH 0x0110
0206 #define DST_HEIGHT 0x0114
0207 #define DST_HEIGHT_WIDTH 0x0118
0208 #define DST_X_WIDTH 0x011C
0209 #define DST_BRES_LNTH 0x0120
0210 #define DST_BRES_ERR 0x0124
0211 #define DST_BRES_INC 0x0128
0212 #define DST_BRES_DEC 0x012C
0213 #define DST_CNTL 0x0130
0214 #define DST_Y_X__ALIAS__ 0x0134
0215 #define TRAIL_BRES_ERR 0x0138
0216 #define TRAIL_BRES_INC 0x013C
0217 #define TRAIL_BRES_DEC 0x0140
0218 #define LEAD_BRES_LNTH 0x0144
0219 #define Z_OFF_PITCH 0x0148
0220 #define Z_CNTL 0x014C
0221 #define ALPHA_TST_CNTL 0x0150
0222 #define SECONDARY_STW_EXP 0x0158
0223 #define SECONDARY_S_X_INC 0x015C
0224 #define SECONDARY_S_Y_INC 0x0160
0225 #define SECONDARY_S_START 0x0164
0226 #define SECONDARY_W_X_INC 0x0168
0227 #define SECONDARY_W_Y_INC 0x016C
0228 #define SECONDARY_W_START 0x0170
0229 #define SECONDARY_T_X_INC 0x0174
0230 #define SECONDARY_T_Y_INC 0x0178
0231 #define SECONDARY_T_START 0x017C
0232
0233
0234 #define SRC_OFF_PITCH 0x0180
0235 #define SRC_X 0x0184
0236 #define SRC_Y 0x0188
0237 #define SRC_Y_X 0x018C
0238 #define SRC_WIDTH1 0x0190
0239 #define SRC_HEIGHT1 0x0194
0240 #define SRC_HEIGHT1_WIDTH1 0x0198
0241 #define SRC_X_START 0x019C
0242 #define SRC_Y_START 0x01A0
0243 #define SRC_Y_X_START 0x01A4
0244 #define SRC_WIDTH2 0x01A8
0245 #define SRC_HEIGHT2 0x01AC
0246 #define SRC_HEIGHT2_WIDTH2 0x01B0
0247 #define SRC_CNTL 0x01B4
0248
0249 #define SCALE_OFF 0x01C0
0250 #define SECONDARY_SCALE_OFF 0x01C4
0251
0252 #define TEX_0_OFF 0x01C0
0253 #define TEX_1_OFF 0x01C4
0254 #define TEX_2_OFF 0x01C8
0255 #define TEX_3_OFF 0x01CC
0256 #define TEX_4_OFF 0x01D0
0257 #define TEX_5_OFF 0x01D4
0258 #define TEX_6_OFF 0x01D8
0259 #define TEX_7_OFF 0x01DC
0260
0261 #define SCALE_WIDTH 0x01DC
0262 #define SCALE_HEIGHT 0x01E0
0263
0264 #define TEX_8_OFF 0x01E0
0265 #define TEX_9_OFF 0x01E4
0266 #define TEX_10_OFF 0x01E8
0267 #define S_Y_INC 0x01EC
0268
0269 #define SCALE_PITCH 0x01EC
0270 #define SCALE_X_INC 0x01F0
0271
0272 #define RED_X_INC 0x01F0
0273 #define GREEN_X_INC 0x01F4
0274
0275 #define SCALE_Y_INC 0x01F4
0276 #define SCALE_VACC 0x01F8
0277 #define SCALE_3D_CNTL 0x01FC
0278
0279
0280 #define HOST_DATA0 0x0200
0281 #define HOST_DATA1 0x0204
0282 #define HOST_DATA2 0x0208
0283 #define HOST_DATA3 0x020C
0284 #define HOST_DATA4 0x0210
0285 #define HOST_DATA5 0x0214
0286 #define HOST_DATA6 0x0218
0287 #define HOST_DATA7 0x021C
0288 #define HOST_DATA8 0x0220
0289 #define HOST_DATA9 0x0224
0290 #define HOST_DATAA 0x0228
0291 #define HOST_DATAB 0x022C
0292 #define HOST_DATAC 0x0230
0293 #define HOST_DATAD 0x0234
0294 #define HOST_DATAE 0x0238
0295 #define HOST_DATAF 0x023C
0296 #define HOST_CNTL 0x0240
0297
0298
0299 #define BM_HOSTDATA 0x0244
0300 #define BM_ADDR 0x0248
0301 #define BM_DATA 0x0248
0302 #define BM_GUI_TABLE_CMD 0x024C
0303
0304
0305 #define PAT_REG0 0x0280
0306 #define PAT_REG1 0x0284
0307 #define PAT_CNTL 0x0288
0308
0309
0310 #define SC_LEFT 0x02A0
0311 #define SC_RIGHT 0x02A4
0312 #define SC_LEFT_RIGHT 0x02A8
0313 #define SC_TOP 0x02AC
0314 #define SC_BOTTOM 0x02B0
0315 #define SC_TOP_BOTTOM 0x02B4
0316
0317
0318 #define USR1_DST_OFF_PITCH 0x02B8
0319 #define USR2_DST_OFF_PITCH 0x02BC
0320 #define DP_BKGD_CLR 0x02C0
0321 #define DP_FOG_CLR 0x02C4
0322 #define DP_FRGD_CLR 0x02C4
0323 #define DP_WRITE_MASK 0x02C8
0324 #define DP_CHAIN_MASK 0x02CC
0325 #define DP_PIX_WIDTH 0x02D0
0326 #define DP_MIX 0x02D4
0327 #define DP_SRC 0x02D8
0328 #define DP_FRGD_CLR_MIX 0x02DC
0329 #define DP_FRGD_BKGD_CLR 0x02E0
0330
0331
0332 #define DST_X_Y 0x02E8
0333 #define DST_WIDTH_HEIGHT 0x02EC
0334
0335
0336 #define USR_DST_PICTH 0x02F0
0337 #define DP_SET_GUI_ENGINE2 0x02F8
0338 #define DP_SET_GUI_ENGINE 0x02FC
0339
0340
0341 #define CLR_CMP_CLR 0x0300
0342 #define CLR_CMP_MASK 0x0304
0343 #define CLR_CMP_CNTL 0x0308
0344
0345
0346 #define FIFO_STAT 0x0310
0347
0348 #define CONTEXT_MASK 0x0320
0349 #define CONTEXT_LOAD_CNTL 0x032C
0350
0351
0352 #define GUI_TRAJ_CNTL 0x0330
0353
0354
0355 #define GUI_STAT 0x0338
0356
0357 #define TEX_PALETTE_INDEX 0x0340
0358 #define STW_EXP 0x0344
0359 #define LOG_MAX_INC 0x0348
0360 #define S_X_INC 0x034C
0361 #define S_Y_INC__ALIAS__ 0x0350
0362
0363 #define SCALE_PITCH__ALIAS__ 0x0350
0364
0365 #define S_START 0x0354
0366 #define W_X_INC 0x0358
0367 #define W_Y_INC 0x035C
0368 #define W_START 0x0360
0369 #define T_X_INC 0x0364
0370 #define T_Y_INC 0x0368
0371
0372 #define SECONDARY_SCALE_PITCH 0x0368
0373
0374 #define T_START 0x036C
0375 #define TEX_SIZE_PITCH 0x0370
0376 #define TEX_CNTL 0x0374
0377 #define SECONDARY_TEX_OFFSET 0x0378
0378 #define TEX_PALETTE 0x037C
0379
0380 #define SCALE_PITCH_BOTH 0x0380
0381 #define SECONDARY_SCALE_OFF_ACC 0x0384
0382 #define SCALE_OFF_ACC 0x0388
0383 #define SCALE_DST_Y_X 0x038C
0384
0385
0386 #define COMPOSITE_SHADOW_ID 0x0398
0387
0388 #define SECONDARY_SCALE_X_INC 0x039C
0389
0390 #define SPECULAR_RED_X_INC 0x039C
0391 #define SPECULAR_RED_Y_INC 0x03A0
0392 #define SPECULAR_RED_START 0x03A4
0393
0394 #define SECONDARY_SCALE_HACC 0x03A4
0395
0396 #define SPECULAR_GREEN_X_INC 0x03A8
0397 #define SPECULAR_GREEN_Y_INC 0x03AC
0398 #define SPECULAR_GREEN_START 0x03B0
0399 #define SPECULAR_BLUE_X_INC 0x03B4
0400 #define SPECULAR_BLUE_Y_INC 0x03B8
0401 #define SPECULAR_BLUE_START 0x03BC
0402
0403 #define SCALE_X_INC__ALIAS__ 0x03C0
0404
0405 #define RED_X_INC__ALIAS__ 0x03C0
0406 #define RED_Y_INC 0x03C4
0407 #define RED_START 0x03C8
0408
0409 #define SCALE_HACC 0x03C8
0410 #define SCALE_Y_INC__ALIAS__ 0x03CC
0411
0412 #define GREEN_X_INC__ALIAS__ 0x03CC
0413 #define GREEN_Y_INC 0x03D0
0414
0415 #define SECONDARY_SCALE_Y_INC 0x03D0
0416 #define SECONDARY_SCALE_VACC 0x03D4
0417
0418 #define GREEN_START 0x03D4
0419 #define BLUE_X_INC 0x03D8
0420 #define BLUE_Y_INC 0x03DC
0421 #define BLUE_START 0x03E0
0422 #define Z_X_INC 0x03E4
0423 #define Z_Y_INC 0x03E8
0424 #define Z_START 0x03EC
0425 #define ALPHA_X_INC 0x03F0
0426 #define FOG_X_INC 0x03F0
0427 #define ALPHA_Y_INC 0x03F4
0428 #define FOG_Y_INC 0x03F4
0429 #define ALPHA_START 0x03F8
0430 #define FOG_START 0x03F8
0431
0432 #define OVERLAY_Y_X_START 0x0400
0433 #define OVERLAY_Y_X_END 0x0404
0434 #define OVERLAY_VIDEO_KEY_CLR 0x0408
0435 #define OVERLAY_VIDEO_KEY_MSK 0x040C
0436 #define OVERLAY_GRAPHICS_KEY_CLR 0x0410
0437 #define OVERLAY_GRAPHICS_KEY_MSK 0x0414
0438 #define OVERLAY_KEY_CNTL 0x0418
0439
0440 #define OVERLAY_SCALE_INC 0x0420
0441 #define OVERLAY_SCALE_CNTL 0x0424
0442 #define SCALER_HEIGHT_WIDTH 0x0428
0443 #define SCALER_TEST 0x042C
0444 #define SCALER_BUF0_OFFSET 0x0434
0445 #define SCALER_BUF1_OFFSET 0x0438
0446 #define SCALE_BUF_PITCH 0x043C
0447
0448 #define CAPTURE_START_END 0x0440
0449 #define CAPTURE_X_WIDTH 0x0444
0450 #define VIDEO_FORMAT 0x0448
0451 #define VBI_START_END 0x044C
0452 #define CAPTURE_CONFIG 0x0450
0453 #define TRIG_CNTL 0x0454
0454
0455 #define OVERLAY_EXCLUSIVE_HORZ 0x0458
0456 #define OVERLAY_EXCLUSIVE_VERT 0x045C
0457
0458 #define VAL_WIDTH 0x0460
0459 #define CAPTURE_DEBUG 0x0464
0460 #define VIDEO_SYNC_TEST 0x0468
0461
0462
0463 #define SNAPSHOT_VH_COUNTS 0x0470
0464 #define SNAPSHOT_F_COUNT 0x0474
0465 #define N_VIF_COUNT 0x0478
0466 #define SNAPSHOT_VIF_COUNT 0x047C
0467
0468 #define CAPTURE_BUF0_OFFSET 0x0480
0469 #define CAPTURE_BUF1_OFFSET 0x0484
0470 #define CAPTURE_BUF_PITCH 0x0488
0471
0472
0473 #define SNAPSHOT2_VH_COUNTS 0x04B0
0474 #define SNAPSHOT2_F_COUNT 0x04B4
0475 #define N_VIF2_COUNT 0x04B8
0476 #define SNAPSHOT2_VIF_COUNT 0x04BC
0477
0478 #define MPP_CONFIG 0x04C0
0479 #define MPP_STROBE_SEQ 0x04C4
0480 #define MPP_ADDR 0x04C8
0481 #define MPP_DATA 0x04CC
0482 #define TVO_CNTL 0x0500
0483
0484
0485 #define CRT_HORZ_VERT_LOAD 0x0544
0486
0487
0488 #define AGP_BASE 0x0548
0489 #define AGP_CNTL 0x054C
0490
0491 #define SCALER_COLOUR_CNTL 0x0550
0492 #define SCALER_H_COEFF0 0x0554
0493 #define SCALER_H_COEFF1 0x0558
0494 #define SCALER_H_COEFF2 0x055C
0495 #define SCALER_H_COEFF3 0x0560
0496 #define SCALER_H_COEFF4 0x0564
0497
0498
0499 #define GUI_CMDFIFO_DEBUG 0x0570
0500 #define GUI_CMDFIFO_DATA 0x0574
0501 #define GUI_CNTL 0x0578
0502
0503
0504 #define BM_FRAME_BUF_OFFSET 0x0580
0505 #define BM_SYSTEM_MEM_ADDR 0x0584
0506 #define BM_COMMAND 0x0588
0507 #define BM_STATUS 0x058C
0508 #define BM_GUI_TABLE 0x05B8
0509 #define BM_SYSTEM_TABLE 0x05BC
0510
0511 #define SCALER_BUF0_OFFSET_U 0x05D4
0512 #define SCALER_BUF0_OFFSET_V 0x05D8
0513 #define SCALER_BUF1_OFFSET_U 0x05DC
0514 #define SCALER_BUF1_OFFSET_V 0x05E0
0515
0516
0517 #define VERTEX_1_S 0x0640
0518 #define VERTEX_1_T 0x0644
0519 #define VERTEX_1_W 0x0648
0520 #define VERTEX_1_SPEC_ARGB 0x064C
0521 #define VERTEX_1_Z 0x0650
0522 #define VERTEX_1_ARGB 0x0654
0523 #define VERTEX_1_X_Y 0x0658
0524 #define ONE_OVER_AREA 0x065C
0525 #define VERTEX_2_S 0x0660
0526 #define VERTEX_2_T 0x0664
0527 #define VERTEX_2_W 0x0668
0528 #define VERTEX_2_SPEC_ARGB 0x066C
0529 #define VERTEX_2_Z 0x0670
0530 #define VERTEX_2_ARGB 0x0674
0531 #define VERTEX_2_X_Y 0x0678
0532 #define ONE_OVER_AREA 0x065C
0533 #define VERTEX_3_S 0x0680
0534 #define VERTEX_3_T 0x0684
0535 #define VERTEX_3_W 0x0688
0536 #define VERTEX_3_SPEC_ARGB 0x068C
0537 #define VERTEX_3_Z 0x0690
0538 #define VERTEX_3_ARGB 0x0694
0539 #define VERTEX_3_X_Y 0x0698
0540 #define ONE_OVER_AREA 0x065C
0541 #define VERTEX_1_S 0x0640
0542 #define VERTEX_1_T 0x0644
0543 #define VERTEX_1_W 0x0648
0544 #define VERTEX_2_S 0x0660
0545 #define VERTEX_2_T 0x0664
0546 #define VERTEX_2_W 0x0668
0547 #define VERTEX_3_SECONDARY_S 0x06C0
0548 #define VERTEX_3_S 0x0680
0549 #define VERTEX_3_SECONDARY_T 0x06C4
0550 #define VERTEX_3_T 0x0684
0551 #define VERTEX_3_SECONDARY_W 0x06C8
0552 #define VERTEX_3_W 0x0688
0553 #define VERTEX_1_SPEC_ARGB 0x064C
0554 #define VERTEX_2_SPEC_ARGB 0x066C
0555 #define VERTEX_3_SPEC_ARGB 0x068C
0556 #define VERTEX_1_Z 0x0650
0557 #define VERTEX_2_Z 0x0670
0558 #define VERTEX_3_Z 0x0690
0559 #define VERTEX_1_ARGB 0x0654
0560 #define VERTEX_2_ARGB 0x0674
0561 #define VERTEX_3_ARGB 0x0694
0562 #define VERTEX_1_X_Y 0x0658
0563 #define VERTEX_2_X_Y 0x0678
0564 #define VERTEX_3_X_Y 0x0698
0565 #define ONE_OVER_AREA_UC 0x0700
0566 #define SETUP_CNTL 0x0704
0567 #define VERTEX_1_SECONDARY_S 0x0728
0568 #define VERTEX_1_SECONDARY_T 0x072C
0569 #define VERTEX_1_SECONDARY_W 0x0730
0570 #define VERTEX_2_SECONDARY_S 0x0734
0571 #define VERTEX_2_SECONDARY_T 0x0738
0572 #define VERTEX_2_SECONDARY_W 0x073C
0573
0574
0575 #define GTC_3D_RESET_DELAY 3
0576
0577
0578
0579 #define CRTC_H_SYNC_NEG 0x00200000
0580 #define CRTC_V_SYNC_NEG 0x00200000
0581
0582 #define CRTC_DBL_SCAN_EN 0x00000001
0583 #define CRTC_INTERLACE_EN 0x00000002
0584 #define CRTC_HSYNC_DIS 0x00000004
0585 #define CRTC_VSYNC_DIS 0x00000008
0586 #define CRTC_CSYNC_EN 0x00000010
0587 #define CRTC_PIX_BY_2_EN 0x00000020
0588 #define CRTC_DISPLAY_DIS 0x00000040
0589 #define CRTC_VGA_XOVERSCAN 0x00000080
0590
0591 #define CRTC_PIX_WIDTH_MASK 0x00000700
0592 #define CRTC_PIX_WIDTH_4BPP 0x00000100
0593 #define CRTC_PIX_WIDTH_8BPP 0x00000200
0594 #define CRTC_PIX_WIDTH_15BPP 0x00000300
0595 #define CRTC_PIX_WIDTH_16BPP 0x00000400
0596 #define CRTC_PIX_WIDTH_24BPP 0x00000500
0597 #define CRTC_PIX_WIDTH_32BPP 0x00000600
0598
0599 #define CRTC_BYTE_PIX_ORDER 0x00000800
0600 #define CRTC_PIX_ORDER_MSN_LSN 0x00000000
0601 #define CRTC_PIX_ORDER_LSN_MSN 0x00000800
0602
0603 #define CRTC_VSYNC_INT_EN 0x00001000ul
0604 #define CRTC_VSYNC_INT 0x00002000ul
0605 #define CRTC_FIFO_OVERFILL 0x0000c000ul
0606 #define CRTC2_VSYNC_INT_EN 0x00004000ul
0607 #define CRTC2_VSYNC_INT 0x00008000ul
0608
0609 #define CRTC_FIFO_LWM 0x000f0000
0610 #define CRTC_HVSYNC_IO_DRIVE 0x00010000
0611 #define CRTC2_PIX_WIDTH 0x000e0000
0612
0613 #define CRTC_VGA_128KAP_PAGING 0x00100000
0614 #define CRTC_VFC_SYNC_TRISTATE 0x00200000
0615 #define CRTC2_EN 0x00200000
0616 #define CRTC_LOCK_REGS 0x00400000
0617 #define CRTC_SYNC_TRISTATE 0x00800000
0618
0619 #define CRTC_EXT_DISP_EN 0x01000000
0620 #define CRTC_EN 0x02000000
0621 #define CRTC_DISP_REQ_EN 0x04000000
0622 #define CRTC_VGA_LINEAR 0x08000000
0623 #define CRTC_VSYNC_FALL_EDGE 0x10000000
0624 #define CRTC_VGA_TEXT_132 0x20000000
0625 #define CRTC_CNT_EN 0x40000000
0626 #define CRTC_CUR_B_TEST 0x80000000
0627
0628 #define CRTC_CRNT_VLINE 0x07f00000
0629
0630 #define CRTC_PRESERVED_MASK 0x0001f000
0631
0632 #define CRTC_VBLANK 0x00000001
0633 #define CRTC_VBLANK_INT_EN 0x00000002
0634 #define CRTC_VBLANK_INT 0x00000004
0635 #define CRTC_VBLANK_INT_AK CRTC_VBLANK_INT
0636 #define CRTC_VLINE_INT_EN 0x00000008
0637 #define CRTC_VLINE_INT 0x00000010
0638 #define CRTC_VLINE_INT_AK CRTC_VLINE_INT
0639 #define CRTC_VLINE_SYNC 0x00000020
0640 #define CRTC_FRAME 0x00000040
0641 #define SNAPSHOT_INT_EN 0x00000080
0642 #define SNAPSHOT_INT 0x00000100
0643 #define SNAPSHOT_INT_AK SNAPSHOT_INT
0644 #define I2C_INT_EN 0x00000200
0645 #define I2C_INT 0x00000400
0646 #define I2C_INT_AK I2C_INT
0647 #define CRTC2_VBLANK 0x00000800
0648 #define CRTC2_VBLANK_INT_EN 0x00001000
0649 #define CRTC2_VBLANK_INT 0x00002000
0650 #define CRTC2_VBLANK_INT_AK CRTC2_VBLANK_INT
0651 #define CRTC2_VLINE_INT_EN 0x00004000
0652 #define CRTC2_VLINE_INT 0x00008000
0653 #define CRTC2_VLINE_INT_AK CRTC2_VLINE_INT
0654 #define CAPBUF0_INT_EN 0x00010000
0655 #define CAPBUF0_INT 0x00020000
0656 #define CAPBUF0_INT_AK CAPBUF0_INT
0657 #define CAPBUF1_INT_EN 0x00040000
0658 #define CAPBUF1_INT 0x00080000
0659 #define CAPBUF1_INT_AK CAPBUF1_INT
0660 #define OVERLAY_EOF_INT_EN 0x00100000
0661 #define OVERLAY_EOF_INT 0x00200000
0662 #define OVERLAY_EOF_INT_AK OVERLAY_EOF_INT
0663 #define ONESHOT_CAP_INT_EN 0x00400000
0664 #define ONESHOT_CAP_INT 0x00800000
0665 #define ONESHOT_CAP_INT_AK ONESHOT_CAP_INT
0666 #define BUSMASTER_EOL_INT_EN 0x01000000
0667 #define BUSMASTER_EOL_INT 0x02000000
0668 #define BUSMASTER_EOL_INT_AK BUSMASTER_EOL_INT
0669 #define GP_INT_EN 0x04000000
0670 #define GP_INT 0x08000000
0671 #define GP_INT_AK GP_INT
0672 #define CRTC2_VLINE_SYNC 0x10000000
0673 #define SNAPSHOT2_INT_EN 0x20000000
0674 #define SNAPSHOT2_INT 0x40000000
0675 #define SNAPSHOT2_INT_AK SNAPSHOT2_INT
0676 #define VBLANK_BIT2_INT 0x80000000
0677 #define VBLANK_BIT2_INT_AK VBLANK_BIT2_INT
0678
0679 #define CRTC_INT_EN_MASK (CRTC_VBLANK_INT_EN | \
0680 CRTC_VLINE_INT_EN | \
0681 SNAPSHOT_INT_EN | \
0682 I2C_INT_EN | \
0683 CRTC2_VBLANK_INT_EN | \
0684 CRTC2_VLINE_INT_EN | \
0685 CAPBUF0_INT_EN | \
0686 CAPBUF1_INT_EN | \
0687 OVERLAY_EOF_INT_EN | \
0688 ONESHOT_CAP_INT_EN | \
0689 BUSMASTER_EOL_INT_EN | \
0690 GP_INT_EN | \
0691 SNAPSHOT2_INT_EN)
0692
0693
0694
0695 #define DAC_EXT_SEL_RS2 0x01
0696 #define DAC_EXT_SEL_RS3 0x02
0697 #define DAC_8BIT_EN 0x00000100
0698 #define DAC_PIX_DLY_MASK 0x00000600
0699 #define DAC_PIX_DLY_0NS 0x00000000
0700 #define DAC_PIX_DLY_2NS 0x00000200
0701 #define DAC_PIX_DLY_4NS 0x00000400
0702 #define DAC_BLANK_ADJ_MASK 0x00001800
0703 #define DAC_BLANK_ADJ_0 0x00000000
0704 #define DAC_BLANK_ADJ_1 0x00000800
0705 #define DAC_BLANK_ADJ_2 0x00001000
0706
0707
0708 #define DAC_OUTPUT_MASK 0x00000001
0709 #define DAC_MISTERY_BIT 0x00000002
0710 #define DAC_BLANKING 0x00000004
0711 #define DAC_CMP_DISABLE 0x00000008
0712 #define DAC1_CLK_SEL 0x00000010
0713 #define PALETTE_ACCESS_CNTL 0x00000020
0714 #define PALETTE2_SNOOP_EN 0x00000040
0715 #define DAC_CMP_OUTPUT 0x00000080
0716
0717 #define CRT_SENSE 0x00000800
0718 #define CRT_DETECTION_ON 0x00001000
0719 #define DAC_VGA_ADR_EN 0x00002000
0720 #define DAC_FEA_CON_EN 0x00004000
0721 #define DAC_PDWN 0x00008000
0722 #define DAC_TYPE_MASK 0x00070000
0723
0724
0725
0726
0727
0728 #define MIX_NOT_DST 0x0000
0729 #define MIX_0 0x0001
0730 #define MIX_1 0x0002
0731 #define MIX_DST 0x0003
0732 #define MIX_NOT_SRC 0x0004
0733 #define MIX_XOR 0x0005
0734 #define MIX_XNOR 0x0006
0735 #define MIX_SRC 0x0007
0736 #define MIX_NAND 0x0008
0737 #define MIX_NOT_SRC_OR_DST 0x0009
0738 #define MIX_SRC_OR_NOT_DST 0x000a
0739 #define MIX_OR 0x000b
0740 #define MIX_AND 0x000c
0741 #define MIX_SRC_AND_NOT_DST 0x000d
0742 #define MIX_NOT_SRC_AND_DST 0x000e
0743 #define MIX_NOR 0x000f
0744
0745
0746 #define ENGINE_MIN_X 0
0747 #define ENGINE_MIN_Y 0
0748 #define ENGINE_MAX_X 4095
0749 #define ENGINE_MAX_Y 16383
0750
0751
0752
0753
0754 #define BUS_APER_REG_DIS 0x00000010
0755 #define BUS_FIFO_ERR_ACK 0x00200000
0756 #define BUS_HOST_ERR_ACK 0x00800000
0757
0758
0759 #define GEN_OVR_OUTPUT_EN 0x20
0760 #define HWCURSOR_ENABLE 0x80
0761 #define GUI_ENGINE_ENABLE 0x100
0762 #define BLOCK_WRITE_ENABLE 0x200
0763
0764
0765 #define DSP_XCLKS_PER_QW 0x00003fff
0766 #define DSP_LOOP_LATENCY 0x000f0000
0767 #define DSP_PRECISION 0x00700000
0768
0769
0770 #define DSP_OFF 0x000007ff
0771 #define DSP_ON 0x07ff0000
0772 #define VGA_DSP_OFF DSP_OFF
0773 #define VGA_DSP_ON DSP_ON
0774 #define VGA_DSP_XCLKS_PER_QW DSP_XCLKS_PER_QW
0775
0776
0777 #define MPLL_CNTL 0x00
0778 #define PLL_PC_GAIN 0x07
0779 #define PLL_VC_GAIN 0x18
0780 #define PLL_DUTY_CYC 0xE0
0781 #define VPLL_CNTL 0x01
0782 #define PLL_REF_DIV 0x02
0783 #define PLL_GEN_CNTL 0x03
0784 #define PLL_OVERRIDE 0x01
0785 #define PLL_MCLK_RST 0x02
0786 #define OSC_EN 0x04
0787 #define EXT_CLK_EN 0x08
0788 #define FORCE_DCLK_TRI_STATE 0x08
0789 #define MCLK_SRC_SEL 0x70
0790 #define EXT_CLK_CNTL 0x80
0791 #define DLL_PWDN 0x80
0792 #define MCLK_FB_DIV 0x04
0793 #define PLL_VCLK_CNTL 0x05
0794 #define PLL_VCLK_SRC_SEL 0x03
0795 #define PLL_VCLK_RST 0x04
0796 #define PLL_VCLK_INVERT 0x08
0797 #define VCLK_POST_DIV 0x06
0798 #define VCLK0_POST 0x03
0799 #define VCLK1_POST 0x0C
0800 #define VCLK2_POST 0x30
0801 #define VCLK3_POST 0xC0
0802 #define VCLK0_FB_DIV 0x07
0803 #define VCLK1_FB_DIV 0x08
0804 #define VCLK2_FB_DIV 0x09
0805 #define VCLK3_FB_DIV 0x0A
0806 #define PLL_EXT_CNTL 0x0B
0807 #define PLL_XCLK_MCLK_RATIO 0x03
0808 #define PLL_XCLK_SRC_SEL 0x07
0809 #define PLL_MFB_TIMES_4_2B 0x08
0810 #define PLL_VCLK0_XDIV 0x10
0811 #define PLL_VCLK1_XDIV 0x20
0812 #define PLL_VCLK2_XDIV 0x40
0813 #define PLL_VCLK3_XDIV 0x80
0814 #define DLL_CNTL 0x0C
0815 #define DLL1_CNTL 0x0C
0816 #define VFC_CNTL 0x0D
0817 #define PLL_TEST_CNTL 0x0E
0818 #define PLL_TEST_COUNT 0x0F
0819 #define LVDS_CNTL0 0x10
0820 #define LVDS_CNTL1 0x11
0821 #define AGP1_CNTL 0x12
0822 #define AGP2_CNTL 0x13
0823 #define DLL2_CNTL 0x14
0824 #define SCLK_FB_DIV 0x15
0825 #define SPLL_CNTL1 0x16
0826 #define SPLL_CNTL2 0x17
0827 #define APLL_STRAPS 0x18
0828 #define EXT_VPLL_CNTL 0x19
0829 #define EXT_VPLL_EN 0x04
0830 #define EXT_VPLL_VGA_EN 0x08
0831 #define EXT_VPLL_INSYNC 0x10
0832 #define EXT_VPLL_REF_DIV 0x1A
0833 #define EXT_VPLL_FB_DIV 0x1B
0834 #define EXT_VPLL_MSB 0x1C
0835 #define HTOTAL_CNTL 0x1D
0836 #define BYTE_CLK_CNTL 0x1E
0837 #define TV_PLL_CNTL1 0x1F
0838 #define TV_PLL_CNTL2 0x20
0839 #define TV_PLL_CNTL 0x21
0840 #define EXT_TV_PLL 0x22
0841 #define V2PLL_CNTL 0x23
0842 #define PLL_V2CLK_CNTL 0x24
0843 #define EXT_V2PLL_REF_DIV 0x25
0844 #define EXT_V2PLL_FB_DIV 0x26
0845 #define EXT_V2PLL_MSB 0x27
0846 #define HTOTAL2_CNTL 0x28
0847 #define PLL_YCLK_CNTL 0x29
0848 #define PM_DYN_CLK_CNTL 0x2A
0849
0850
0851 #define APERTURE_4M_ENABLE 1
0852 #define APERTURE_8M_ENABLE 2
0853 #define VGA_APERTURE_ENABLE 4
0854
0855
0856 #define CFG_BUS_TYPE 0x00000007
0857 #define CFG_MEM_TYPE 0x00000038
0858 #define CFG_INIT_DAC_TYPE 0x00000e00
0859
0860
0861 #define CFG_MEM_TYPE_xT 0x00000007
0862
0863 #define ISA 0
0864 #define EISA 1
0865 #define LOCAL_BUS 6
0866 #define PCI 7
0867
0868
0869 #define DRAMx4 0
0870 #define VRAMx16 1
0871 #define VRAMx16ssr 2
0872 #define DRAMx16 3
0873 #define GraphicsDRAMx16 4
0874 #define EnhancedVRAMx16 5
0875 #define EnhancedVRAMx16ssr 6
0876
0877
0878 #define DRAM 1
0879 #define EDO 2
0880 #define PSEUDO_EDO 3
0881 #define SDRAM 4
0882 #define SGRAM 5
0883 #define WRAM 6
0884 #define SDRAM32 6
0885
0886 #define DAC_INTERNAL 0x00
0887 #define DAC_IBMRGB514 0x01
0888 #define DAC_ATI68875 0x02
0889 #define DAC_TVP3026_A 0x72
0890 #define DAC_BT476 0x03
0891 #define DAC_BT481 0x04
0892 #define DAC_ATT20C491 0x14
0893 #define DAC_SC15026 0x24
0894 #define DAC_MU9C1880 0x34
0895 #define DAC_IMSG174 0x44
0896 #define DAC_ATI68860_B 0x05
0897 #define DAC_ATI68860_C 0x15
0898 #define DAC_TVP3026_B 0x75
0899 #define DAC_STG1700 0x06
0900 #define DAC_ATT498 0x16
0901 #define DAC_STG1702 0x07
0902 #define DAC_SC15021 0x17
0903 #define DAC_ATT21C498 0x27
0904 #define DAC_STG1703 0x37
0905 #define DAC_CH8398 0x47
0906 #define DAC_ATT20C408 0x57
0907
0908 #define CLK_ATI18818_0 0
0909 #define CLK_ATI18818_1 1
0910 #define CLK_STG1703 2
0911 #define CLK_CH8398 3
0912 #define CLK_INTERNAL 4
0913 #define CLK_ATT20C408 5
0914 #define CLK_IBMRGB514 6
0915
0916
0917 #define MEM_SIZE_ALIAS 0x00000007
0918 #define MEM_SIZE_512K 0x00000000
0919 #define MEM_SIZE_1M 0x00000001
0920 #define MEM_SIZE_2M 0x00000002
0921 #define MEM_SIZE_4M 0x00000003
0922 #define MEM_SIZE_6M 0x00000004
0923 #define MEM_SIZE_8M 0x00000005
0924 #define MEM_SIZE_ALIAS_GTB 0x0000000F
0925 #define MEM_SIZE_2M_GTB 0x00000003
0926 #define MEM_SIZE_4M_GTB 0x00000007
0927 #define MEM_SIZE_6M_GTB 0x00000009
0928 #define MEM_SIZE_8M_GTB 0x0000000B
0929 #define MEM_BNDRY 0x00030000
0930 #define MEM_BNDRY_0K 0x00000000
0931 #define MEM_BNDRY_256K 0x00010000
0932 #define MEM_BNDRY_512K 0x00020000
0933 #define MEM_BNDRY_1M 0x00030000
0934 #define MEM_BNDRY_EN 0x00040000
0935
0936 #define ONE_MB 0x100000
0937
0938 #define PCI_ATI_VENDOR_ID 0x1002
0939
0940
0941
0942 #define CFG_CHIP_TYPE 0x0000FFFF
0943 #define CFG_CHIP_CLASS 0x00FF0000
0944 #define CFG_CHIP_REV 0xFF000000
0945 #define CFG_CHIP_MAJOR 0x07000000
0946 #define CFG_CHIP_FND_ID 0x38000000
0947 #define CFG_CHIP_MINOR 0xC0000000
0948
0949
0950
0951
0952
0953 #define GX_CHIP_ID 0xD7
0954 #define CX_CHIP_ID 0x57
0955
0956 #define GX_PCI_ID 0x4758
0957 #define CX_PCI_ID 0x4358
0958
0959
0960 #define CT_CHIP_ID 0x4354
0961 #define ET_CHIP_ID 0x4554
0962
0963
0964 #define VT_CHIP_ID 0x5654
0965 #define VU_CHIP_ID 0x5655
0966 #define VV_CHIP_ID 0x5656
0967
0968
0969 #define LB_CHIP_ID 0x4c42
0970 #define LD_CHIP_ID 0x4c44
0971 #define LG_CHIP_ID 0x4c47
0972 #define LI_CHIP_ID 0x4c49
0973 #define LP_CHIP_ID 0x4c50
0974 #define LT_CHIP_ID 0x4c54
0975
0976
0977 #define GR_CHIP_ID 0x4752
0978 #define GS_CHIP_ID 0x4753
0979 #define GM_CHIP_ID 0x474d
0980 #define GN_CHIP_ID 0x474e
0981 #define GO_CHIP_ID 0x474f
0982 #define GL_CHIP_ID 0x474c
0983
0984 #define IS_XL(id) ((id)==GR_CHIP_ID || (id)==GS_CHIP_ID || \
0985 (id)==GM_CHIP_ID || (id)==GN_CHIP_ID || \
0986 (id)==GO_CHIP_ID || (id)==GL_CHIP_ID)
0987
0988 #define GT_CHIP_ID 0x4754
0989 #define GU_CHIP_ID 0x4755
0990 #define GV_CHIP_ID 0x4756
0991 #define GW_CHIP_ID 0x4757
0992 #define GZ_CHIP_ID 0x475a
0993 #define GB_CHIP_ID 0x4742
0994 #define GD_CHIP_ID 0x4744
0995 #define GI_CHIP_ID 0x4749
0996 #define GP_CHIP_ID 0x4750
0997 #define GQ_CHIP_ID 0x4751
0998
0999 #define LM_CHIP_ID 0x4c4d
1000 #define LN_CHIP_ID 0x4c4e
1001 #define LR_CHIP_ID 0x4c52
1002 #define LS_CHIP_ID 0x4c53
1003
1004 #define IS_MOBILITY(id) ((id)==LM_CHIP_ID || (id)==LN_CHIP_ID || \
1005 (id)==LR_CHIP_ID || (id)==LS_CHIP_ID)
1006
1007 #define MACH64_ASIC_NEC_VT_A3 0x08
1008 #define MACH64_ASIC_NEC_VT_A4 0x48
1009 #define MACH64_ASIC_SGS_VT_A4 0x40
1010 #define MACH64_ASIC_SGS_VT_B1S1 0x01
1011 #define MACH64_ASIC_SGS_GT_B1S1 0x01
1012 #define MACH64_ASIC_SGS_GT_B1S2 0x41
1013 #define MACH64_ASIC_UMC_GT_B2U1 0x1a
1014 #define MACH64_ASIC_UMC_GT_B2U2 0x5a
1015 #define MACH64_ASIC_UMC_VT_B2U3 0x9a
1016 #define MACH64_ASIC_UMC_GT_B2U3 0x9a
1017 #define MACH64_ASIC_UMC_R3B_D_P_A1 0x1b
1018 #define MACH64_ASIC_UMC_R3B_D_P_A2 0x5b
1019 #define MACH64_ASIC_UMC_R3B_D_P_A3 0x1c
1020 #define MACH64_ASIC_UMC_R3B_D_P_A4 0x5c
1021
1022
1023 #define MACH64_FND_SGS 0
1024 #define MACH64_FND_NEC 1
1025 #define MACH64_FND_UMC 3
1026
1027
1028 #define MACH64_UNKNOWN 0
1029 #define MACH64_GX 1
1030 #define MACH64_CX 2
1031 #define MACH64_CT 3Restore
1032 #define MACH64_ET 4
1033 #define MACH64_VT 5
1034 #define MACH64_GT 6
1035
1036
1037 #define DST_X_RIGHT_TO_LEFT 0
1038 #define DST_X_LEFT_TO_RIGHT 1
1039 #define DST_Y_BOTTOM_TO_TOP 0
1040 #define DST_Y_TOP_TO_BOTTOM 2
1041 #define DST_X_MAJOR 0
1042 #define DST_Y_MAJOR 4
1043 #define DST_X_TILE 8
1044 #define DST_Y_TILE 0x10
1045 #define DST_LAST_PEL 0x20
1046 #define DST_POLYGON_ENABLE 0x40
1047 #define DST_24_ROTATION_ENABLE 0x80
1048
1049
1050 #define SRC_PATTERN_ENABLE 1
1051 #define SRC_ROTATION_ENABLE 2
1052 #define SRC_LINEAR_ENABLE 4
1053 #define SRC_BYTE_ALIGN 8
1054 #define SRC_LINE_X_RIGHT_TO_LEFT 0
1055 #define SRC_LINE_X_LEFT_TO_RIGHT 0x10
1056
1057
1058 #define HOST_BYTE_ALIGN 1
1059
1060
1061 #define PAT_MONO_8x8_ENABLE 0x01000000
1062 #define PAT_CLR_4x2_ENABLE 0x02000000
1063 #define PAT_CLR_8x1_ENABLE 0x04000000
1064
1065
1066 #define DP_CHAIN_4BPP 0x8888
1067 #define DP_CHAIN_7BPP 0xD2D2
1068 #define DP_CHAIN_8BPP 0x8080
1069 #define DP_CHAIN_8BPP_RGB 0x9292
1070 #define DP_CHAIN_15BPP 0x4210
1071 #define DP_CHAIN_16BPP 0x8410
1072 #define DP_CHAIN_24BPP 0x8080
1073 #define DP_CHAIN_32BPP 0x8080
1074
1075
1076 #define DST_1BPP 0x0
1077 #define DST_4BPP 0x1
1078 #define DST_8BPP 0x2
1079 #define DST_15BPP 0x3
1080 #define DST_16BPP 0x4
1081 #define DST_24BPP 0x5
1082 #define DST_32BPP 0x6
1083 #define DST_MASK 0xF
1084 #define SRC_1BPP 0x000
1085 #define SRC_4BPP 0x100
1086 #define SRC_8BPP 0x200
1087 #define SRC_15BPP 0x300
1088 #define SRC_16BPP 0x400
1089 #define SRC_24BPP 0x500
1090 #define SRC_32BPP 0x600
1091 #define SRC_MASK 0xF00
1092 #define DP_HOST_TRIPLE_EN 0x2000
1093 #define HOST_1BPP 0x00000
1094 #define HOST_4BPP 0x10000
1095 #define HOST_8BPP 0x20000
1096 #define HOST_15BPP 0x30000
1097 #define HOST_16BPP 0x40000
1098 #define HOST_24BPP 0x50000
1099 #define HOST_32BPP 0x60000
1100 #define HOST_MASK 0xF0000
1101 #define BYTE_ORDER_MSB_TO_LSB 0
1102 #define BYTE_ORDER_LSB_TO_MSB 0x1000000
1103 #define BYTE_ORDER_MASK 0x1000000
1104
1105
1106 #define BKGD_MIX_NOT_D 0
1107 #define BKGD_MIX_ZERO 1
1108 #define BKGD_MIX_ONE 2
1109 #define BKGD_MIX_D 3
1110 #define BKGD_MIX_NOT_S 4
1111 #define BKGD_MIX_D_XOR_S 5
1112 #define BKGD_MIX_NOT_D_XOR_S 6
1113 #define BKGD_MIX_S 7
1114 #define BKGD_MIX_NOT_D_OR_NOT_S 8
1115 #define BKGD_MIX_D_OR_NOT_S 9
1116 #define BKGD_MIX_NOT_D_OR_S 10
1117 #define BKGD_MIX_D_OR_S 11
1118 #define BKGD_MIX_D_AND_S 12
1119 #define BKGD_MIX_NOT_D_AND_S 13
1120 #define BKGD_MIX_D_AND_NOT_S 14
1121 #define BKGD_MIX_NOT_D_AND_NOT_S 15
1122 #define BKGD_MIX_D_PLUS_S_DIV2 0x17
1123 #define FRGD_MIX_NOT_D 0
1124 #define FRGD_MIX_ZERO 0x10000
1125 #define FRGD_MIX_ONE 0x20000
1126 #define FRGD_MIX_D 0x30000
1127 #define FRGD_MIX_NOT_S 0x40000
1128 #define FRGD_MIX_D_XOR_S 0x50000
1129 #define FRGD_MIX_NOT_D_XOR_S 0x60000
1130 #define FRGD_MIX_S 0x70000
1131 #define FRGD_MIX_NOT_D_OR_NOT_S 0x80000
1132 #define FRGD_MIX_D_OR_NOT_S 0x90000
1133 #define FRGD_MIX_NOT_D_OR_S 0xa0000
1134 #define FRGD_MIX_D_OR_S 0xb0000
1135 #define FRGD_MIX_D_AND_S 0xc0000
1136 #define FRGD_MIX_NOT_D_AND_S 0xd0000
1137 #define FRGD_MIX_D_AND_NOT_S 0xe0000
1138 #define FRGD_MIX_NOT_D_AND_NOT_S 0xf0000
1139 #define FRGD_MIX_D_PLUS_S_DIV2 0x170000
1140
1141
1142 #define BKGD_SRC_BKGD_CLR 0
1143 #define BKGD_SRC_FRGD_CLR 1
1144 #define BKGD_SRC_HOST 2
1145 #define BKGD_SRC_BLIT 3
1146 #define BKGD_SRC_PATTERN 4
1147 #define FRGD_SRC_BKGD_CLR 0
1148 #define FRGD_SRC_FRGD_CLR 0x100
1149 #define FRGD_SRC_HOST 0x200
1150 #define FRGD_SRC_BLIT 0x300
1151 #define FRGD_SRC_PATTERN 0x400
1152 #define MONO_SRC_ONE 0
1153 #define MONO_SRC_PATTERN 0x10000
1154 #define MONO_SRC_HOST 0x20000
1155 #define MONO_SRC_BLIT 0x30000
1156
1157
1158 #define COMPARE_FALSE 0
1159 #define COMPARE_TRUE 1
1160 #define COMPARE_NOT_EQUAL 4
1161 #define COMPARE_EQUAL 5
1162 #define COMPARE_DESTINATION 0
1163 #define COMPARE_SOURCE 0x1000000
1164
1165
1166 #define FIFO_ERR 0x80000000
1167
1168
1169 #define CONTEXT_NO_LOAD 0
1170 #define CONTEXT_LOAD 0x10000
1171 #define CONTEXT_LOAD_AND_DO_FILL 0x20000
1172 #define CONTEXT_LOAD_AND_DO_LINE 0x30000
1173 #define CONTEXT_EXECUTE 0
1174 #define CONTEXT_CMD_DISABLE 0x80000000
1175
1176
1177 #define ENGINE_IDLE 0
1178 #define ENGINE_BUSY 1
1179 #define SCISSOR_LEFT_FLAG 0x10
1180 #define SCISSOR_RIGHT_FLAG 0x20
1181 #define SCISSOR_TOP_FLAG 0x40
1182 #define SCISSOR_BOTTOM_FLAG 0x80
1183
1184
1185 #define sioATIEXT 0x1ce
1186 #define bioATIEXT 0x3ce
1187
1188 #define ATI2E 0xae
1189 #define ATI32 0xb2
1190 #define ATI36 0xb6
1191
1192
1193 #define R_GENMO 0x3cc
1194 #define VGAGRA 0x3ce
1195 #define GRA06 0x06
1196
1197
1198 #define VGASEQ 0x3c4
1199 #define SEQ02 0x02
1200 #define SEQ04 0x04
1201
1202 #define MACH64_MAX_X ENGINE_MAX_X
1203 #define MACH64_MAX_Y ENGINE_MAX_Y
1204
1205 #define INC_X 0x0020
1206 #define INC_Y 0x0080
1207
1208 #define RGB16_555 0x0000
1209 #define RGB16_565 0x0040
1210 #define RGB16_655 0x0080
1211 #define RGB16_664 0x00c0
1212
1213 #define POLY_TEXT_TYPE 0x0001
1214 #define IMAGE_TEXT_TYPE 0x0002
1215 #define TEXT_TYPE_8_BIT 0x0004
1216 #define TEXT_TYPE_16_BIT 0x0008
1217 #define POLY_TEXT_TYPE_8 (POLY_TEXT_TYPE | TEXT_TYPE_8_BIT)
1218 #define IMAGE_TEXT_TYPE_8 (IMAGE_TEXT_TYPE | TEXT_TYPE_8_BIT)
1219 #define POLY_TEXT_TYPE_16 (POLY_TEXT_TYPE | TEXT_TYPE_16_BIT)
1220 #define IMAGE_TEXT_TYPE_16 (IMAGE_TEXT_TYPE | TEXT_TYPE_16_BIT)
1221
1222 #define MACH64_NUM_CLOCKS 16
1223 #define MACH64_NUM_FREQS 50
1224
1225
1226 #define PWR_MGT_ON 0x00000001
1227 #define PWR_MGT_MODE_MASK 0x00000006
1228 #define AUTO_PWR_UP 0x00000008
1229 #define USE_F32KHZ 0x00000400
1230 #define TRISTATE_MEM_EN 0x00000800
1231 #define SELF_REFRESH 0x00000080
1232 #define PWR_BLON 0x02000000
1233 #define STANDBY_NOW 0x10000000
1234 #define SUSPEND_NOW 0x20000000
1235 #define PWR_MGT_STATUS_MASK 0xC0000000
1236 #define PWR_MGT_STATUS_SUSPEND 0x80000000
1237
1238
1239 #define PWR_MGT_MODE_PIN 0x00000000
1240 #define PWR_MGT_MODE_REG 0x00000002
1241 #define PWR_MGT_MODE_TIMER 0x00000004
1242 #define PWR_MGT_MODE_PCI 0x00000006
1243
1244
1245
1246
1247 #define LCD_INDEX_MASK 0x0000003F
1248 #define LCD_DISPLAY_DIS 0x00000100
1249 #define LCD_SRC_SEL 0x00000200
1250 #define CRTC2_DISPLAY_DIS 0x00000400
1251
1252
1253 #define CNFG_PANEL 0x00
1254 #define LCD_GEN_CNTL 0x01
1255 #define DSTN_CONTROL 0x02
1256 #define HFB_PITCH_ADDR 0x03
1257 #define HORZ_STRETCHING 0x04
1258 #define VERT_STRETCHING 0x05
1259 #define EXT_VERT_STRETCH 0x06
1260 #define LT_GIO 0x07
1261 #define POWER_MANAGEMENT 0x08
1262 #define ZVGPIO 0x09
1263 #define ICON_CLR0 0x0A
1264 #define ICON_CLR1 0x0B
1265 #define ICON_OFFSET 0x0C
1266 #define ICON_HORZ_VERT_POSN 0x0D
1267 #define ICON_HORZ_VERT_OFF 0x0E
1268 #define ICON2_CLR0 0x0F
1269 #define ICON2_CLR1 0x10
1270 #define ICON2_OFFSET 0x11
1271 #define ICON2_HORZ_VERT_POSN 0x12
1272 #define ICON2_HORZ_VERT_OFF 0x13
1273 #define LCD_MISC_CNTL 0x14
1274 #define APC_CNTL 0x1C
1275 #define POWER_MANAGEMENT_2 0x1D
1276 #define ALPHA_BLENDING 0x25
1277 #define PORTRAIT_GEN_CNTL 0x26
1278 #define APC_CTRL_IO 0x27
1279 #define TEST_IO 0x28
1280 #define TEST_OUTPUTS 0x29
1281 #define DP1_MEM_ACCESS 0x2A
1282 #define DP0_MEM_ACCESS 0x2B
1283 #define DP0_DEBUG_A 0x2C
1284 #define DP0_DEBUG_B 0x2D
1285 #define DP1_DEBUG_A 0x2E
1286 #define DP1_DEBUG_B 0x2F
1287 #define DPCTRL_DEBUG_A 0x30
1288 #define DPCTRL_DEBUG_B 0x31
1289 #define MEMBLK_DEBUG 0x32
1290 #define APC_LUT_AB 0x33
1291 #define APC_LUT_CD 0x34
1292 #define APC_LUT_EF 0x35
1293 #define APC_LUT_GH 0x36
1294 #define APC_LUT_IJ 0x37
1295 #define APC_LUT_KL 0x38
1296 #define APC_LUT_MN 0x39
1297 #define APC_LUT_OP 0x3A
1298
1299
1300 #define CRT_ON 0x00000001ul
1301 #define LCD_ON 0x00000002ul
1302 #define HORZ_DIVBY2_EN 0x00000004ul
1303 #define DONT_DS_ICON 0x00000008ul
1304 #define LOCK_8DOT 0x00000010ul
1305 #define ICON_ENABLE 0x00000020ul
1306 #define DONT_SHADOW_VPAR 0x00000040ul
1307 #define V2CLK_PM_EN 0x00000080ul
1308 #define RST_FM 0x00000100ul
1309 #define DISABLE_PCLK_RESET 0x00000200ul
1310 #define DIS_HOR_CRT_DIVBY2 0x00000400ul
1311 #define SCLK_SEL 0x00000800ul
1312 #define SCLK_DELAY 0x0000f000ul
1313 #define TVCLK_PM_EN 0x00010000ul
1314 #define VCLK_DAC_PM_EN 0x00020000ul
1315 #define VCLK_LCD_OFF 0x00040000ul
1316 #define SELECT_WAIT_4MS 0x00080000ul
1317 #define XTALIN_PM_EN 0x00080000ul
1318 #define V2CLK_DAC_PM_EN 0x00100000ul
1319 #define LVDS_EN 0x00200000ul
1320 #define LVDS_PLL_EN 0x00400000ul
1321 #define LVDS_PLL_RESET 0x00800000ul
1322 #define LVDS_RESERVED_BITS 0x07000000ul
1323 #define CRTC_RW_SELECT 0x08000000ul
1324 #define USE_SHADOWED_VEND 0x10000000ul
1325 #define USE_SHADOWED_ROWCUR 0x20000000ul
1326 #define SHADOW_EN 0x40000000ul
1327 #define SHADOW_RW_EN 0x80000000ul
1328
1329 #define LCD_SET_PRIMARY_MASK 0x07FFFBFBul
1330
1331
1332 #define HORZ_STRETCH_BLEND 0x00000ffful
1333 #define HORZ_STRETCH_RATIO 0x0000fffful
1334 #define HORZ_STRETCH_LOOP 0x00070000ul
1335 #define HORZ_STRETCH_LOOP09 0x00000000ul
1336 #define HORZ_STRETCH_LOOP11 0x00010000ul
1337 #define HORZ_STRETCH_LOOP12 0x00020000ul
1338 #define HORZ_STRETCH_LOOP14 0x00030000ul
1339 #define HORZ_STRETCH_LOOP15 0x00040000ul
1340
1341
1342
1343
1344 #define HORZ_PANEL_SIZE 0x0ff00000ul
1345
1346 #define AUTO_HORZ_RATIO 0x20000000ul
1347 #define HORZ_STRETCH_MODE 0x40000000ul
1348 #define HORZ_STRETCH_EN 0x80000000ul
1349
1350
1351 #define VERT_STRETCH_RATIO0 0x000003fful
1352 #define VERT_STRETCH_RATIO1 0x000ffc00ul
1353 #define VERT_STRETCH_RATIO2 0x3ff00000ul
1354 #define VERT_STRETCH_USE0 0x40000000ul
1355 #define VERT_STRETCH_EN 0x80000000ul
1356
1357
1358 #define VERT_STRETCH_RATIO3 0x000003fful
1359 #define FORCE_DAC_DATA 0x000000fful
1360 #define FORCE_DAC_DATA_SEL 0x00000300ul
1361 #define VERT_STRETCH_MODE 0x00000400ul
1362 #define VERT_PANEL_SIZE 0x003ff800ul
1363 #define AUTO_VERT_RATIO 0x00400000ul
1364 #define USE_AUTO_FP_POS 0x00800000ul
1365 #define USE_AUTO_LCD_VSYNC 0x01000000ul
1366
1367
1368
1369 #define BIAS_MOD_LEVEL_MASK 0x0000ff00
1370 #define BIAS_MOD_LEVEL_SHIFT 8
1371 #define BLMOD_EN 0x00010000
1372 #define BIASMOD_EN 0x00020000
1373
1374 #endif