mach64.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:39k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * ATI Mach64 Register Definitions
  3.  *
  4.  * Copyright (C) 1997 Michael AK Tesch
  5.  *  written with much help from Jon Howell
  6.  *
  7.  * Updated for 3D RAGE PRO and 3D RAGE Mobility by Geert Uytterhoeven
  8.  *
  9.  * This program is free software; you can redistribute it and/or
  10.  * modify it under the terms of the GNU General Public License
  11.  * as published by the Free Software Foundation; either version
  12.  * 2 of the License, or (at your option) any later version.
  13.  */
  14. /*
  15.  * most of the rest of this file comes from ATI sample code
  16.  */
  17. #ifndef REGMACH64_H
  18. #define REGMACH64_H
  19. /* NON-GUI MEMORY MAPPED Registers - expressed in BYTE offsets */
  20. /* Accelerator CRTC */
  21. #define CRTC_H_TOTAL_DISP 0x0000 /* Dword offset 0_00 */
  22. #define CRTC2_H_TOTAL_DISP 0x0000 /* Dword offset 0_00 */
  23. #define CRTC_H_SYNC_STRT_WID 0x0004 /* Dword offset 0_01 */
  24. #define CRTC2_H_SYNC_STRT_WID 0x0004 /* Dword offset 0_01 */
  25. #define CRTC_H_SYNC_STRT 0x0004
  26. #define CRTC2_H_SYNC_STRT 0x0004
  27. #define CRTC_H_SYNC_DLY 0x0005
  28. #define CRTC2_H_SYNC_DLY 0x0005
  29. #define CRTC_H_SYNC_WID 0x0006
  30. #define CRTC2_H_SYNC_WID 0x0006
  31. #define CRTC_V_TOTAL_DISP 0x0008 /* Dword offset 0_02 */
  32. #define CRTC2_V_TOTAL_DISP 0x0008 /* Dword offset 0_02 */
  33. #define CRTC_V_TOTAL 0x0008
  34. #define CRTC2_V_TOTAL 0x0008
  35. #define CRTC_V_DISP 0x000A
  36. #define CRTC2_V_DISP 0x000A
  37. #define CRTC_V_SYNC_STRT_WID 0x000C /* Dword offset 0_03 */
  38. #define CRTC2_V_SYNC_STRT_WID 0x000C /* Dword offset 0_03 */
  39. #define CRTC_V_SYNC_STRT 0x000C
  40. #define CRTC2_V_SYNC_STRT 0x000C
  41. #define CRTC_V_SYNC_WID 0x000E
  42. #define CRTC2_V_SYNC_WID 0x000E
  43. #define CRTC_VLINE_CRNT_VLINE 0x0010 /* Dword offset 0_04 */
  44. #define CRTC2_VLINE_CRNT_VLINE 0x0010 /* Dword offset 0_04 */
  45. #define CRTC_OFF_PITCH 0x0014 /* Dword offset 0_05 */
  46. #define CRTC_OFFSET 0x0014
  47. #define CRTC_PITCH 0x0016
  48. #define CRTC_INT_CNTL 0x0018 /* Dword offset 0_06 */
  49. #define CRTC_GEN_CNTL 0x001C /* Dword offset 0_07 */
  50. #define CRTC_PIX_WIDTH 0x001D
  51. #define CRTC_FIFO 0x001E
  52. #define CRTC_EXT_DISP 0x001F
  53. /* Memory Buffer Control */
  54. #define DSP_CONFIG 0x0020 /* Dword offset 0_08 */
  55. #define PM_DSP_CONFIG 0x0020 /* Dword offset 0_08 (Mobility Only) */
  56. #define DSP_ON_OFF 0x0024 /* Dword offset 0_09 */
  57. #define PM_DSP_ON_OFF 0x0024 /* Dword offset 0_09 (Mobility Only) */
  58. #define TIMER_CONFIG 0x0028 /* Dword offset 0_0A */
  59. #define MEM_BUF_CNTL 0x002C /* Dword offset 0_0B */
  60. #define MEM_ADDR_CONFIG 0x0034 /* Dword offset 0_0D */
  61. /* Accelerator CRTC */
  62. #define CRT_TRAP 0x0038 /* Dword offset 0_0E */
  63. #define I2C_CNTL_0 0x003C /* Dword offset 0_0F */
  64. /* Overscan */
  65. #define OVR_CLR 0x0040 /* Dword offset 0_10 */
  66. #define OVR2_CLR 0x0040 /* Dword offset 0_10 */
  67. #define OVR_WID_LEFT_RIGHT 0x0044 /* Dword offset 0_11 */
  68. #define OVR2_WID_LEFT_RIGHT 0x0044 /* Dword offset 0_11 */
  69. #define OVR_WID_TOP_BOTTOM 0x0048 /* Dword offset 0_12 */
  70. #define OVR2_WID_TOP_BOTTOM 0x0048 /* Dword offset 0_12 */
  71. /* Memory Buffer Control */
  72. #define VGA_DSP_CONFIG 0x004C /* Dword offset 0_13 */
  73. #define PM_VGA_DSP_CONFIG 0x004C /* Dword offset 0_13 (Mobility Only) */
  74. #define VGA_DSP_ON_OFF 0x0050 /* Dword offset 0_14 */
  75. #define PM_VGA_DSP_ON_OFF 0x0050 /* Dword offset 0_14 (Mobility Only) */
  76. #define DSP2_CONFIG 0x0054 /* Dword offset 0_15 */
  77. #define PM_DSP2_CONFIG 0x0054 /* Dword offset 0_15 (Mobility Only) */
  78. #define DSP2_ON_OFF 0x0058 /* Dword offset 0_16 */
  79. #define PM_DSP2_ON_OFF 0x0058 /* Dword offset 0_16 (Mobility Only) */
  80. /* Accelerator CRTC */
  81. #define CRTC2_OFF_PITCH 0x005C /* Dword offset 0_17 */
  82. /* Hardware Cursor */
  83. #define CUR_CLR0 0x0060 /* Dword offset 0_18 */
  84. #define CUR2_CLR0 0x0060 /* Dword offset 0_18 */
  85. #define CUR_CLR1 0x0064 /* Dword offset 0_19 */
  86. #define CUR2_CLR1 0x0064 /* Dword offset 0_19 */
  87. #define CUR_OFFSET 0x0068 /* Dword offset 0_1A */
  88. #define CUR2_OFFSET 0x0068 /* Dword offset 0_1A */
  89. #define CUR_HORZ_VERT_POSN 0x006C /* Dword offset 0_1B */
  90. #define CUR2_HORZ_VERT_POSN 0x006C /* Dword offset 0_1B */
  91. #define CUR_HORZ_VERT_OFF 0x0070 /* Dword offset 0_1C */
  92. #define CUR2_HORZ_VERT_OFF 0x0070 /* Dword offset 0_1C */
  93. #define CONFIG_PANEL_LG 0x0074 /* Dword offset 0_1D */
  94. /* General I/O Control */
  95. #define GP_IO 0x0078 /* Dword offset 0_1E */
  96. /* Test and Debug */
  97. #define HW_DEBUG 0x007C /* Dword offset 0_1F */
  98. /* Scratch Pad and Test */
  99. #define SCRATCH_REG0 0x0080 /* Dword offset 0_20 */
  100. #define SCRATCH_REG1 0x0084 /* Dword offset 0_21 */
  101. #define SCRATCH_REG2 0x0088 /* Dword offset 0_22 */
  102. #define SCRATCH_REG3 0x008C /* Dword offset 0_23 */
  103. /* Clock Control */
  104. #define CLOCK_CNTL 0x0090 /* Dword offset 0_24 */
  105. #define CLOCK_SEL_CNTL 0x0090 /* Dword offset 0_24 */
  106. /* Configuration */
  107. #define CONFIG_STAT1 0x0094 /* Dword offset 0_25 */
  108. #define CONFIG_STAT2 0x0098 /* Dword offset 0_26 */
  109. /* Bus Control */
  110. #define BUS_CNTL 0x00A0 /* Dword offset 0_28 */
  111. #define LCD_INDEX 0x00A4 /* Dword offset 0_29 */
  112. #define LCD_DATA 0x00A8 /* Dword offset 0_2A */
  113. /* Memory Control */
  114. #define EXT_MEM_CNTL 0x00AC /* Dword offset 0_2B */
  115. #define MEM_CNTL 0x00B0 /* Dword offset 0_2C */
  116. #define MEM_VGA_WP_SEL 0x00B4 /* Dword offset 0_2D */
  117. #define MEM_VGA_RP_SEL 0x00B8 /* Dword offset 0_2E */
  118. #define I2C_CNTL_1 0x00BC /* Dword offset 0_2F */
  119. /* DAC Control */
  120. #define DAC_REGS 0x00C0 /* Dword offset 0_30 */
  121. #define DAC_W_INDEX 0x00C0 /* Dword offset 0_30 */
  122. #define DAC_DATA 0x00C1 /* Dword offset 0_30 */
  123. #define DAC_MASK 0x00C2 /* Dword offset 0_30 */
  124. #define DAC_R_INDEX 0x00C3 /* Dword offset 0_30 */
  125. #define DAC_CNTL 0x00C4 /* Dword offset 0_31 */
  126. #define EXT_DAC_REGS 0x00C8 /* Dword offset 0_32 */
  127. /* Test and Debug */
  128. #define GEN_TEST_CNTL 0x00D0 /* Dword offset 0_34 */
  129. /* Custom Macros */
  130. #define CUSTOM_MACRO_CNTL 0x00D4 /* Dword offset 0_35 */
  131. #define LCD_GEN_CNTL_LG 0x00D4 /* Dword offset 0_35 */
  132. #define POWER_MANAGEMENT_LG 0x00D8 /* Dword offset 0_36 (LG) */
  133. /* Configuration */
  134. #define CONFIG_CNTL 0x00DC /* Dword offset 0_37 (CT, ET, VT) */
  135. #define CONFIG_CHIP_ID 0x00E0 /* Dword offset 0_38 */
  136. #define CONFIG_STAT0 0x00E4 /* Dword offset 0_39 */
  137. /* Test and Debug */
  138. #define CRC_SIG 0x00E8 /* Dword offset 0_3A */
  139. #define CRC2_SIG 0x00E8 /* Dword offset 0_3A */
  140. /* GUI MEMORY MAPPED Registers */
  141. /* Draw Engine Destination Trajectory */
  142. #define DST_OFF_PITCH 0x0100 /* Dword offset 0_40 */
  143. #define DST_X 0x0104 /* Dword offset 0_41 */
  144. #define DST_Y 0x0108 /* Dword offset 0_42 */
  145. #define DST_Y_X 0x010C /* Dword offset 0_43 */
  146. #define DST_WIDTH 0x0110 /* Dword offset 0_44 */
  147. #define DST_HEIGHT 0x0114 /* Dword offset 0_45 */
  148. #define DST_HEIGHT_WIDTH 0x0118 /* Dword offset 0_46 */
  149. #define DST_X_WIDTH 0x011C /* Dword offset 0_47 */
  150. #define DST_BRES_LNTH 0x0120 /* Dword offset 0_48 */
  151. #define DST_BRES_ERR 0x0124 /* Dword offset 0_49 */
  152. #define DST_BRES_INC 0x0128 /* Dword offset 0_4A */
  153. #define DST_BRES_DEC 0x012C /* Dword offset 0_4B */
  154. #define DST_CNTL 0x0130 /* Dword offset 0_4C */
  155. #define DST_Y_X__ALIAS__ 0x0134 /* Dword offset 0_4D */
  156. #define TRAIL_BRES_ERR 0x0138 /* Dword offset 0_4E */
  157. #define TRAIL_BRES_INC 0x013C /* Dword offset 0_4F */
  158. #define TRAIL_BRES_DEC 0x0140 /* Dword offset 0_50 */
  159. #define LEAD_BRES_LNTH 0x0144 /* Dword offset 0_51 */
  160. #define Z_OFF_PITCH 0x0148 /* Dword offset 0_52 */
  161. #define Z_CNTL 0x014C /* Dword offset 0_53 */
  162. #define ALPHA_TST_CNTL 0x0150 /* Dword offset 0_54 */
  163. #define SECONDARY_STW_EXP 0x0158 /* Dword offset 0_56 */
  164. #define SECONDARY_S_X_INC 0x015C /* Dword offset 0_57 */
  165. #define SECONDARY_S_Y_INC 0x0160 /* Dword offset 0_58 */
  166. #define SECONDARY_S_START 0x0164 /* Dword offset 0_59 */
  167. #define SECONDARY_W_X_INC 0x0168 /* Dword offset 0_5A */
  168. #define SECONDARY_W_Y_INC 0x016C /* Dword offset 0_5B */
  169. #define SECONDARY_W_START 0x0170 /* Dword offset 0_5C */
  170. #define SECONDARY_T_X_INC 0x0174 /* Dword offset 0_5D */
  171. #define SECONDARY_T_Y_INC 0x0178 /* Dword offset 0_5E */
  172. #define SECONDARY_T_START 0x017C /* Dword offset 0_5F */
  173. /* Draw Engine Source Trajectory */
  174. #define SRC_OFF_PITCH 0x0180 /* Dword offset 0_60 */
  175. #define SRC_X 0x0184 /* Dword offset 0_61 */
  176. #define SRC_Y 0x0188 /* Dword offset 0_62 */
  177. #define SRC_Y_X 0x018C /* Dword offset 0_63 */
  178. #define SRC_WIDTH1 0x0190 /* Dword offset 0_64 */
  179. #define SRC_HEIGHT1 0x0194 /* Dword offset 0_65 */
  180. #define SRC_HEIGHT1_WIDTH1 0x0198 /* Dword offset 0_66 */
  181. #define SRC_X_START 0x019C /* Dword offset 0_67 */
  182. #define SRC_Y_START 0x01A0 /* Dword offset 0_68 */
  183. #define SRC_Y_X_START 0x01A4 /* Dword offset 0_69 */
  184. #define SRC_WIDTH2 0x01A8 /* Dword offset 0_6A */
  185. #define SRC_HEIGHT2 0x01AC /* Dword offset 0_6B */
  186. #define SRC_HEIGHT2_WIDTH2 0x01B0 /* Dword offset 0_6C */
  187. #define SRC_CNTL 0x01B4 /* Dword offset 0_6D */
  188. #define SCALE_OFF 0x01C0 /* Dword offset 0_70 */
  189. #define SECONDARY_SCALE_OFF 0x01C4 /* Dword offset 0_71 */
  190. #define TEX_0_OFF 0x01C0 /* Dword offset 0_70 */
  191. #define TEX_1_OFF 0x01C4 /* Dword offset 0_71 */
  192. #define TEX_2_OFF 0x01C8 /* Dword offset 0_72 */
  193. #define TEX_3_OFF 0x01CC /* Dword offset 0_73 */
  194. #define TEX_4_OFF 0x01D0 /* Dword offset 0_74 */
  195. #define TEX_5_OFF 0x01D4 /* Dword offset 0_75 */
  196. #define TEX_6_OFF 0x01D8 /* Dword offset 0_76 */
  197. #define TEX_7_OFF 0x01DC /* Dword offset 0_77 */
  198. #define SCALE_WIDTH 0x01DC /* Dword offset 0_77 */
  199. #define SCALE_HEIGHT 0x01E0 /* Dword offset 0_78 */
  200. #define TEX_8_OFF 0x01E0 /* Dword offset 0_78 */
  201. #define TEX_9_OFF 0x01E4 /* Dword offset 0_79 */
  202. #define TEX_10_OFF 0x01E8 /* Dword offset 0_7A */
  203. #define S_Y_INC 0x01EC /* Dword offset 0_7B */
  204. #define SCALE_PITCH 0x01EC /* Dword offset 0_7B */
  205. #define SCALE_X_INC 0x01F0 /* Dword offset 0_7C */
  206. #define RED_X_INC 0x01F0 /* Dword offset 0_7C */
  207. #define GREEN_X_INC 0x01F4 /* Dword offset 0_7D */
  208. #define SCALE_Y_INC 0x01F4 /* Dword offset 0_7D */
  209. #define SCALE_VACC 0x01F8 /* Dword offset 0_7E */
  210. #define SCALE_3D_CNTL 0x01FC /* Dword offset 0_7F */
  211. /* Host Data */
  212. #define HOST_DATA0 0x0200 /* Dword offset 0_80 */
  213. #define HOST_DATA1 0x0204 /* Dword offset 0_81 */
  214. #define HOST_DATA2 0x0208 /* Dword offset 0_82 */
  215. #define HOST_DATA3 0x020C /* Dword offset 0_83 */
  216. #define HOST_DATA4 0x0210 /* Dword offset 0_84 */
  217. #define HOST_DATA5 0x0214 /* Dword offset 0_85 */
  218. #define HOST_DATA6 0x0218 /* Dword offset 0_86 */
  219. #define HOST_DATA7 0x021C /* Dword offset 0_87 */
  220. #define HOST_DATA8 0x0220 /* Dword offset 0_88 */
  221. #define HOST_DATA9 0x0224 /* Dword offset 0_89 */
  222. #define HOST_DATAA 0x0228 /* Dword offset 0_8A */
  223. #define HOST_DATAB 0x022C /* Dword offset 0_8B */
  224. #define HOST_DATAC 0x0230 /* Dword offset 0_8C */
  225. #define HOST_DATAD 0x0234 /* Dword offset 0_8D */
  226. #define HOST_DATAE 0x0238 /* Dword offset 0_8E */
  227. #define HOST_DATAF 0x023C /* Dword offset 0_8F */
  228. #define HOST_CNTL 0x0240 /* Dword offset 0_90 */
  229. /* GUI Bus Mastering */
  230. #define BM_HOSTDATA 0x0244 /* Dword offset 0_91 */
  231. #define BM_ADDR 0x0248 /* Dword offset 0_92 */
  232. #define BM_DATA 0x0248 /* Dword offset 0_92 */
  233. #define BM_GUI_TABLE_CMD 0x024C /* Dword offset 0_93 */
  234. /* Pattern */
  235. #define PAT_REG0 0x0280 /* Dword offset 0_A0 */
  236. #define PAT_REG1 0x0284 /* Dword offset 0_A1 */
  237. #define PAT_CNTL 0x0288 /* Dword offset 0_A2 */
  238. /* Scissors */
  239. #define SC_LEFT 0x02A0 /* Dword offset 0_A8 */
  240. #define SC_RIGHT 0x02A4 /* Dword offset 0_A9 */
  241. #define SC_LEFT_RIGHT 0x02A8 /* Dword offset 0_AA */
  242. #define SC_TOP 0x02AC /* Dword offset 0_AB */
  243. #define SC_BOTTOM 0x02B0 /* Dword offset 0_AC */
  244. #define SC_TOP_BOTTOM 0x02B4 /* Dword offset 0_AD */
  245. /* Data Path */
  246. #define USR1_DST_OFF_PITCH 0x02B8 /* Dword offset 0_AE */
  247. #define USR2_DST_OFF_PITCH 0x02BC /* Dword offset 0_AF */
  248. #define DP_BKGD_CLR 0x02C0 /* Dword offset 0_B0 */
  249. #define DP_FOG_CLR 0x02C4 /* Dword offset 0_B1 */
  250. #define DP_FRGD_CLR 0x02C4 /* Dword offset 0_B1 */
  251. #define DP_WRITE_MASK 0x02C8 /* Dword offset 0_B2 */
  252. #define DP_CHAIN_MASK 0x02CC /* Dword offset 0_B3 */
  253. #define DP_PIX_WIDTH 0x02D0 /* Dword offset 0_B4 */
  254. #define DP_MIX 0x02D4 /* Dword offset 0_B5 */
  255. #define DP_SRC 0x02D8 /* Dword offset 0_B6 */
  256. #define DP_FRGD_CLR_MIX 0x02DC /* Dword offset 0_B7 */
  257. #define DP_FRGD_BKGD_CLR 0x02E0 /* Dword offset 0_B8 */
  258. /* Draw Engine Destination Trajectory */
  259. #define DST_X_Y 0x02E8 /* Dword offset 0_BA */
  260. #define DST_WIDTH_HEIGHT 0x02EC /* Dword offset 0_BB */
  261. /* Data Path */
  262. #define USR_DST_PICTH 0x02F0 /* Dword offset 0_BC */
  263. #define DP_SET_GUI_ENGINE2 0x02F8 /* Dword offset 0_BE */
  264. #define DP_SET_GUI_ENGINE 0x02FC /* Dword offset 0_BF */
  265. /* Color Compare */
  266. #define CLR_CMP_CLR 0x0300 /* Dword offset 0_C0 */
  267. #define CLR_CMP_MASK 0x0304 /* Dword offset 0_C1 */
  268. #define CLR_CMP_CNTL 0x0308 /* Dword offset 0_C2 */
  269. /* Command FIFO */
  270. #define FIFO_STAT 0x0310 /* Dword offset 0_C4 */
  271. #define CONTEXT_MASK 0x0320 /* Dword offset 0_C8 */
  272. #define CONTEXT_LOAD_CNTL 0x032C /* Dword offset 0_CB */
  273. /* Engine Control */
  274. #define GUI_TRAJ_CNTL 0x0330 /* Dword offset 0_CC */
  275. /* Engine Status/FIFO */
  276. #define GUI_STAT 0x0338 /* Dword offset 0_CE */
  277. #define TEX_PALETTE_INDEX 0x0340 /* Dword offset 0_D0 */
  278. #define STW_EXP 0x0344 /* Dword offset 0_D1 */
  279. #define LOG_MAX_INC 0x0348 /* Dword offset 0_D2 */
  280. #define S_X_INC 0x034C /* Dword offset 0_D3 */
  281. #define S_Y_INC__ALIAS__ 0x0350 /* Dword offset 0_D4 */
  282. #define SCALE_PITCH__ALIAS__ 0x0350 /* Dword offset 0_D4 */
  283. #define S_START 0x0354 /* Dword offset 0_D5 */
  284. #define W_X_INC 0x0358 /* Dword offset 0_D6 */
  285. #define W_Y_INC 0x035C /* Dword offset 0_D7 */
  286. #define W_START 0x0360 /* Dword offset 0_D8 */
  287. #define T_X_INC 0x0364 /* Dword offset 0_D9 */
  288. #define T_Y_INC 0x0368 /* Dword offset 0_DA */
  289. #define SECONDARY_SCALE_PITCH 0x0368 /* Dword offset 0_DA */
  290. #define T_START 0x036C /* Dword offset 0_DB */
  291. #define TEX_SIZE_PITCH 0x0370 /* Dword offset 0_DC */
  292. #define TEX_CNTL 0x0374 /* Dword offset 0_DD */
  293. #define SECONDARY_TEX_OFFSET 0x0378 /* Dword offset 0_DE */
  294. #define TEX_PALETTE 0x037C /* Dword offset 0_DF */
  295. #define SCALE_PITCH_BOTH 0x0380 /* Dword offset 0_E0 */
  296. #define SECONDARY_SCALE_OFF_ACC 0x0384 /* Dword offset 0_E1 */
  297. #define SCALE_OFF_ACC 0x0388 /* Dword offset 0_E2 */
  298. #define SCALE_DST_Y_X 0x038C /* Dword offset 0_E3 */
  299. /* Draw Engine Destination Trajectory */
  300. #define COMPOSITE_SHADOW_ID 0x0398 /* Dword offset 0_E6 */
  301. #define SECONDARY_SCALE_X_INC 0x039C /* Dword offset 0_E7 */
  302. #define SPECULAR_RED_X_INC 0x039C /* Dword offset 0_E7 */
  303. #define SPECULAR_RED_Y_INC 0x03A0 /* Dword offset 0_E8 */
  304. #define SPECULAR_RED_START 0x03A4 /* Dword offset 0_E9 */
  305. #define SECONDARY_SCALE_HACC 0x03A4 /* Dword offset 0_E9 */
  306. #define SPECULAR_GREEN_X_INC 0x03A8 /* Dword offset 0_EA */
  307. #define SPECULAR_GREEN_Y_INC 0x03AC /* Dword offset 0_EB */
  308. #define SPECULAR_GREEN_START 0x03B0 /* Dword offset 0_EC */
  309. #define SPECULAR_BLUE_X_INC 0x03B4 /* Dword offset 0_ED */
  310. #define SPECULAR_BLUE_Y_INC 0x03B8 /* Dword offset 0_EE */
  311. #define SPECULAR_BLUE_START 0x03BC /* Dword offset 0_EF */
  312. #define SCALE_X_INC__ALIAS__ 0x03C0 /* Dword offset 0_F0 */
  313. #define RED_X_INC__ALIAS__ 0x03C0 /* Dword offset 0_F0 */
  314. #define RED_Y_INC 0x03C4 /* Dword offset 0_F1 */
  315. #define RED_START 0x03C8 /* Dword offset 0_F2 */
  316. #define SCALE_HACC 0x03C8 /* Dword offset 0_F2 */
  317. #define SCALE_Y_INC__ALIAS__ 0x03CC /* Dword offset 0_F3 */
  318. #define GREEN_X_INC__ALIAS__ 0x03CC /* Dword offset 0_F3 */
  319. #define GREEN_Y_INC 0x03D0 /* Dword offset 0_F4 */
  320. #define SECONDARY_SCALE_Y_INC 0x03D0 /* Dword offset 0_F4 */
  321. #define SECONDARY_SCALE_VACC 0x03D4 /* Dword offset 0_F5 */
  322. #define GREEN_START 0x03D4 /* Dword offset 0_F5 */
  323. #define BLUE_X_INC 0x03D8 /* Dword offset 0_F6 */
  324. #define BLUE_Y_INC 0x03DC /* Dword offset 0_F7 */
  325. #define BLUE_START 0x03E0 /* Dword offset 0_F8 */
  326. #define Z_X_INC 0x03E4 /* Dword offset 0_F9 */
  327. #define Z_Y_INC 0x03E8 /* Dword offset 0_FA */
  328. #define Z_START 0x03EC /* Dword offset 0_FB */
  329. #define ALPHA_X_INC 0x03F0 /* Dword offset 0_FC */
  330. #define FOG_X_INC 0x03F0 /* Dword offset 0_FC */
  331. #define ALPHA_Y_INC 0x03F4 /* Dword offset 0_FD */
  332. #define FOG_Y_INC 0x03F4 /* Dword offset 0_FD */
  333. #define ALPHA_START 0x03F8 /* Dword offset 0_FE */
  334. #define FOG_START 0x03F8 /* Dword offset 0_FE */
  335. #define OVERLAY_Y_X_START 0x0400 /* Dword offset 1_00 */
  336. #define OVERLAY_Y_X_END 0x0404 /* Dword offset 1_01 */
  337. #define OVERLAY_VIDEO_KEY_CLR 0x0408 /* Dword offset 1_02 */
  338. #define OVERLAY_VIDEO_KEY_MSK 0x040C /* Dword offset 1_03 */
  339. #define OVERLAY_GRAPHICS_KEY_CLR 0x0410 /* Dword offset 1_04 */
  340. #define OVERLAY_GRAPHICS_KEY_MSK 0x0414 /* Dword offset 1_05 */
  341. #define OVERLAY_KEY_CNTL 0x0418 /* Dword offset 1_06 */
  342. #define OVERLAY_SCALE_INC 0x0420 /* Dword offset 1_08 */
  343. #define OVERLAY_SCALE_CNTL 0x0424 /* Dword offset 1_09 */
  344. #define SCALER_HEIGHT_WIDTH 0x0428 /* Dword offset 1_0A */
  345. #define SCALER_TEST 0x042C /* Dword offset 1_0B */
  346. #define SCALER_BUF0_OFFSET 0x0434 /* Dword offset 1_0D */
  347. #define SCALER_BUF1_OFFSET 0x0438 /* Dword offset 1_0E */
  348. #define SCALE_BUF_PITCH 0x043C /* Dword offset 1_0F */
  349. #define CAPTURE_START_END 0x0440 /* Dword offset 1_10 */
  350. #define CAPTURE_X_WIDTH 0x0444 /* Dword offset 1_11 */
  351. #define VIDEO_FORMAT 0x0448 /* Dword offset 1_12 */
  352. #define VBI_START_END 0x044C /* Dword offset 1_13 */
  353. #define CAPTURE_CONFIG 0x0450 /* Dword offset 1_14 */
  354. #define TRIG_CNTL 0x0454 /* Dword offset 1_15 */
  355. #define OVERLAY_EXCLUSIVE_HORZ 0x0458 /* Dword offset 1_16 */
  356. #define OVERLAY_EXCLUSIVE_VERT 0x045C /* Dword offset 1_17 */
  357. #define VAL_WIDTH 0x0460 /* Dword offset 1_18 */
  358. #define CAPTURE_DEBUG 0x0464 /* Dword offset 1_19 */
  359. #define VIDEO_SYNC_TEST 0x0468 /* Dword offset 1_1A */
  360. /* GenLocking */
  361. #define SNAPSHOT_VH_COUNTS 0x0470 /* Dword offset 1_1C */
  362. #define SNAPSHOT_F_COUNT 0x0474 /* Dword offset 1_1D */
  363. #define N_VIF_COUNT 0x0478 /* Dword offset 1_1E */
  364. #define SNAPSHOT_VIF_COUNT 0x047C /* Dword offset 1_1F */
  365. #define CAPTURE_BUF0_OFFSET 0x0480 /* Dword offset 1_20 */
  366. #define CAPTURE_BUF1_OFFSET 0x0484 /* Dword offset 1_21 */
  367. #define CAPTURE_BUF_PITCH 0x0488 /* Dword offset 1_22 */
  368. /* GenLocking */
  369. #define SNAPSHOT2_VH_COUNTS 0x04B0 /* Dword offset 1_2C */
  370. #define SNAPSHOT2_F_COUNT 0x04B4 /* Dword offset 1_2D */
  371. #define N_VIF2_COUNT 0x04B8 /* Dword offset 1_2E */
  372. #define SNAPSHOT2_VIF_COUNT 0x04BC /* Dword offset 1_2F */
  373. #define MPP_CONFIG 0x04C0 /* Dword offset 1_30 */
  374. #define MPP_STROBE_SEQ 0x04C4 /* Dword offset 1_31 */
  375. #define MPP_ADDR 0x04C8 /* Dword offset 1_32 */
  376. #define MPP_DATA 0x04CC /* Dword offset 1_33 */
  377. #define TVO_CNTL 0x0500 /* Dword offset 1_40 */
  378. /* Test and Debug */
  379. #define CRT_HORZ_VERT_LOAD 0x0544 /* Dword offset 1_51 */
  380. /* AGP */
  381. #define AGP_BASE 0x0548 /* Dword offset 1_52 */
  382. #define AGP_CNTL 0x054C /* Dword offset 1_53 */
  383. #define SCALER_COLOUR_CNTL 0x0550 /* Dword offset 1_54 */
  384. #define SCALER_H_COEFF0 0x0554 /* Dword offset 1_55 */
  385. #define SCALER_H_COEFF1 0x0558 /* Dword offset 1_56 */
  386. #define SCALER_H_COEFF2 0x055C /* Dword offset 1_57 */
  387. #define SCALER_H_COEFF3 0x0560 /* Dword offset 1_58 */
  388. #define SCALER_H_COEFF4 0x0564 /* Dword offset 1_59 */
  389. /* Command FIFO */
  390. #define GUI_CMDFIFO_DEBUG 0x0570 /* Dword offset 1_5C */
  391. #define GUI_CMDFIFO_DATA 0x0574 /* Dword offset 1_5D */
  392. #define GUI_CNTL 0x0578 /* Dword offset 1_5E */
  393. /* Bus Mastering */
  394. #define BM_FRAME_BUF_OFFSET 0x0580 /* Dword offset 1_60 */
  395. #define BM_SYSTEM_MEM_ADDR 0x0584 /* Dword offset 1_61 */
  396. #define BM_COMMAND 0x0588 /* Dword offset 1_62 */
  397. #define BM_STATUS 0x058C /* Dword offset 1_63 */
  398. #define BM_GUI_TABLE 0x05B8 /* Dword offset 1_6E */
  399. #define BM_SYSTEM_TABLE 0x05BC /* Dword offset 1_6F */
  400. #define SCALER_BUF0_OFFSET_U 0x05D4 /* Dword offset 1_75 */
  401. #define SCALER_BUF0_OFFSET_V 0x05D8 /* Dword offset 1_76 */
  402. #define SCALER_BUF1_OFFSET_U 0x05DC /* Dword offset 1_77 */
  403. #define SCALER_BUF1_OFFSET_V 0x05E0 /* Dword offset 1_78 */
  404. /* Setup Engine */
  405. #define VERTEX_1_S 0x0640 /* Dword offset 1_90 */
  406. #define VERTEX_1_T 0x0644 /* Dword offset 1_91 */
  407. #define VERTEX_1_W 0x0648 /* Dword offset 1_92 */
  408. #define VERTEX_1_SPEC_ARGB 0x064C /* Dword offset 1_93 */
  409. #define VERTEX_1_Z 0x0650 /* Dword offset 1_94 */
  410. #define VERTEX_1_ARGB 0x0654 /* Dword offset 1_95 */
  411. #define VERTEX_1_X_Y 0x0658 /* Dword offset 1_96 */
  412. #define ONE_OVER_AREA 0x065C /* Dword offset 1_97 */
  413. #define VERTEX_2_S 0x0660 /* Dword offset 1_98 */
  414. #define VERTEX_2_T 0x0664 /* Dword offset 1_99 */
  415. #define VERTEX_2_W 0x0668 /* Dword offset 1_9A */
  416. #define VERTEX_2_SPEC_ARGB 0x066C /* Dword offset 1_9B */
  417. #define VERTEX_2_Z 0x0670 /* Dword offset 1_9C */
  418. #define VERTEX_2_ARGB 0x0674 /* Dword offset 1_9D */
  419. #define VERTEX_2_X_Y 0x0678 /* Dword offset 1_9E */
  420. #define ONE_OVER_AREA 0x065C /* Dword offset 1_9F */
  421. #define VERTEX_3_S 0x0680 /* Dword offset 1_A0 */
  422. #define VERTEX_3_T 0x0684 /* Dword offset 1_A1 */
  423. #define VERTEX_3_W 0x0688 /* Dword offset 1_A2 */
  424. #define VERTEX_3_SPEC_ARGB 0x068C /* Dword offset 1_A3 */
  425. #define VERTEX_3_Z 0x0690 /* Dword offset 1_A4 */
  426. #define VERTEX_3_ARGB 0x0694 /* Dword offset 1_A5 */
  427. #define VERTEX_3_X_Y 0x0698 /* Dword offset 1_A6 */
  428. #define ONE_OVER_AREA 0x065C /* Dword offset 1_A7 */
  429. #define VERTEX_1_S 0x0640 /* Dword offset 1_AB */
  430. #define VERTEX_1_T 0x0644 /* Dword offset 1_AC */
  431. #define VERTEX_1_W 0x0648 /* Dword offset 1_AD */
  432. #define VERTEX_2_S 0x0660 /* Dword offset 1_AE */
  433. #define VERTEX_2_T 0x0664 /* Dword offset 1_AF */
  434. #define VERTEX_2_W 0x0668 /* Dword offset 1_B0 */
  435. #define VERTEX_3_SECONDARY_S 0x06C0 /* Dword offset 1_B0 */
  436. #define VERTEX_3_S 0x0680 /* Dword offset 1_B1 */
  437. #define VERTEX_3_SECONDARY_T 0x06C4 /* Dword offset 1_B1 */
  438. #define VERTEX_3_T 0x0684 /* Dword offset 1_B2 */
  439. #define VERTEX_3_SECONDARY_W 0x06C8 /* Dword offset 1_B2 */
  440. #define VERTEX_3_W 0x0688 /* Dword offset 1_B3 */
  441. #define VERTEX_1_SPEC_ARGB 0x064C /* Dword offset 1_B4 */
  442. #define VERTEX_2_SPEC_ARGB 0x066C /* Dword offset 1_B5 */
  443. #define VERTEX_3_SPEC_ARGB 0x068C /* Dword offset 1_B6 */
  444. #define VERTEX_1_Z 0x0650 /* Dword offset 1_B7 */
  445. #define VERTEX_2_Z 0x0670 /* Dword offset 1_B8 */
  446. #define VERTEX_3_Z 0x0690 /* Dword offset 1_B9 */
  447. #define VERTEX_1_ARGB 0x0654 /* Dword offset 1_BA */
  448. #define VERTEX_2_ARGB 0x0674 /* Dword offset 1_BB */
  449. #define VERTEX_3_ARGB 0x0694 /* Dword offset 1_BC */
  450. #define VERTEX_1_X_Y 0x0658 /* Dword offset 1_BD */
  451. #define VERTEX_2_X_Y 0x0678 /* Dword offset 1_BE */
  452. #define VERTEX_3_X_Y 0x0698 /* Dword offset 1_BF */
  453. #define ONE_OVER_AREA_UC 0x0700 /* Dword offset 1_C0 */
  454. #define SETUP_CNTL 0x0704 /* Dword offset 1_C1 */
  455. #define VERTEX_1_SECONDARY_S 0x0728 /* Dword offset 1_CA */
  456. #define VERTEX_1_SECONDARY_T 0x072C /* Dword offset 1_CB */
  457. #define VERTEX_1_SECONDARY_W 0x0730 /* Dword offset 1_CC */
  458. #define VERTEX_2_SECONDARY_S 0x0734 /* Dword offset 1_CD */
  459. #define VERTEX_2_SECONDARY_T 0x0738 /* Dword offset 1_CE */
  460. #define VERTEX_2_SECONDARY_W 0x073C /* Dword offset 1_CF */
  461. #define GTC_3D_RESET_DELAY 3 /* 3D engine reset delay in ms */
  462. /* CRTC control values (mostly CRTC_GEN_CNTL) */
  463. #define CRTC_H_SYNC_NEG 0x00200000
  464. #define CRTC_V_SYNC_NEG 0x00200000
  465. #define CRTC_DBL_SCAN_EN 0x00000001
  466. #define CRTC_INTERLACE_EN 0x00000002
  467. #define CRTC_HSYNC_DIS 0x00000004
  468. #define CRTC_VSYNC_DIS 0x00000008
  469. #define CRTC_CSYNC_EN 0x00000010
  470. #define CRTC_PIX_BY_2_EN 0x00000020 /* unused on RAGE */
  471. #define CRTC_DISPLAY_DIS 0x00000040
  472. #define CRTC_VGA_XOVERSCAN 0x00000040
  473. #define CRTC_PIX_WIDTH_MASK 0x00000700
  474. #define CRTC_PIX_WIDTH_4BPP 0x00000100
  475. #define CRTC_PIX_WIDTH_8BPP 0x00000200
  476. #define CRTC_PIX_WIDTH_15BPP 0x00000300
  477. #define CRTC_PIX_WIDTH_16BPP 0x00000400
  478. #define CRTC_PIX_WIDTH_24BPP 0x00000500
  479. #define CRTC_PIX_WIDTH_32BPP 0x00000600
  480. #define CRTC_BYTE_PIX_ORDER 0x00000800
  481. #define CRTC_PIX_ORDER_MSN_LSN 0x00000000
  482. #define CRTC_PIX_ORDER_LSN_MSN 0x00000800
  483. #define CRTC_FIFO_LWM 0x000f0000
  484. #define VGA_128KAP_PAGING 0x00100000
  485. #define VFC_SYNC_TRISTATE 0x00200000
  486. #define CRTC_LOCK_REGS 0x00400000
  487. #define CRTC_SYNC_TRISTATE 0x00800000
  488. #define CRTC_EXT_DISP_EN 0x01000000
  489. #define CRTC_ENABLE 0x02000000
  490. #define CRTC_DISP_REQ_ENB 0x04000000
  491. #define VGA_ATI_LINEAR 0x08000000
  492. #define CRTC_VSYNC_FALL_EDGE 0x10000000
  493. #define VGA_TEXT_132 0x20000000
  494. #define VGA_XCRT_CNT_EN 0x40000000
  495. #define VGA_CUR_B_TEST 0x80000000
  496. #define CRTC_CRNT_VLINE 0x07f00000
  497. #define CRTC_VBLANK 0x00000001
  498. /* DAC control values */
  499. #define DAC_EXT_SEL_RS2 0x01
  500. #define DAC_EXT_SEL_RS3 0x02
  501. #define DAC_8BIT_EN 0x00000100
  502. #define DAC_PIX_DLY_MASK 0x00000600
  503. #define DAC_PIX_DLY_0NS 0x00000000
  504. #define DAC_PIX_DLY_2NS 0x00000200
  505. #define DAC_PIX_DLY_4NS 0x00000400
  506. #define DAC_BLANK_ADJ_MASK 0x00001800
  507. #define DAC_BLANK_ADJ_0 0x00000000
  508. #define DAC_BLANK_ADJ_1 0x00000800
  509. #define DAC_BLANK_ADJ_2 0x00001000
  510. /* Mix control values */
  511. #define MIX_NOT_DST 0x0000
  512. #define MIX_0 0x0001
  513. #define MIX_1 0x0002
  514. #define MIX_DST 0x0003
  515. #define MIX_NOT_SRC 0x0004
  516. #define MIX_XOR 0x0005
  517. #define MIX_XNOR 0x0006
  518. #define MIX_SRC 0x0007
  519. #define MIX_NAND 0x0008
  520. #define MIX_NOT_SRC_OR_DST 0x0009
  521. #define MIX_SRC_OR_NOT_DST 0x000a
  522. #define MIX_OR 0x000b
  523. #define MIX_AND 0x000c
  524. #define MIX_SRC_AND_NOT_DST 0x000d
  525. #define MIX_NOT_SRC_AND_DST 0x000e
  526. #define MIX_NOR 0x000f
  527. /* Maximum engine dimensions */
  528. #define ENGINE_MIN_X 0
  529. #define ENGINE_MIN_Y 0
  530. #define ENGINE_MAX_X 4095
  531. #define ENGINE_MAX_Y 16383
  532. /* Mach64 engine bit constants - these are typically ORed together */
  533. /* BUS_CNTL register constants */
  534. #define BUS_FIFO_ERR_ACK 0x00200000
  535. #define BUS_HOST_ERR_ACK 0x00800000
  536. /* GEN_TEST_CNTL register constants */
  537. #define GEN_OVR_OUTPUT_EN 0x20
  538. #define HWCURSOR_ENABLE 0x80
  539. #define GUI_ENGINE_ENABLE 0x100
  540. #define BLOCK_WRITE_ENABLE 0x200
  541. /* DSP_CONFIG register constants */
  542. #define DSP_XCLKS_PER_QW 0x00003fff
  543. #define DSP_LOOP_LATENCY 0x000f0000
  544. #define DSP_PRECISION 0x00700000
  545. /* DSP_ON_OFF register constants */
  546. #define DSP_OFF 0x000007ff
  547. #define DSP_ON 0x07ff0000
  548. /* CLOCK_CNTL register constants */
  549. #define CLOCK_SEL 0x0f
  550. #define CLOCK_DIV 0x30
  551. #define CLOCK_DIV1 0x00
  552. #define CLOCK_DIV2 0x10
  553. #define CLOCK_DIV4 0x20
  554. #define CLOCK_STROBE 0x40
  555. #define PLL_WR_EN 0x02
  556. /* PLL register indices */
  557. #define MPLL_CNTL 0x00
  558. #define VPLL_CNTL 0x01
  559. #define PLL_REF_DIV 0x02
  560. #define PLL_GEN_CNTL 0x03
  561. #define MCLK_FB_DIV 0x04
  562. #define PLL_VCLK_CNTL 0x05
  563. #define VCLK_POST_DIV 0x06
  564. #define VCLK0_FB_DIV 0x07
  565. #define VCLK1_FB_DIV 0x08
  566. #define VCLK2_FB_DIV 0x09
  567. #define VCLK3_FB_DIV 0x0A
  568. #define PLL_EXT_CNTL 0x0B
  569. #define DLL_CNTL 0x0C
  570. #define DLL1_CNTL 0x0C
  571. #define VFC_CNTL 0x0D
  572. #define PLL_TEST_CNTL 0x0E
  573. #define PLL_TEST_COUNT 0x0F
  574. #define LVDS_CNTL0 0x10
  575. #define LVDS_CNTL1 0x11
  576. #define AGP1_CNTL 0x12
  577. #define AGP2_CNTL 0x13
  578. #define DLL2_CNTL 0x14
  579. #define SCLK_FB_DIV 0x15
  580. #define SPLL_CNTL1 0x16
  581. #define SPLL_CNTL2 0x17
  582. #define APLL_STRAPS 0x18
  583. #define EXT_VPLL_CNTL 0x19
  584. #define EXT_VPLL_REF_DIV 0x1A
  585. #define EXT_VPLL_FB_DIV 0x1B
  586. #define EXT_VPLL_MSB 0x1C
  587. #define HTOTAL_CNTL 0x1D
  588. #define BYTE_CLK_CNTL 0x1E
  589. #define TV_PLL_CNTL1 0x1F
  590. #define TV_PLL_CNTL2 0x20
  591. #define TV_PLL_CNTL 0x21
  592. #define EXT_TV_PLL 0x22
  593. #define V2PLL_CNTL 0x23
  594. #define PLL_V2CLK_CNTL 0x24
  595. #define EXT_V2PLL_REF_DIV 0x25
  596. #define EXT_V2PLL_FB_DIV 0x26
  597. #define EXT_V2PLL_MSB 0x27
  598. #define HTOTAL2_CNTL 0x28
  599. #define PLL_YCLK_CNTL 0x29
  600. #define PM_DYN_CLK_CNTL 0x2A
  601. /* Fields in PLL registers */
  602. #define PLL_PC_GAIN 0x07
  603. #define PLL_VC_GAIN 0x18
  604. #define PLL_DUTY_CYC 0xE0
  605. #define PLL_OVERRIDE 0x01
  606. #define PLL_MCLK_RST 0x02
  607. #define OSC_EN 0x04
  608. #define EXT_CLK_EN 0x08
  609. #define MCLK_SRC_SEL 0x70
  610. #define EXT_CLK_CNTL 0x80
  611. #define VCLK_SRC_SEL 0x03
  612. #define PLL_VCLK_RST 0x04
  613. #define VCLK_INVERT 0x08
  614. #define VCLK0_POST 0x03
  615. #define VCLK1_POST 0x0C
  616. #define VCLK2_POST 0x30
  617. #define VCLK3_POST 0xC0
  618. /* CONFIG_CNTL register constants */
  619. #define APERTURE_4M_ENABLE 1
  620. #define APERTURE_8M_ENABLE 2
  621. #define VGA_APERTURE_ENABLE 4
  622. /* CONFIG_STAT0 register constants (GX, CX) */
  623. #define CFG_BUS_TYPE 0x00000007
  624. #define CFG_MEM_TYPE 0x00000038
  625. #define CFG_INIT_DAC_TYPE 0x00000e00
  626. /* CONFIG_STAT0 register constants (CT, ET, VT) */
  627. #define CFG_MEM_TYPE_xT 0x00000007
  628. #define ISA 0
  629. #define EISA 1
  630. #define LOCAL_BUS 6
  631. #define PCI 7
  632. /* Memory types for GX, CX */
  633. #define DRAMx4 0
  634. #define VRAMx16 1
  635. #define VRAMx16ssr 2
  636. #define DRAMx16 3
  637. #define GraphicsDRAMx16 4
  638. #define EnhancedVRAMx16 5
  639. #define EnhancedVRAMx16ssr 6
  640. /* Memory types for CT, ET, VT, GT */
  641. #define DRAM 1
  642. #define EDO 2
  643. #define PSEUDO_EDO 3
  644. #define SDRAM 4
  645. #define SGRAM 5
  646. #define WRAM 6
  647. #define DAC_INTERNAL 0x00
  648. #define DAC_IBMRGB514 0x01
  649. #define DAC_ATI68875 0x02
  650. #define DAC_TVP3026_A 0x72
  651. #define DAC_BT476 0x03
  652. #define DAC_BT481 0x04
  653. #define DAC_ATT20C491 0x14
  654. #define DAC_SC15026 0x24
  655. #define DAC_MU9C1880 0x34
  656. #define DAC_IMSG174 0x44
  657. #define DAC_ATI68860_B 0x05
  658. #define DAC_ATI68860_C 0x15
  659. #define DAC_TVP3026_B 0x75
  660. #define DAC_STG1700 0x06
  661. #define DAC_ATT498 0x16
  662. #define DAC_STG1702 0x07
  663. #define DAC_SC15021 0x17
  664. #define DAC_ATT21C498 0x27
  665. #define DAC_STG1703 0x37
  666. #define DAC_CH8398 0x47
  667. #define DAC_ATT20C408 0x57
  668. #define CLK_ATI18818_0 0
  669. #define CLK_ATI18818_1 1
  670. #define CLK_STG1703 2
  671. #define CLK_CH8398 3
  672. #define CLK_INTERNAL 4
  673. #define CLK_ATT20C408 5
  674. #define CLK_IBMRGB514 6
  675. /* MEM_CNTL register constants */
  676. #define MEM_SIZE_ALIAS 0x00000007
  677. #define MEM_SIZE_512K 0x00000000
  678. #define MEM_SIZE_1M 0x00000001
  679. #define MEM_SIZE_2M 0x00000002
  680. #define MEM_SIZE_4M 0x00000003
  681. #define MEM_SIZE_6M 0x00000004
  682. #define MEM_SIZE_8M 0x00000005
  683. #define MEM_SIZE_ALIAS_GTB 0x0000000F
  684. #define MEM_SIZE_2M_GTB 0x00000003
  685. #define MEM_SIZE_4M_GTB 0x00000007
  686. #define MEM_SIZE_6M_GTB 0x00000009
  687. #define MEM_SIZE_8M_GTB 0x0000000B
  688. #define MEM_BNDRY 0x00030000
  689. #define MEM_BNDRY_0K 0x00000000
  690. #define MEM_BNDRY_256K 0x00010000
  691. #define MEM_BNDRY_512K 0x00020000
  692. #define MEM_BNDRY_1M 0x00030000
  693. #define MEM_BNDRY_EN 0x00040000
  694. /* ATI PCI constants */
  695. #define PCI_ATI_VENDOR_ID 0x1002
  696. /* CONFIG_CHIP_ID register constants */
  697. #define CFG_CHIP_TYPE 0x0000FFFF
  698. #define CFG_CHIP_CLASS 0x00FF0000
  699. #define CFG_CHIP_REV 0xFF000000
  700. #define CFG_CHIP_MAJOR 0x07000000
  701. #define CFG_CHIP_FND_ID 0x38000000
  702. #define CFG_CHIP_MINOR 0xC0000000
  703. /* Chip IDs read from CONFIG_CHIP_ID */
  704. /* mach64GX family */
  705. #define GX_CHIP_ID 0xD7 /* mach64GX (ATI888GX00) */
  706. #define CX_CHIP_ID 0x57 /* mach64CX (ATI888CX00) */
  707. #define GX_PCI_ID 0x4758 /* mach64GX (ATI888GX00) */
  708. #define CX_PCI_ID 0x4358 /* mach64CX (ATI888CX00) */
  709. /* mach64CT family */
  710. #define CT_CHIP_ID 0x4354 /* mach64CT (ATI264CT) */
  711. #define ET_CHIP_ID 0x4554 /* mach64ET (ATI264ET) */
  712. /* mach64CT family / mach64VT class */
  713. #define VT_CHIP_ID 0x5654 /* mach64VT (ATI264VT) */
  714. #define VU_CHIP_ID 0x5655 /* mach64VTB (ATI264VTB) */
  715. #define VV_CHIP_ID 0x5656 /* mach64VT4 (ATI264VT4) */
  716. /* mach64CT family / mach64GT (3D RAGE) class */
  717. #define LB_CHIP_ID 0x4c42 /* RAGE LT PRO, AGP */
  718. #define LD_CHIP_ID 0x4c44 /* RAGE LT PRO */
  719. #define LG_CHIP_ID 0x4c47 /* RAGE LT */
  720. #define LI_CHIP_ID 0x4c49 /* RAGE LT PRO */
  721. #define LP_CHIP_ID 0x4c50 /* RAGE LT PRO */
  722. #define LT_CHIP_ID 0x4c54 /* RAGE LT */
  723. #define XL_CHIP_ID 0x4752 /* RAGE (XL) */
  724. #define GT_CHIP_ID 0x4754 /* RAGE (GT) */
  725. #define GU_CHIP_ID 0x4755 /* RAGE II/II+ (GTB) */
  726. #define GV_CHIP_ID 0x4756 /* RAGE IIC, PCI */
  727. #define GW_CHIP_ID 0x4757 /* RAGE IIC, AGP */
  728. #define GZ_CHIP_ID 0x475a /* RAGE IIC, AGP */
  729. #define GB_CHIP_ID 0x4742 /* RAGE PRO, BGA, AGP 1x and 2x */
  730. #define GD_CHIP_ID 0x4744 /* RAGE PRO, BGA, AGP 1x only */
  731. #define GI_CHIP_ID 0x4749 /* RAGE PRO, BGA, PCI33 only */
  732. #define GP_CHIP_ID 0x4750 /* RAGE PRO, PQFP, PCI33, full 3D */
  733. #define GQ_CHIP_ID 0x4751 /* RAGE PRO, PQFP, PCI33, limited 3D */
  734. #define LM_CHIP_ID 0x4c4d /* RAGE Mobility PCI */
  735. #define LN_CHIP_ID 0x4c4e /* RAGE Mobility AGP */
  736. /* Mach64 major ASIC revisions */
  737. #define MACH64_ASIC_NEC_VT_A3 0x08
  738. #define MACH64_ASIC_NEC_VT_A4 0x48
  739. #define MACH64_ASIC_SGS_VT_A4 0x40
  740. #define MACH64_ASIC_SGS_VT_B1S1 0x01
  741. #define MACH64_ASIC_SGS_GT_B1S1 0x01
  742. #define MACH64_ASIC_SGS_GT_B1S2 0x41
  743. #define MACH64_ASIC_UMC_GT_B2U1 0x1a
  744. #define MACH64_ASIC_UMC_GT_B2U2 0x5a
  745. #define MACH64_ASIC_UMC_VT_B2U3 0x9a
  746. #define MACH64_ASIC_UMC_GT_B2U3 0x9a
  747. #define MACH64_ASIC_UMC_R3B_D_P_A1 0x1b
  748. #define MACH64_ASIC_UMC_R3B_D_P_A2 0x5b
  749. #define MACH64_ASIC_UMC_R3B_D_P_A3 0x1c
  750. #define MACH64_ASIC_UMC_R3B_D_P_A4 0x5c
  751. /* Mach64 foundries */
  752. #define MACH64_FND_SGS 0
  753. #define MACH64_FND_NEC 1
  754. #define MACH64_FND_UMC 3
  755. /* Mach64 chip types */
  756. #define MACH64_UNKNOWN 0
  757. #define MACH64_GX 1
  758. #define MACH64_CX 2
  759. #define MACH64_CT 3
  760. #define MACH64_ET 4
  761. #define MACH64_VT 5
  762. #define MACH64_GT 6
  763. /* DST_CNTL register constants */
  764. #define DST_X_RIGHT_TO_LEFT 0
  765. #define DST_X_LEFT_TO_RIGHT 1
  766. #define DST_Y_BOTTOM_TO_TOP 0
  767. #define DST_Y_TOP_TO_BOTTOM 2
  768. #define DST_X_MAJOR 0
  769. #define DST_Y_MAJOR 4
  770. #define DST_X_TILE 8
  771. #define DST_Y_TILE 0x10
  772. #define DST_LAST_PEL 0x20
  773. #define DST_POLYGON_ENABLE 0x40
  774. #define DST_24_ROTATION_ENABLE 0x80
  775. /* SRC_CNTL register constants */
  776. #define SRC_PATTERN_ENABLE 1
  777. #define SRC_ROTATION_ENABLE 2
  778. #define SRC_LINEAR_ENABLE 4
  779. #define SRC_BYTE_ALIGN 8
  780. #define SRC_LINE_X_RIGHT_TO_LEFT 0
  781. #define SRC_LINE_X_LEFT_TO_RIGHT 0x10
  782. /* HOST_CNTL register constants */
  783. #define HOST_BYTE_ALIGN 1
  784. /* GUI_TRAJ_CNTL register constants */
  785. #define PAT_MONO_8x8_ENABLE 0x01000000
  786. #define PAT_CLR_4x2_ENABLE 0x02000000
  787. #define PAT_CLR_8x1_ENABLE 0x04000000
  788. /* DP_CHAIN_MASK register constants */
  789. #define DP_CHAIN_4BPP 0x8888
  790. #define DP_CHAIN_7BPP 0xD2D2
  791. #define DP_CHAIN_8BPP 0x8080
  792. #define DP_CHAIN_8BPP_RGB 0x9292
  793. #define DP_CHAIN_15BPP 0x4210
  794. #define DP_CHAIN_16BPP 0x8410
  795. #define DP_CHAIN_24BPP 0x8080
  796. #define DP_CHAIN_32BPP 0x8080
  797. /* DP_PIX_WIDTH register constants */
  798. #define DST_1BPP 0
  799. #define DST_4BPP 1
  800. #define DST_8BPP 2
  801. #define DST_15BPP 3
  802. #define DST_16BPP 4
  803. #define DST_32BPP 6
  804. #define SRC_1BPP 0
  805. #define SRC_4BPP 0x100
  806. #define SRC_8BPP 0x200
  807. #define SRC_15BPP 0x300
  808. #define SRC_16BPP 0x400
  809. #define SRC_32BPP 0x600
  810. #define HOST_1BPP 0
  811. #define HOST_4BPP 0x10000
  812. #define HOST_8BPP 0x20000
  813. #define HOST_15BPP 0x30000
  814. #define HOST_16BPP 0x40000
  815. #define HOST_32BPP 0x60000
  816. #define BYTE_ORDER_MSB_TO_LSB 0
  817. #define BYTE_ORDER_LSB_TO_MSB 0x1000000
  818. /* DP_MIX register constants */
  819. #define BKGD_MIX_NOT_D 0
  820. #define BKGD_MIX_ZERO 1
  821. #define BKGD_MIX_ONE 2
  822. #define BKGD_MIX_D 3
  823. #define BKGD_MIX_NOT_S 4
  824. #define BKGD_MIX_D_XOR_S 5
  825. #define BKGD_MIX_NOT_D_XOR_S 6
  826. #define BKGD_MIX_S 7
  827. #define BKGD_MIX_NOT_D_OR_NOT_S 8
  828. #define BKGD_MIX_D_OR_NOT_S 9
  829. #define BKGD_MIX_NOT_D_OR_S 10
  830. #define BKGD_MIX_D_OR_S 11
  831. #define BKGD_MIX_D_AND_S 12
  832. #define BKGD_MIX_NOT_D_AND_S 13
  833. #define BKGD_MIX_D_AND_NOT_S 14
  834. #define BKGD_MIX_NOT_D_AND_NOT_S 15
  835. #define BKGD_MIX_D_PLUS_S_DIV2 0x17
  836. #define FRGD_MIX_NOT_D 0
  837. #define FRGD_MIX_ZERO 0x10000
  838. #define FRGD_MIX_ONE 0x20000
  839. #define FRGD_MIX_D 0x30000
  840. #define FRGD_MIX_NOT_S 0x40000
  841. #define FRGD_MIX_D_XOR_S 0x50000
  842. #define FRGD_MIX_NOT_D_XOR_S 0x60000
  843. #define FRGD_MIX_S 0x70000
  844. #define FRGD_MIX_NOT_D_OR_NOT_S 0x80000
  845. #define FRGD_MIX_D_OR_NOT_S 0x90000
  846. #define FRGD_MIX_NOT_D_OR_S 0xa0000
  847. #define FRGD_MIX_D_OR_S 0xb0000
  848. #define FRGD_MIX_D_AND_S 0xc0000
  849. #define FRGD_MIX_NOT_D_AND_S 0xd0000
  850. #define FRGD_MIX_D_AND_NOT_S 0xe0000
  851. #define FRGD_MIX_NOT_D_AND_NOT_S 0xf0000
  852. #define FRGD_MIX_D_PLUS_S_DIV2 0x170000
  853. /* DP_SRC register constants */
  854. #define BKGD_SRC_BKGD_CLR 0
  855. #define BKGD_SRC_FRGD_CLR 1
  856. #define BKGD_SRC_HOST 2
  857. #define BKGD_SRC_BLIT 3
  858. #define BKGD_SRC_PATTERN 4
  859. #define FRGD_SRC_BKGD_CLR 0
  860. #define FRGD_SRC_FRGD_CLR 0x100
  861. #define FRGD_SRC_HOST 0x200
  862. #define FRGD_SRC_BLIT 0x300
  863. #define FRGD_SRC_PATTERN 0x400
  864. #define MONO_SRC_ONE 0
  865. #define MONO_SRC_PATTERN 0x10000
  866. #define MONO_SRC_HOST 0x20000
  867. #define MONO_SRC_BLIT 0x30000
  868. /* CLR_CMP_CNTL register constants */
  869. #define COMPARE_FALSE 0
  870. #define COMPARE_TRUE 1
  871. #define COMPARE_NOT_EQUAL 4
  872. #define COMPARE_EQUAL 5
  873. #define COMPARE_DESTINATION 0
  874. #define COMPARE_SOURCE 0x1000000
  875. /* FIFO_STAT register constants */
  876. #define FIFO_ERR 0x80000000
  877. /* CONTEXT_LOAD_CNTL constants */
  878. #define CONTEXT_NO_LOAD 0
  879. #define CONTEXT_LOAD 0x10000
  880. #define CONTEXT_LOAD_AND_DO_FILL 0x20000
  881. #define CONTEXT_LOAD_AND_DO_LINE 0x30000
  882. #define CONTEXT_EXECUTE 0
  883. #define CONTEXT_CMD_DISABLE 0x80000000
  884. /* GUI_STAT register constants */
  885. #define ENGINE_IDLE 0
  886. #define ENGINE_BUSY 1
  887. #define SCISSOR_LEFT_FLAG 0x10
  888. #define SCISSOR_RIGHT_FLAG 0x20
  889. #define SCISSOR_TOP_FLAG 0x40
  890. #define SCISSOR_BOTTOM_FLAG 0x80
  891. /* ATI VGA Extended Regsiters */
  892. #define sioATIEXT 0x1ce
  893. #define bioATIEXT 0x3ce
  894. #define ATI2E 0xae
  895. #define ATI32 0xb2
  896. #define ATI36 0xb6
  897. /* VGA Graphics Controller Registers */
  898. #define VGAGRA 0x3ce
  899. #define GRA06 0x06
  900. /* VGA Seququencer Registers */
  901. #define VGASEQ 0x3c4
  902. #define SEQ02 0x02
  903. #define SEQ04 0x04
  904. #define MACH64_MAX_X ENGINE_MAX_X
  905. #define MACH64_MAX_Y ENGINE_MAX_Y
  906. #define INC_X 0x0020
  907. #define INC_Y 0x0080
  908. #define RGB16_555 0x0000
  909. #define RGB16_565 0x0040
  910. #define RGB16_655 0x0080
  911. #define RGB16_664 0x00c0
  912. #define POLY_TEXT_TYPE 0x0001
  913. #define IMAGE_TEXT_TYPE 0x0002
  914. #define TEXT_TYPE_8_BIT 0x0004
  915. #define TEXT_TYPE_16_BIT 0x0008
  916. #define POLY_TEXT_TYPE_8 (POLY_TEXT_TYPE | TEXT_TYPE_8_BIT)
  917. #define IMAGE_TEXT_TYPE_8 (IMAGE_TEXT_TYPE | TEXT_TYPE_8_BIT)
  918. #define POLY_TEXT_TYPE_16 (POLY_TEXT_TYPE | TEXT_TYPE_16_BIT)
  919. #define IMAGE_TEXT_TYPE_16 (IMAGE_TEXT_TYPE | TEXT_TYPE_16_BIT)
  920. #define MACH64_NUM_CLOCKS 16
  921. #define MACH64_NUM_FREQS 50
  922. /* Power Management register constants (LT & LT Pro) */
  923. #define PWR_MGT_ON 0x00000001
  924. #define PWR_MGT_MODE_MASK 0x00000006
  925. #define AUTO_PWR_UP 0x00000008
  926. #define USE_F32KHZ 0x00000400
  927. #define TRISTATE_MEM_EN 0x00000800
  928. #define SELF_REFRESH 0x00000080
  929. #define PWR_BLON 0x02000000
  930. #define STANDBY_NOW 0x10000000
  931. #define SUSPEND_NOW 0x20000000
  932. #define PWR_MGT_STATUS_MASK 0xC0000000
  933. #define PWR_MGT_STATUS_SUSPEND 0x80000000
  934. /* PM Mode constants  */
  935. #define PWR_MGT_MODE_PIN 0x00000000
  936. #define PWR_MGT_MODE_REG 0x00000002
  937. #define PWR_MGT_MODE_TIMER 0x00000004
  938. #define PWR_MGT_MODE_PCI 0x00000006
  939. /* LCD registers (LT Pro) */
  940. /* LCD Index register */
  941. #define LCD_INDEX_MASK 0x0000003F
  942. #define LCD_DISPLAY_DIS 0x00000100
  943. #define LCD_SRC_SEL 0x00000200
  944. #define CRTC2_DISPLAY_DIS 0x00000400
  945. /* LCD register indices */
  946. #define CONFIG_PANEL 0x00
  947. #define LCD_GEN_CTRL 0x01
  948. #define DSTN_CONTROL 0x02
  949. #define HFB_PITCH_ADDR 0x03
  950. #define HORZ_STRETCHING 0x04
  951. #define VERT_STRETCHING 0x05
  952. #define EXT_VERT_STRETCH 0x06
  953. #define LT_GIO 0x07
  954. #define POWER_MANAGEMENT 0x08
  955. #define ZVGPIO 0x09
  956. #define ICON_CLR0 0x0A
  957. #define ICON_CLR1 0x0B
  958. #define ICON_OFFSET 0x0C
  959. #define ICON_HORZ_VERT_POSN 0x0D
  960. #define ICON_HORZ_VERT_OFF 0x0E
  961. #define ICON2_CLR0 0x0F
  962. #define ICON2_CLR1 0x10
  963. #define ICON2_OFFSET 0x11
  964. #define ICON2_HORZ_VERT_POSN 0x12
  965. #define ICON2_HORZ_VERT_OFF 0x13
  966. #define LCD_MISC_CNTL 0x14
  967. #define APC_CNTL 0x1C
  968. #define POWER_MANAGEMENT_2 0x1D
  969. #define ALPHA_BLENDING 0x25
  970. #define PORTRAIT_GEN_CNTL 0x26
  971. #define APC_CTRL_IO 0x27
  972. #define TEST_IO 0x28
  973. #define TEST_OUTPUTS 0x29
  974. #define DP1_MEM_ACCESS 0x2A
  975. #define DP0_MEM_ACCESS 0x2B
  976. #define DP0_DEBUG_A 0x2C
  977. #define DP0_DEBUG_B 0x2D
  978. #define DP1_DEBUG_A 0x2E
  979. #define DP1_DEBUG_B 0x2F
  980. #define DPCTRL_DEBUG_A 0x30
  981. #define DPCTRL_DEBUG_B 0x31
  982. #define MEMBLK_DEBUG 0x32
  983. #define APC_LUT_AB 0x33
  984. #define APC_LUT_CD 0x34
  985. #define APC_LUT_EF 0x35
  986. #define APC_LUT_GH 0x36
  987. #define APC_LUT_IJ 0x37
  988. #define APC_LUT_KL 0x38
  989. #define APC_LUT_MN 0x39
  990. #define APC_LUT_OP 0x3A
  991. /* Values in LCD_MISC_CNTL */
  992. #define BIAS_MOD_LEVEL_MASK 0x0000ff00
  993. #define BIAS_MOD_LEVEL_SHIFT 8
  994. #define BLMOD_EN 0x00010000
  995. #define BIASMOD_EN 0x00020000
  996. #endif /* REGMACH64_H */