rv770d.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. /*
  2. * Copyright 2009 Advanced Micro Devices, Inc.
  3. * Copyright 2009 Red Hat Inc.
  4. *
  5. * Permission is hereby granted, free of charge, to any person obtaining a
  6. * copy of this software and associated documentation files (the "Software"),
  7. * to deal in the Software without restriction, including without limitation
  8. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  9. * and/or sell copies of the Software, and to permit persons to whom the
  10. * Software is furnished to do so, subject to the following conditions:
  11. *
  12. * The above copyright notice and this permission notice shall be included in
  13. * all copies or substantial portions of the Software.
  14. *
  15. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  16. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  18. * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
  19. * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  20. * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  21. * OTHER DEALINGS IN THE SOFTWARE.
  22. *
  23. * Authors: Dave Airlie
  24. * Alex Deucher
  25. * Jerome Glisse
  26. */
  27. #ifndef RV770_H
  28. #define RV770_H
  29. #define R7XX_MAX_SH_GPRS 256
  30. #define R7XX_MAX_TEMP_GPRS 16
  31. #define R7XX_MAX_SH_THREADS 256
  32. #define R7XX_MAX_SH_STACK_ENTRIES 4096
  33. #define R7XX_MAX_BACKENDS 8
  34. #define R7XX_MAX_BACKENDS_MASK 0xff
  35. #define R7XX_MAX_SIMDS 16
  36. #define R7XX_MAX_SIMDS_MASK 0xffff
  37. #define R7XX_MAX_PIPES 8
  38. #define R7XX_MAX_PIPES_MASK 0xff
  39. /* Registers */
  40. #define CB_COLOR0_BASE 0x28040
  41. #define CB_COLOR1_BASE 0x28044
  42. #define CB_COLOR2_BASE 0x28048
  43. #define CB_COLOR3_BASE 0x2804C
  44. #define CB_COLOR4_BASE 0x28050
  45. #define CB_COLOR5_BASE 0x28054
  46. #define CB_COLOR6_BASE 0x28058
  47. #define CB_COLOR7_BASE 0x2805C
  48. #define CB_COLOR7_FRAG 0x280FC
  49. #define CC_GC_SHADER_PIPE_CONFIG 0x8950
  50. #define CC_RB_BACKEND_DISABLE 0x98F4
  51. #define BACKEND_DISABLE(x) ((x) << 16)
  52. #define CC_SYS_RB_BACKEND_DISABLE 0x3F88
  53. #define CGTS_SYS_TCC_DISABLE 0x3F90
  54. #define CGTS_TCC_DISABLE 0x9148
  55. #define CGTS_USER_SYS_TCC_DISABLE 0x3F94
  56. #define CGTS_USER_TCC_DISABLE 0x914C
  57. #define CONFIG_MEMSIZE 0x5428
  58. #define CP_ME_CNTL 0x86D8
  59. #define CP_ME_HALT (1<<28)
  60. #define CP_PFP_HALT (1<<26)
  61. #define CP_ME_RAM_DATA 0xC160
  62. #define CP_ME_RAM_RADDR 0xC158
  63. #define CP_ME_RAM_WADDR 0xC15C
  64. #define CP_MEQ_THRESHOLDS 0x8764
  65. #define STQ_SPLIT(x) ((x) << 0)
  66. #define CP_PERFMON_CNTL 0x87FC
  67. #define CP_PFP_UCODE_ADDR 0xC150
  68. #define CP_PFP_UCODE_DATA 0xC154
  69. #define CP_QUEUE_THRESHOLDS 0x8760
  70. #define ROQ_IB1_START(x) ((x) << 0)
  71. #define ROQ_IB2_START(x) ((x) << 8)
  72. #define CP_RB_CNTL 0xC104
  73. #define RB_BUFSZ(x) ((x)<<0)
  74. #define RB_BLKSZ(x) ((x)<<8)
  75. #define RB_NO_UPDATE (1<<27)
  76. #define RB_RPTR_WR_ENA (1<<31)
  77. #define BUF_SWAP_32BIT (2 << 16)
  78. #define CP_RB_RPTR 0x8700
  79. #define CP_RB_RPTR_ADDR 0xC10C
  80. #define CP_RB_RPTR_ADDR_HI 0xC110
  81. #define CP_RB_RPTR_WR 0xC108
  82. #define CP_RB_WPTR 0xC114
  83. #define CP_RB_WPTR_ADDR 0xC118
  84. #define CP_RB_WPTR_ADDR_HI 0xC11C
  85. #define CP_RB_WPTR_DELAY 0x8704
  86. #define CP_SEM_WAIT_TIMER 0x85BC
  87. #define DB_DEBUG3 0x98B0
  88. #define DB_CLK_OFF_DELAY(x) ((x) << 11)
  89. #define DB_DEBUG4 0x9B8C
  90. #define DISABLE_TILE_COVERED_FOR_PS_ITER (1 << 6)
  91. #define DCP_TILING_CONFIG 0x6CA0
  92. #define PIPE_TILING(x) ((x) << 1)
  93. #define BANK_TILING(x) ((x) << 4)
  94. #define GROUP_SIZE(x) ((x) << 6)
  95. #define ROW_TILING(x) ((x) << 8)
  96. #define BANK_SWAPS(x) ((x) << 11)
  97. #define SAMPLE_SPLIT(x) ((x) << 14)
  98. #define BACKEND_MAP(x) ((x) << 16)
  99. #define GB_TILING_CONFIG 0x98F0
  100. #define GC_USER_SHADER_PIPE_CONFIG 0x8954
  101. #define INACTIVE_QD_PIPES(x) ((x) << 8)
  102. #define INACTIVE_QD_PIPES_MASK 0x0000FF00
  103. #define INACTIVE_SIMDS(x) ((x) << 16)
  104. #define INACTIVE_SIMDS_MASK 0x00FF0000
  105. #define GRBM_CNTL 0x8000
  106. #define GRBM_READ_TIMEOUT(x) ((x) << 0)
  107. #define GRBM_SOFT_RESET 0x8020
  108. #define SOFT_RESET_CP (1<<0)
  109. #define GRBM_STATUS 0x8010
  110. #define CMDFIFO_AVAIL_MASK 0x0000000F
  111. #define GUI_ACTIVE (1<<31)
  112. #define GRBM_STATUS2 0x8014
  113. #define HDP_HOST_PATH_CNTL 0x2C00
  114. #define HDP_NONSURFACE_BASE 0x2C04
  115. #define HDP_NONSURFACE_INFO 0x2C08
  116. #define HDP_NONSURFACE_SIZE 0x2C0C
  117. #define HDP_REG_COHERENCY_FLUSH_CNTL 0x54A0
  118. #define HDP_TILING_CONFIG 0x2F3C
  119. #define MC_SHARED_CHMAP 0x2004
  120. #define NOOFCHAN_SHIFT 12
  121. #define NOOFCHAN_MASK 0x00003000
  122. #define MC_ARB_RAMCFG 0x2760
  123. #define NOOFBANK_SHIFT 0
  124. #define NOOFBANK_MASK 0x00000003
  125. #define NOOFRANK_SHIFT 2
  126. #define NOOFRANK_MASK 0x00000004
  127. #define NOOFROWS_SHIFT 3
  128. #define NOOFROWS_MASK 0x00000038
  129. #define NOOFCOLS_SHIFT 6
  130. #define NOOFCOLS_MASK 0x000000C0
  131. #define CHANSIZE_SHIFT 8
  132. #define CHANSIZE_MASK 0x00000100
  133. #define BURSTLENGTH_SHIFT 9
  134. #define BURSTLENGTH_MASK 0x00000200
  135. #define CHANSIZE_OVERRIDE (1 << 11)
  136. #define MC_VM_AGP_TOP 0x2028
  137. #define MC_VM_AGP_BOT 0x202C
  138. #define MC_VM_AGP_BASE 0x2030
  139. #define MC_VM_FB_LOCATION 0x2024
  140. #define MC_VM_MB_L1_TLB0_CNTL 0x2234
  141. #define MC_VM_MB_L1_TLB1_CNTL 0x2238
  142. #define MC_VM_MB_L1_TLB2_CNTL 0x223C
  143. #define MC_VM_MB_L1_TLB3_CNTL 0x2240
  144. #define ENABLE_L1_TLB (1 << 0)
  145. #define ENABLE_L1_FRAGMENT_PROCESSING (1 << 1)
  146. #define SYSTEM_ACCESS_MODE_PA_ONLY (0 << 3)
  147. #define SYSTEM_ACCESS_MODE_USE_SYS_MAP (1 << 3)
  148. #define SYSTEM_ACCESS_MODE_IN_SYS (2 << 3)
  149. #define SYSTEM_ACCESS_MODE_NOT_IN_SYS (3 << 3)
  150. #define SYSTEM_APERTURE_UNMAPPED_ACCESS_PASS_THRU (0 << 5)
  151. #define EFFECTIVE_L1_TLB_SIZE(x) ((x)<<15)
  152. #define EFFECTIVE_L1_QUEUE_SIZE(x) ((x)<<18)
  153. #define MC_VM_MD_L1_TLB0_CNTL 0x2654
  154. #define MC_VM_MD_L1_TLB1_CNTL 0x2658
  155. #define MC_VM_MD_L1_TLB2_CNTL 0x265C
  156. #define MC_VM_SYSTEM_APERTURE_DEFAULT_ADDR 0x203C
  157. #define MC_VM_SYSTEM_APERTURE_HIGH_ADDR 0x2038
  158. #define MC_VM_SYSTEM_APERTURE_LOW_ADDR 0x2034
  159. #define PA_CL_ENHANCE 0x8A14
  160. #define CLIP_VTX_REORDER_ENA (1 << 0)
  161. #define NUM_CLIP_SEQ(x) ((x) << 1)
  162. #define PA_SC_AA_CONFIG 0x28C04
  163. #define PA_SC_CLIPRECT_RULE 0x2820C
  164. #define PA_SC_EDGERULE 0x28230
  165. #define PA_SC_FIFO_SIZE 0x8BCC
  166. #define SC_PRIM_FIFO_SIZE(x) ((x) << 0)
  167. #define SC_HIZ_TILE_FIFO_SIZE(x) ((x) << 12)
  168. #define PA_SC_FORCE_EOV_MAX_CNTS 0x8B24
  169. #define FORCE_EOV_MAX_CLK_CNT(x) ((x)<<0)
  170. #define FORCE_EOV_MAX_REZ_CNT(x) ((x)<<16)
  171. #define PA_SC_LINE_STIPPLE 0x28A0C
  172. #define PA_SC_LINE_STIPPLE_STATE 0x8B10
  173. #define PA_SC_MODE_CNTL 0x28A4C
  174. #define PA_SC_MULTI_CHIP_CNTL 0x8B20
  175. #define SC_EARLYZ_TILE_FIFO_SIZE(x) ((x) << 20)
  176. #define SCRATCH_REG0 0x8500
  177. #define SCRATCH_REG1 0x8504
  178. #define SCRATCH_REG2 0x8508
  179. #define SCRATCH_REG3 0x850C
  180. #define SCRATCH_REG4 0x8510
  181. #define SCRATCH_REG5 0x8514
  182. #define SCRATCH_REG6 0x8518
  183. #define SCRATCH_REG7 0x851C
  184. #define SCRATCH_UMSK 0x8540
  185. #define SCRATCH_ADDR 0x8544
  186. #define SMX_DC_CTL0 0xA020
  187. #define USE_HASH_FUNCTION (1 << 0)
  188. #define CACHE_DEPTH(x) ((x) << 1)
  189. #define FLUSH_ALL_ON_EVENT (1 << 10)
  190. #define STALL_ON_EVENT (1 << 11)
  191. #define SMX_EVENT_CTL 0xA02C
  192. #define ES_FLUSH_CTL(x) ((x) << 0)
  193. #define GS_FLUSH_CTL(x) ((x) << 3)
  194. #define ACK_FLUSH_CTL(x) ((x) << 6)
  195. #define SYNC_FLUSH_CTL (1 << 8)
  196. #define SPI_CONFIG_CNTL 0x9100
  197. #define GPR_WRITE_PRIORITY(x) ((x) << 0)
  198. #define DISABLE_INTERP_1 (1 << 5)
  199. #define SPI_CONFIG_CNTL_1 0x913C
  200. #define VTX_DONE_DELAY(x) ((x) << 0)
  201. #define INTERP_ONE_PRIM_PER_ROW (1 << 4)
  202. #define SPI_INPUT_Z 0x286D8
  203. #define SPI_PS_IN_CONTROL_0 0x286CC
  204. #define NUM_INTERP(x) ((x)<<0)
  205. #define POSITION_ENA (1<<8)
  206. #define POSITION_CENTROID (1<<9)
  207. #define POSITION_ADDR(x) ((x)<<10)
  208. #define PARAM_GEN(x) ((x)<<15)
  209. #define PARAM_GEN_ADDR(x) ((x)<<19)
  210. #define BARYC_SAMPLE_CNTL(x) ((x)<<26)
  211. #define PERSP_GRADIENT_ENA (1<<28)
  212. #define LINEAR_GRADIENT_ENA (1<<29)
  213. #define POSITION_SAMPLE (1<<30)
  214. #define BARYC_AT_SAMPLE_ENA (1<<31)
  215. #define SQ_CONFIG 0x8C00
  216. #define VC_ENABLE (1 << 0)
  217. #define EXPORT_SRC_C (1 << 1)
  218. #define DX9_CONSTS (1 << 2)
  219. #define ALU_INST_PREFER_VECTOR (1 << 3)
  220. #define DX10_CLAMP (1 << 4)
  221. #define CLAUSE_SEQ_PRIO(x) ((x) << 8)
  222. #define PS_PRIO(x) ((x) << 24)
  223. #define VS_PRIO(x) ((x) << 26)
  224. #define GS_PRIO(x) ((x) << 28)
  225. #define SQ_DYN_GPR_SIZE_SIMD_AB_0 0x8DB0
  226. #define SIMDA_RING0(x) ((x)<<0)
  227. #define SIMDA_RING1(x) ((x)<<8)
  228. #define SIMDB_RING0(x) ((x)<<16)
  229. #define SIMDB_RING1(x) ((x)<<24)
  230. #define SQ_DYN_GPR_SIZE_SIMD_AB_1 0x8DB4
  231. #define SQ_DYN_GPR_SIZE_SIMD_AB_2 0x8DB8
  232. #define SQ_DYN_GPR_SIZE_SIMD_AB_3 0x8DBC
  233. #define SQ_DYN_GPR_SIZE_SIMD_AB_4 0x8DC0
  234. #define SQ_DYN_GPR_SIZE_SIMD_AB_5 0x8DC4
  235. #define SQ_DYN_GPR_SIZE_SIMD_AB_6 0x8DC8
  236. #define SQ_DYN_GPR_SIZE_SIMD_AB_7 0x8DCC
  237. #define ES_PRIO(x) ((x) << 30)
  238. #define SQ_GPR_RESOURCE_MGMT_1 0x8C04
  239. #define NUM_PS_GPRS(x) ((x) << 0)
  240. #define NUM_VS_GPRS(x) ((x) << 16)
  241. #define DYN_GPR_ENABLE (1 << 27)
  242. #define NUM_CLAUSE_TEMP_GPRS(x) ((x) << 28)
  243. #define SQ_GPR_RESOURCE_MGMT_2 0x8C08
  244. #define NUM_GS_GPRS(x) ((x) << 0)
  245. #define NUM_ES_GPRS(x) ((x) << 16)
  246. #define SQ_MS_FIFO_SIZES 0x8CF0
  247. #define CACHE_FIFO_SIZE(x) ((x) << 0)
  248. #define FETCH_FIFO_HIWATER(x) ((x) << 8)
  249. #define DONE_FIFO_HIWATER(x) ((x) << 16)
  250. #define ALU_UPDATE_FIFO_HIWATER(x) ((x) << 24)
  251. #define SQ_STACK_RESOURCE_MGMT_1 0x8C10
  252. #define NUM_PS_STACK_ENTRIES(x) ((x) << 0)
  253. #define NUM_VS_STACK_ENTRIES(x) ((x) << 16)
  254. #define SQ_STACK_RESOURCE_MGMT_2 0x8C14
  255. #define NUM_GS_STACK_ENTRIES(x) ((x) << 0)
  256. #define NUM_ES_STACK_ENTRIES(x) ((x) << 16)
  257. #define SQ_THREAD_RESOURCE_MGMT 0x8C0C
  258. #define NUM_PS_THREADS(x) ((x) << 0)
  259. #define NUM_VS_THREADS(x) ((x) << 8)
  260. #define NUM_GS_THREADS(x) ((x) << 16)
  261. #define NUM_ES_THREADS(x) ((x) << 24)
  262. #define SX_DEBUG_1 0x9058
  263. #define ENABLE_NEW_SMX_ADDRESS (1 << 16)
  264. #define SX_EXPORT_BUFFER_SIZES 0x900C
  265. #define COLOR_BUFFER_SIZE(x) ((x) << 0)
  266. #define POSITION_BUFFER_SIZE(x) ((x) << 8)
  267. #define SMX_BUFFER_SIZE(x) ((x) << 16)
  268. #define SX_MISC 0x28350
  269. #define TA_CNTL_AUX 0x9508
  270. #define DISABLE_CUBE_WRAP (1 << 0)
  271. #define DISABLE_CUBE_ANISO (1 << 1)
  272. #define SYNC_GRADIENT (1 << 24)
  273. #define SYNC_WALKER (1 << 25)
  274. #define SYNC_ALIGNER (1 << 26)
  275. #define BILINEAR_PRECISION_6_BIT (0 << 31)
  276. #define BILINEAR_PRECISION_8_BIT (1 << 31)
  277. #define TCP_CNTL 0x9610
  278. #define VGT_CACHE_INVALIDATION 0x88C4
  279. #define CACHE_INVALIDATION(x) ((x)<<0)
  280. #define VC_ONLY 0
  281. #define TC_ONLY 1
  282. #define VC_AND_TC 2
  283. #define AUTO_INVLD_EN(x) ((x) << 6)
  284. #define NO_AUTO 0
  285. #define ES_AUTO 1
  286. #define GS_AUTO 2
  287. #define ES_AND_GS_AUTO 3
  288. #define VGT_ES_PER_GS 0x88CC
  289. #define VGT_GS_PER_ES 0x88C8
  290. #define VGT_GS_PER_VS 0x88E8
  291. #define VGT_GS_VERTEX_REUSE 0x88D4
  292. #define VGT_NUM_INSTANCES 0x8974
  293. #define VGT_OUT_DEALLOC_CNTL 0x28C5C
  294. #define DEALLOC_DIST_MASK 0x0000007F
  295. #define VGT_STRMOUT_EN 0x28AB0
  296. #define VGT_VERTEX_REUSE_BLOCK_CNTL 0x28C58
  297. #define VTX_REUSE_DEPTH_MASK 0x000000FF
  298. #define VM_CONTEXT0_CNTL 0x1410
  299. #define ENABLE_CONTEXT (1 << 0)
  300. #define PAGE_TABLE_DEPTH(x) (((x) & 3) << 1)
  301. #define RANGE_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 4)
  302. #define VM_CONTEXT0_PAGE_TABLE_BASE_ADDR 0x153C
  303. #define VM_CONTEXT0_PAGE_TABLE_END_ADDR 0x157C
  304. #define VM_CONTEXT0_PAGE_TABLE_START_ADDR 0x155C
  305. #define VM_CONTEXT0_PROTECTION_FAULT_DEFAULT_ADDR 0x1518
  306. #define VM_L2_CNTL 0x1400
  307. #define ENABLE_L2_CACHE (1 << 0)
  308. #define ENABLE_L2_FRAGMENT_PROCESSING (1 << 1)
  309. #define ENABLE_L2_PTE_CACHE_LRU_UPDATE_BY_WRITE (1 << 9)
  310. #define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 14)
  311. #define VM_L2_CNTL2 0x1404
  312. #define INVALIDATE_ALL_L1_TLBS (1 << 0)
  313. #define INVALIDATE_L2_CACHE (1 << 1)
  314. #define VM_L2_CNTL3 0x1408
  315. #define BANK_SELECT(x) ((x) << 0)
  316. #define CACHE_UPDATE_MODE(x) ((x) << 6)
  317. #define VM_L2_STATUS 0x140C
  318. #define L2_BUSY (1 << 0)
  319. #define WAIT_UNTIL 0x8040
  320. #endif