ctxgk104.c 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010
  1. /*
  2. * Copyright 2013 Red Hat Inc.
  3. *
  4. * Permission is hereby granted, free of charge, to any person obtaining a
  5. * copy of this software and associated documentation files (the "Software"),
  6. * to deal in the Software without restriction, including without limitation
  7. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  8. * and/or sell copies of the Software, and to permit persons to whom the
  9. * Software is furnished to do so, subject to the following conditions:
  10. *
  11. * The above copyright notice and this permission notice shall be included in
  12. * all copies or substantial portions of the Software.
  13. *
  14. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  15. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  17. * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
  18. * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  19. * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  20. * OTHER DEALINGS IN THE SOFTWARE.
  21. *
  22. * Authors: Ben Skeggs <bskeggs@redhat.com>
  23. */
  24. #include "ctxgf100.h"
  25. #include <subdev/fb.h>
  26. #include <subdev/mc.h>
  27. /*******************************************************************************
  28. * PGRAPH context register lists
  29. ******************************************************************************/
  30. static const struct gf100_gr_init
  31. gk104_grctx_init_icmd_0[] = {
  32. { 0x001000, 1, 0x01, 0x00000004 },
  33. { 0x000039, 3, 0x01, 0x00000000 },
  34. { 0x0000a9, 1, 0x01, 0x0000ffff },
  35. { 0x000038, 1, 0x01, 0x0fac6881 },
  36. { 0x00003d, 1, 0x01, 0x00000001 },
  37. { 0x0000e8, 8, 0x01, 0x00000400 },
  38. { 0x000078, 8, 0x01, 0x00000300 },
  39. { 0x000050, 1, 0x01, 0x00000011 },
  40. { 0x000058, 8, 0x01, 0x00000008 },
  41. { 0x000208, 8, 0x01, 0x00000001 },
  42. { 0x000081, 1, 0x01, 0x00000001 },
  43. { 0x000085, 1, 0x01, 0x00000004 },
  44. { 0x000088, 1, 0x01, 0x00000400 },
  45. { 0x000090, 1, 0x01, 0x00000300 },
  46. { 0x000098, 1, 0x01, 0x00001001 },
  47. { 0x0000e3, 1, 0x01, 0x00000001 },
  48. { 0x0000da, 1, 0x01, 0x00000001 },
  49. { 0x0000f8, 1, 0x01, 0x00000003 },
  50. { 0x0000fa, 1, 0x01, 0x00000001 },
  51. { 0x00009f, 4, 0x01, 0x0000ffff },
  52. { 0x0000b1, 1, 0x01, 0x00000001 },
  53. { 0x0000ad, 1, 0x01, 0x0000013e },
  54. { 0x0000e1, 1, 0x01, 0x00000010 },
  55. { 0x000290, 16, 0x01, 0x00000000 },
  56. { 0x0003b0, 16, 0x01, 0x00000000 },
  57. { 0x0002a0, 16, 0x01, 0x00000000 },
  58. { 0x000420, 16, 0x01, 0x00000000 },
  59. { 0x0002b0, 16, 0x01, 0x00000000 },
  60. { 0x000430, 16, 0x01, 0x00000000 },
  61. { 0x0002c0, 16, 0x01, 0x00000000 },
  62. { 0x0004d0, 16, 0x01, 0x00000000 },
  63. { 0x000720, 16, 0x01, 0x00000000 },
  64. { 0x0008c0, 16, 0x01, 0x00000000 },
  65. { 0x000890, 16, 0x01, 0x00000000 },
  66. { 0x0008e0, 16, 0x01, 0x00000000 },
  67. { 0x0008a0, 16, 0x01, 0x00000000 },
  68. { 0x0008f0, 16, 0x01, 0x00000000 },
  69. { 0x00094c, 1, 0x01, 0x000000ff },
  70. { 0x00094d, 1, 0x01, 0xffffffff },
  71. { 0x00094e, 1, 0x01, 0x00000002 },
  72. { 0x0002ec, 1, 0x01, 0x00000001 },
  73. { 0x000303, 1, 0x01, 0x00000001 },
  74. { 0x0002e6, 1, 0x01, 0x00000001 },
  75. { 0x000466, 1, 0x01, 0x00000052 },
  76. { 0x000301, 1, 0x01, 0x3f800000 },
  77. { 0x000304, 1, 0x01, 0x30201000 },
  78. { 0x000305, 1, 0x01, 0x70605040 },
  79. { 0x000306, 1, 0x01, 0xb8a89888 },
  80. { 0x000307, 1, 0x01, 0xf8e8d8c8 },
  81. { 0x00030a, 1, 0x01, 0x00ffff00 },
  82. { 0x00030b, 1, 0x01, 0x0000001a },
  83. { 0x00030c, 1, 0x01, 0x00000001 },
  84. { 0x000318, 1, 0x01, 0x00000001 },
  85. { 0x000340, 1, 0x01, 0x00000000 },
  86. { 0x000375, 1, 0x01, 0x00000001 },
  87. { 0x00037d, 1, 0x01, 0x00000006 },
  88. { 0x0003a0, 1, 0x01, 0x00000002 },
  89. { 0x0003aa, 1, 0x01, 0x00000001 },
  90. { 0x0003a9, 1, 0x01, 0x00000001 },
  91. { 0x000380, 1, 0x01, 0x00000001 },
  92. { 0x000383, 1, 0x01, 0x00000011 },
  93. { 0x000360, 1, 0x01, 0x00000040 },
  94. { 0x000366, 2, 0x01, 0x00000000 },
  95. { 0x000368, 1, 0x01, 0x00000fff },
  96. { 0x000370, 2, 0x01, 0x00000000 },
  97. { 0x000372, 1, 0x01, 0x000fffff },
  98. { 0x00037a, 1, 0x01, 0x00000012 },
  99. { 0x000619, 1, 0x01, 0x00000003 },
  100. { 0x000811, 1, 0x01, 0x00000003 },
  101. { 0x000812, 1, 0x01, 0x00000004 },
  102. { 0x000813, 1, 0x01, 0x00000006 },
  103. { 0x000814, 1, 0x01, 0x00000008 },
  104. { 0x000815, 1, 0x01, 0x0000000b },
  105. { 0x000800, 6, 0x01, 0x00000001 },
  106. { 0x000632, 1, 0x01, 0x00000001 },
  107. { 0x000633, 1, 0x01, 0x00000002 },
  108. { 0x000634, 1, 0x01, 0x00000003 },
  109. { 0x000635, 1, 0x01, 0x00000004 },
  110. { 0x000654, 1, 0x01, 0x3f800000 },
  111. { 0x000657, 1, 0x01, 0x3f800000 },
  112. { 0x000655, 2, 0x01, 0x3f800000 },
  113. { 0x0006cd, 1, 0x01, 0x3f800000 },
  114. { 0x0007f5, 1, 0x01, 0x3f800000 },
  115. { 0x0007dc, 1, 0x01, 0x39291909 },
  116. { 0x0007dd, 1, 0x01, 0x79695949 },
  117. { 0x0007de, 1, 0x01, 0xb9a99989 },
  118. { 0x0007df, 1, 0x01, 0xf9e9d9c9 },
  119. { 0x0007e8, 1, 0x01, 0x00003210 },
  120. { 0x0007e9, 1, 0x01, 0x00007654 },
  121. { 0x0007ea, 1, 0x01, 0x00000098 },
  122. { 0x0007ec, 1, 0x01, 0x39291909 },
  123. { 0x0007ed, 1, 0x01, 0x79695949 },
  124. { 0x0007ee, 1, 0x01, 0xb9a99989 },
  125. { 0x0007ef, 1, 0x01, 0xf9e9d9c9 },
  126. { 0x0007f0, 1, 0x01, 0x00003210 },
  127. { 0x0007f1, 1, 0x01, 0x00007654 },
  128. { 0x0007f2, 1, 0x01, 0x00000098 },
  129. { 0x0005a5, 1, 0x01, 0x00000001 },
  130. { 0x000980, 128, 0x01, 0x00000000 },
  131. { 0x000468, 1, 0x01, 0x00000004 },
  132. { 0x00046c, 1, 0x01, 0x00000001 },
  133. { 0x000470, 96, 0x01, 0x00000000 },
  134. { 0x000510, 16, 0x01, 0x3f800000 },
  135. { 0x000520, 1, 0x01, 0x000002b6 },
  136. { 0x000529, 1, 0x01, 0x00000001 },
  137. { 0x000530, 16, 0x01, 0xffff0000 },
  138. { 0x000585, 1, 0x01, 0x0000003f },
  139. { 0x000576, 1, 0x01, 0x00000003 },
  140. { 0x00057b, 1, 0x01, 0x00000059 },
  141. { 0x000586, 1, 0x01, 0x00000040 },
  142. { 0x000582, 2, 0x01, 0x00000080 },
  143. { 0x0005c2, 1, 0x01, 0x00000001 },
  144. { 0x000638, 2, 0x01, 0x00000001 },
  145. { 0x00063a, 1, 0x01, 0x00000002 },
  146. { 0x00063b, 2, 0x01, 0x00000001 },
  147. { 0x00063d, 1, 0x01, 0x00000002 },
  148. { 0x00063e, 1, 0x01, 0x00000001 },
  149. { 0x0008b8, 8, 0x01, 0x00000001 },
  150. { 0x000900, 8, 0x01, 0x00000001 },
  151. { 0x000908, 8, 0x01, 0x00000002 },
  152. { 0x000910, 16, 0x01, 0x00000001 },
  153. { 0x000920, 8, 0x01, 0x00000002 },
  154. { 0x000928, 8, 0x01, 0x00000001 },
  155. { 0x000648, 9, 0x01, 0x00000001 },
  156. { 0x000658, 1, 0x01, 0x0000000f },
  157. { 0x0007ff, 1, 0x01, 0x0000000a },
  158. { 0x00066a, 1, 0x01, 0x40000000 },
  159. { 0x00066b, 1, 0x01, 0x10000000 },
  160. { 0x00066c, 2, 0x01, 0xffff0000 },
  161. { 0x0007af, 2, 0x01, 0x00000008 },
  162. { 0x0007f6, 1, 0x01, 0x00000001 },
  163. { 0x0006b2, 1, 0x01, 0x00000055 },
  164. { 0x0007ad, 1, 0x01, 0x00000003 },
  165. { 0x000937, 1, 0x01, 0x00000001 },
  166. { 0x000971, 1, 0x01, 0x00000008 },
  167. { 0x000972, 1, 0x01, 0x00000040 },
  168. { 0x000973, 1, 0x01, 0x0000012c },
  169. { 0x00097c, 1, 0x01, 0x00000040 },
  170. { 0x000979, 1, 0x01, 0x00000003 },
  171. { 0x000975, 1, 0x01, 0x00000020 },
  172. { 0x000976, 1, 0x01, 0x00000001 },
  173. { 0x000977, 1, 0x01, 0x00000020 },
  174. { 0x000978, 1, 0x01, 0x00000001 },
  175. { 0x000957, 1, 0x01, 0x00000003 },
  176. { 0x00095e, 1, 0x01, 0x20164010 },
  177. { 0x00095f, 1, 0x01, 0x00000020 },
  178. { 0x00097d, 1, 0x01, 0x00000020 },
  179. { 0x000683, 1, 0x01, 0x00000006 },
  180. { 0x000685, 1, 0x01, 0x003fffff },
  181. { 0x000687, 1, 0x01, 0x003fffff },
  182. { 0x0006a0, 1, 0x01, 0x00000005 },
  183. { 0x000840, 1, 0x01, 0x00400008 },
  184. { 0x000841, 1, 0x01, 0x08000080 },
  185. { 0x000842, 1, 0x01, 0x00400008 },
  186. { 0x000843, 1, 0x01, 0x08000080 },
  187. { 0x0006aa, 1, 0x01, 0x00000001 },
  188. { 0x0006ab, 1, 0x01, 0x00000002 },
  189. { 0x0006ac, 1, 0x01, 0x00000080 },
  190. { 0x0006ad, 2, 0x01, 0x00000100 },
  191. { 0x0006b1, 1, 0x01, 0x00000011 },
  192. { 0x0006bb, 1, 0x01, 0x000000cf },
  193. { 0x0006ce, 1, 0x01, 0x2a712488 },
  194. { 0x000739, 1, 0x01, 0x4085c000 },
  195. { 0x00073a, 1, 0x01, 0x00000080 },
  196. { 0x000786, 1, 0x01, 0x80000100 },
  197. { 0x00073c, 1, 0x01, 0x00010100 },
  198. { 0x00073d, 1, 0x01, 0x02800000 },
  199. { 0x000787, 1, 0x01, 0x000000cf },
  200. { 0x00078c, 1, 0x01, 0x00000008 },
  201. { 0x000792, 1, 0x01, 0x00000001 },
  202. { 0x000794, 3, 0x01, 0x00000001 },
  203. { 0x000797, 1, 0x01, 0x000000cf },
  204. { 0x000836, 1, 0x01, 0x00000001 },
  205. { 0x00079a, 1, 0x01, 0x00000002 },
  206. { 0x000833, 1, 0x01, 0x04444480 },
  207. { 0x0007a1, 1, 0x01, 0x00000001 },
  208. { 0x0007a3, 3, 0x01, 0x00000001 },
  209. { 0x000831, 1, 0x01, 0x00000004 },
  210. { 0x000b07, 1, 0x01, 0x00000002 },
  211. { 0x000b08, 2, 0x01, 0x00000100 },
  212. { 0x000b0a, 1, 0x01, 0x00000001 },
  213. { 0x000a04, 1, 0x01, 0x000000ff },
  214. { 0x000a0b, 1, 0x01, 0x00000040 },
  215. { 0x00097f, 1, 0x01, 0x00000100 },
  216. { 0x000a02, 1, 0x01, 0x00000001 },
  217. { 0x000809, 1, 0x01, 0x00000007 },
  218. { 0x00c221, 1, 0x01, 0x00000040 },
  219. { 0x00c1b0, 8, 0x01, 0x0000000f },
  220. { 0x00c1b8, 1, 0x01, 0x0fac6881 },
  221. { 0x00c1b9, 1, 0x01, 0x00fac688 },
  222. { 0x00c401, 1, 0x01, 0x00000001 },
  223. { 0x00c402, 1, 0x01, 0x00010001 },
  224. { 0x00c403, 2, 0x01, 0x00000001 },
  225. { 0x00c40e, 1, 0x01, 0x00000020 },
  226. { 0x00c500, 1, 0x01, 0x00000003 },
  227. { 0x01e100, 1, 0x01, 0x00000001 },
  228. { 0x001000, 1, 0x01, 0x00000002 },
  229. { 0x0006aa, 1, 0x01, 0x00000001 },
  230. { 0x0006ad, 2, 0x01, 0x00000100 },
  231. { 0x0006b1, 1, 0x01, 0x00000011 },
  232. { 0x00078c, 1, 0x01, 0x00000008 },
  233. { 0x000792, 1, 0x01, 0x00000001 },
  234. { 0x000794, 3, 0x01, 0x00000001 },
  235. { 0x000797, 1, 0x01, 0x000000cf },
  236. { 0x00079a, 1, 0x01, 0x00000002 },
  237. { 0x000833, 1, 0x01, 0x04444480 },
  238. { 0x0007a1, 1, 0x01, 0x00000001 },
  239. { 0x0007a3, 3, 0x01, 0x00000001 },
  240. { 0x000831, 1, 0x01, 0x00000004 },
  241. { 0x01e100, 1, 0x01, 0x00000001 },
  242. { 0x001000, 1, 0x01, 0x00000008 },
  243. { 0x000039, 3, 0x01, 0x00000000 },
  244. { 0x000380, 1, 0x01, 0x00000001 },
  245. { 0x000366, 2, 0x01, 0x00000000 },
  246. { 0x000368, 1, 0x01, 0x00000fff },
  247. { 0x000370, 2, 0x01, 0x00000000 },
  248. { 0x000372, 1, 0x01, 0x000fffff },
  249. { 0x000813, 1, 0x01, 0x00000006 },
  250. { 0x000814, 1, 0x01, 0x00000008 },
  251. { 0x000957, 1, 0x01, 0x00000003 },
  252. { 0x000b07, 1, 0x01, 0x00000002 },
  253. { 0x000b08, 2, 0x01, 0x00000100 },
  254. { 0x000b0a, 1, 0x01, 0x00000001 },
  255. { 0x000a04, 1, 0x01, 0x000000ff },
  256. { 0x00097f, 1, 0x01, 0x00000100 },
  257. { 0x000a02, 1, 0x01, 0x00000001 },
  258. { 0x000809, 1, 0x01, 0x00000007 },
  259. { 0x00c221, 1, 0x01, 0x00000040 },
  260. { 0x00c401, 1, 0x01, 0x00000001 },
  261. { 0x00c402, 1, 0x01, 0x00010001 },
  262. { 0x00c403, 2, 0x01, 0x00000001 },
  263. { 0x00c40e, 1, 0x01, 0x00000020 },
  264. { 0x00c500, 1, 0x01, 0x00000003 },
  265. { 0x01e100, 1, 0x01, 0x00000001 },
  266. { 0x001000, 1, 0x01, 0x00000001 },
  267. { 0x000b07, 1, 0x01, 0x00000002 },
  268. { 0x000b08, 2, 0x01, 0x00000100 },
  269. { 0x000b0a, 1, 0x01, 0x00000001 },
  270. { 0x01e100, 1, 0x01, 0x00000001 },
  271. {}
  272. };
  273. const struct gf100_gr_pack
  274. gk104_grctx_pack_icmd[] = {
  275. { gk104_grctx_init_icmd_0 },
  276. {}
  277. };
  278. const struct gf100_gr_init
  279. gk104_grctx_init_a097_0[] = {
  280. { 0x000800, 8, 0x40, 0x00000000 },
  281. { 0x000804, 8, 0x40, 0x00000000 },
  282. { 0x000808, 8, 0x40, 0x00000400 },
  283. { 0x00080c, 8, 0x40, 0x00000300 },
  284. { 0x000810, 1, 0x04, 0x000000cf },
  285. { 0x000850, 7, 0x40, 0x00000000 },
  286. { 0x000814, 8, 0x40, 0x00000040 },
  287. { 0x000818, 8, 0x40, 0x00000001 },
  288. { 0x00081c, 8, 0x40, 0x00000000 },
  289. { 0x000820, 8, 0x40, 0x00000000 },
  290. { 0x001c00, 16, 0x10, 0x00000000 },
  291. { 0x001c04, 16, 0x10, 0x00000000 },
  292. { 0x001c08, 16, 0x10, 0x00000000 },
  293. { 0x001c0c, 16, 0x10, 0x00000000 },
  294. { 0x001d00, 16, 0x10, 0x00000000 },
  295. { 0x001d04, 16, 0x10, 0x00000000 },
  296. { 0x001d08, 16, 0x10, 0x00000000 },
  297. { 0x001d0c, 16, 0x10, 0x00000000 },
  298. { 0x001f00, 16, 0x08, 0x00000000 },
  299. { 0x001f04, 16, 0x08, 0x00000000 },
  300. { 0x001f80, 16, 0x08, 0x00000000 },
  301. { 0x001f84, 16, 0x08, 0x00000000 },
  302. { 0x002000, 1, 0x04, 0x00000000 },
  303. { 0x002040, 1, 0x04, 0x00000011 },
  304. { 0x002080, 1, 0x04, 0x00000020 },
  305. { 0x0020c0, 1, 0x04, 0x00000030 },
  306. { 0x002100, 1, 0x04, 0x00000040 },
  307. { 0x002140, 1, 0x04, 0x00000051 },
  308. { 0x00200c, 6, 0x40, 0x00000001 },
  309. { 0x002010, 1, 0x04, 0x00000000 },
  310. { 0x002050, 1, 0x04, 0x00000000 },
  311. { 0x002090, 1, 0x04, 0x00000001 },
  312. { 0x0020d0, 1, 0x04, 0x00000002 },
  313. { 0x002110, 1, 0x04, 0x00000003 },
  314. { 0x002150, 1, 0x04, 0x00000004 },
  315. { 0x000380, 4, 0x20, 0x00000000 },
  316. { 0x000384, 4, 0x20, 0x00000000 },
  317. { 0x000388, 4, 0x20, 0x00000000 },
  318. { 0x00038c, 4, 0x20, 0x00000000 },
  319. { 0x000700, 4, 0x10, 0x00000000 },
  320. { 0x000704, 4, 0x10, 0x00000000 },
  321. { 0x000708, 4, 0x10, 0x00000000 },
  322. { 0x002800, 128, 0x04, 0x00000000 },
  323. { 0x000a00, 16, 0x20, 0x00000000 },
  324. { 0x000a04, 16, 0x20, 0x00000000 },
  325. { 0x000a08, 16, 0x20, 0x00000000 },
  326. { 0x000a0c, 16, 0x20, 0x00000000 },
  327. { 0x000a10, 16, 0x20, 0x00000000 },
  328. { 0x000a14, 16, 0x20, 0x00000000 },
  329. { 0x000c00, 16, 0x10, 0x00000000 },
  330. { 0x000c04, 16, 0x10, 0x00000000 },
  331. { 0x000c08, 16, 0x10, 0x00000000 },
  332. { 0x000c0c, 16, 0x10, 0x3f800000 },
  333. { 0x000d00, 8, 0x08, 0xffff0000 },
  334. { 0x000d04, 8, 0x08, 0xffff0000 },
  335. { 0x000e00, 16, 0x10, 0x00000000 },
  336. { 0x000e04, 16, 0x10, 0xffff0000 },
  337. { 0x000e08, 16, 0x10, 0xffff0000 },
  338. { 0x000d40, 4, 0x08, 0x00000000 },
  339. { 0x000d44, 4, 0x08, 0x00000000 },
  340. { 0x001e00, 8, 0x20, 0x00000001 },
  341. { 0x001e04, 8, 0x20, 0x00000001 },
  342. { 0x001e08, 8, 0x20, 0x00000002 },
  343. { 0x001e0c, 8, 0x20, 0x00000001 },
  344. { 0x001e10, 8, 0x20, 0x00000001 },
  345. { 0x001e14, 8, 0x20, 0x00000002 },
  346. { 0x001e18, 8, 0x20, 0x00000001 },
  347. { 0x003400, 128, 0x04, 0x00000000 },
  348. { 0x00030c, 1, 0x04, 0x00000001 },
  349. { 0x001944, 1, 0x04, 0x00000000 },
  350. { 0x001514, 1, 0x04, 0x00000000 },
  351. { 0x000d68, 1, 0x04, 0x0000ffff },
  352. { 0x00121c, 1, 0x04, 0x0fac6881 },
  353. { 0x000fac, 1, 0x04, 0x00000001 },
  354. { 0x001538, 1, 0x04, 0x00000001 },
  355. { 0x000fe0, 2, 0x04, 0x00000000 },
  356. { 0x000fe8, 1, 0x04, 0x00000014 },
  357. { 0x000fec, 1, 0x04, 0x00000040 },
  358. { 0x000ff0, 1, 0x04, 0x00000000 },
  359. { 0x00179c, 1, 0x04, 0x00000000 },
  360. { 0x001228, 1, 0x04, 0x00000400 },
  361. { 0x00122c, 1, 0x04, 0x00000300 },
  362. { 0x001230, 1, 0x04, 0x00010001 },
  363. { 0x0007f8, 1, 0x04, 0x00000000 },
  364. { 0x0015b4, 1, 0x04, 0x00000001 },
  365. { 0x0015cc, 1, 0x04, 0x00000000 },
  366. { 0x001534, 1, 0x04, 0x00000000 },
  367. { 0x000fb0, 1, 0x04, 0x00000000 },
  368. { 0x0015d0, 1, 0x04, 0x00000000 },
  369. { 0x00153c, 1, 0x04, 0x00000000 },
  370. { 0x0016b4, 1, 0x04, 0x00000003 },
  371. { 0x000fbc, 4, 0x04, 0x0000ffff },
  372. { 0x000df8, 2, 0x04, 0x00000000 },
  373. { 0x001948, 1, 0x04, 0x00000000 },
  374. { 0x001970, 1, 0x04, 0x00000001 },
  375. { 0x00161c, 1, 0x04, 0x000009f0 },
  376. { 0x000dcc, 1, 0x04, 0x00000010 },
  377. { 0x00163c, 1, 0x04, 0x00000000 },
  378. { 0x0015e4, 1, 0x04, 0x00000000 },
  379. { 0x001160, 32, 0x04, 0x25e00040 },
  380. { 0x001880, 32, 0x04, 0x00000000 },
  381. { 0x000f84, 2, 0x04, 0x00000000 },
  382. { 0x0017c8, 2, 0x04, 0x00000000 },
  383. { 0x0017d0, 1, 0x04, 0x000000ff },
  384. { 0x0017d4, 1, 0x04, 0xffffffff },
  385. { 0x0017d8, 1, 0x04, 0x00000002 },
  386. { 0x0017dc, 1, 0x04, 0x00000000 },
  387. { 0x0015f4, 2, 0x04, 0x00000000 },
  388. { 0x001434, 2, 0x04, 0x00000000 },
  389. { 0x000d74, 1, 0x04, 0x00000000 },
  390. { 0x000dec, 1, 0x04, 0x00000001 },
  391. { 0x0013a4, 1, 0x04, 0x00000000 },
  392. { 0x001318, 1, 0x04, 0x00000001 },
  393. { 0x001644, 1, 0x04, 0x00000000 },
  394. { 0x000748, 1, 0x04, 0x00000000 },
  395. { 0x000de8, 1, 0x04, 0x00000000 },
  396. { 0x001648, 1, 0x04, 0x00000000 },
  397. { 0x0012a4, 1, 0x04, 0x00000000 },
  398. { 0x001120, 4, 0x04, 0x00000000 },
  399. { 0x001118, 1, 0x04, 0x00000000 },
  400. { 0x00164c, 1, 0x04, 0x00000000 },
  401. { 0x001658, 1, 0x04, 0x00000000 },
  402. { 0x001910, 1, 0x04, 0x00000290 },
  403. { 0x001518, 1, 0x04, 0x00000000 },
  404. { 0x00165c, 1, 0x04, 0x00000001 },
  405. { 0x001520, 1, 0x04, 0x00000000 },
  406. { 0x001604, 1, 0x04, 0x00000000 },
  407. { 0x001570, 1, 0x04, 0x00000000 },
  408. { 0x0013b0, 2, 0x04, 0x3f800000 },
  409. { 0x00020c, 1, 0x04, 0x00000000 },
  410. { 0x001670, 1, 0x04, 0x30201000 },
  411. { 0x001674, 1, 0x04, 0x70605040 },
  412. { 0x001678, 1, 0x04, 0xb8a89888 },
  413. { 0x00167c, 1, 0x04, 0xf8e8d8c8 },
  414. { 0x00166c, 1, 0x04, 0x00000000 },
  415. { 0x001680, 1, 0x04, 0x00ffff00 },
  416. { 0x0012d0, 1, 0x04, 0x00000003 },
  417. { 0x0012d4, 1, 0x04, 0x00000002 },
  418. { 0x001684, 2, 0x04, 0x00000000 },
  419. { 0x000dac, 2, 0x04, 0x00001b02 },
  420. { 0x000db4, 1, 0x04, 0x00000000 },
  421. { 0x00168c, 1, 0x04, 0x00000000 },
  422. { 0x0015bc, 1, 0x04, 0x00000000 },
  423. { 0x00156c, 1, 0x04, 0x00000000 },
  424. { 0x00187c, 1, 0x04, 0x00000000 },
  425. { 0x001110, 1, 0x04, 0x00000001 },
  426. { 0x000dc0, 3, 0x04, 0x00000000 },
  427. { 0x001234, 1, 0x04, 0x00000000 },
  428. { 0x001690, 1, 0x04, 0x00000000 },
  429. { 0x0012ac, 1, 0x04, 0x00000001 },
  430. { 0x000790, 5, 0x04, 0x00000000 },
  431. { 0x00077c, 1, 0x04, 0x00000000 },
  432. { 0x001000, 1, 0x04, 0x00000010 },
  433. { 0x0010fc, 1, 0x04, 0x00000000 },
  434. { 0x001290, 1, 0x04, 0x00000000 },
  435. { 0x000218, 1, 0x04, 0x00000010 },
  436. { 0x0012d8, 1, 0x04, 0x00000000 },
  437. { 0x0012dc, 1, 0x04, 0x00000010 },
  438. { 0x000d94, 1, 0x04, 0x00000001 },
  439. { 0x00155c, 2, 0x04, 0x00000000 },
  440. { 0x001564, 1, 0x04, 0x00000fff },
  441. { 0x001574, 2, 0x04, 0x00000000 },
  442. { 0x00157c, 1, 0x04, 0x000fffff },
  443. { 0x001354, 1, 0x04, 0x00000000 },
  444. { 0x001610, 1, 0x04, 0x00000012 },
  445. { 0x001608, 2, 0x04, 0x00000000 },
  446. { 0x00260c, 1, 0x04, 0x00000000 },
  447. { 0x0007ac, 1, 0x04, 0x00000000 },
  448. { 0x00162c, 1, 0x04, 0x00000003 },
  449. { 0x000210, 1, 0x04, 0x00000000 },
  450. { 0x000320, 1, 0x04, 0x00000000 },
  451. { 0x000324, 6, 0x04, 0x3f800000 },
  452. { 0x000750, 1, 0x04, 0x00000000 },
  453. { 0x000760, 1, 0x04, 0x39291909 },
  454. { 0x000764, 1, 0x04, 0x79695949 },
  455. { 0x000768, 1, 0x04, 0xb9a99989 },
  456. { 0x00076c, 1, 0x04, 0xf9e9d9c9 },
  457. { 0x000770, 1, 0x04, 0x30201000 },
  458. { 0x000774, 1, 0x04, 0x70605040 },
  459. { 0x000778, 1, 0x04, 0x00009080 },
  460. { 0x000780, 1, 0x04, 0x39291909 },
  461. { 0x000784, 1, 0x04, 0x79695949 },
  462. { 0x000788, 1, 0x04, 0xb9a99989 },
  463. { 0x00078c, 1, 0x04, 0xf9e9d9c9 },
  464. { 0x0007d0, 1, 0x04, 0x30201000 },
  465. { 0x0007d4, 1, 0x04, 0x70605040 },
  466. { 0x0007d8, 1, 0x04, 0x00009080 },
  467. { 0x00037c, 1, 0x04, 0x00000001 },
  468. { 0x000740, 2, 0x04, 0x00000000 },
  469. { 0x002600, 1, 0x04, 0x00000000 },
  470. { 0x001918, 1, 0x04, 0x00000000 },
  471. { 0x00191c, 1, 0x04, 0x00000900 },
  472. { 0x001920, 1, 0x04, 0x00000405 },
  473. { 0x001308, 1, 0x04, 0x00000001 },
  474. { 0x001924, 1, 0x04, 0x00000000 },
  475. { 0x0013ac, 1, 0x04, 0x00000000 },
  476. { 0x00192c, 1, 0x04, 0x00000001 },
  477. { 0x00193c, 1, 0x04, 0x00002c1c },
  478. { 0x000d7c, 1, 0x04, 0x00000000 },
  479. { 0x000f8c, 1, 0x04, 0x00000000 },
  480. { 0x0002c0, 1, 0x04, 0x00000001 },
  481. { 0x001510, 1, 0x04, 0x00000000 },
  482. { 0x001940, 1, 0x04, 0x00000000 },
  483. { 0x000ff4, 2, 0x04, 0x00000000 },
  484. { 0x00194c, 2, 0x04, 0x00000000 },
  485. { 0x001968, 1, 0x04, 0x00000000 },
  486. { 0x001590, 1, 0x04, 0x0000003f },
  487. { 0x0007e8, 4, 0x04, 0x00000000 },
  488. { 0x00196c, 1, 0x04, 0x00000011 },
  489. { 0x0002e4, 1, 0x04, 0x0000b001 },
  490. { 0x00036c, 2, 0x04, 0x00000000 },
  491. { 0x00197c, 1, 0x04, 0x00000000 },
  492. { 0x000fcc, 2, 0x04, 0x00000000 },
  493. { 0x0002d8, 1, 0x04, 0x00000040 },
  494. { 0x001980, 1, 0x04, 0x00000080 },
  495. { 0x001504, 1, 0x04, 0x00000080 },
  496. { 0x001984, 1, 0x04, 0x00000000 },
  497. { 0x000300, 1, 0x04, 0x00000001 },
  498. { 0x0013a8, 1, 0x04, 0x00000000 },
  499. { 0x0012ec, 1, 0x04, 0x00000000 },
  500. { 0x001310, 1, 0x04, 0x00000000 },
  501. { 0x001314, 1, 0x04, 0x00000001 },
  502. { 0x001380, 1, 0x04, 0x00000000 },
  503. { 0x001384, 4, 0x04, 0x00000001 },
  504. { 0x001394, 1, 0x04, 0x00000000 },
  505. { 0x00139c, 1, 0x04, 0x00000000 },
  506. { 0x001398, 1, 0x04, 0x00000000 },
  507. { 0x001594, 1, 0x04, 0x00000000 },
  508. { 0x001598, 4, 0x04, 0x00000001 },
  509. { 0x000f54, 3, 0x04, 0x00000000 },
  510. { 0x0019bc, 1, 0x04, 0x00000000 },
  511. { 0x000f9c, 2, 0x04, 0x00000000 },
  512. { 0x0012cc, 1, 0x04, 0x00000000 },
  513. { 0x0012e8, 1, 0x04, 0x00000000 },
  514. { 0x00130c, 1, 0x04, 0x00000001 },
  515. { 0x001360, 8, 0x04, 0x00000000 },
  516. { 0x00133c, 2, 0x04, 0x00000001 },
  517. { 0x001344, 1, 0x04, 0x00000002 },
  518. { 0x001348, 2, 0x04, 0x00000001 },
  519. { 0x001350, 1, 0x04, 0x00000002 },
  520. { 0x001358, 1, 0x04, 0x00000001 },
  521. { 0x0012e4, 1, 0x04, 0x00000000 },
  522. { 0x00131c, 4, 0x04, 0x00000000 },
  523. { 0x0019c0, 1, 0x04, 0x00000000 },
  524. { 0x001140, 1, 0x04, 0x00000000 },
  525. { 0x0019c4, 1, 0x04, 0x00000000 },
  526. { 0x0019c8, 1, 0x04, 0x00001500 },
  527. { 0x00135c, 1, 0x04, 0x00000000 },
  528. { 0x000f90, 1, 0x04, 0x00000000 },
  529. { 0x0019e0, 8, 0x04, 0x00000001 },
  530. { 0x0019cc, 1, 0x04, 0x00000001 },
  531. { 0x0015b8, 1, 0x04, 0x00000000 },
  532. { 0x001a00, 1, 0x04, 0x00001111 },
  533. { 0x001a04, 7, 0x04, 0x00000000 },
  534. { 0x000d6c, 2, 0x04, 0xffff0000 },
  535. { 0x0010f8, 1, 0x04, 0x00001010 },
  536. { 0x000d80, 5, 0x04, 0x00000000 },
  537. { 0x000da0, 1, 0x04, 0x00000000 },
  538. { 0x0007a4, 2, 0x04, 0x00000000 },
  539. { 0x001508, 1, 0x04, 0x80000000 },
  540. { 0x00150c, 1, 0x04, 0x40000000 },
  541. { 0x001668, 1, 0x04, 0x00000000 },
  542. { 0x000318, 2, 0x04, 0x00000008 },
  543. { 0x000d9c, 1, 0x04, 0x00000001 },
  544. { 0x000374, 1, 0x04, 0x00000000 },
  545. { 0x000378, 1, 0x04, 0x00000020 },
  546. { 0x0007dc, 1, 0x04, 0x00000000 },
  547. { 0x00074c, 1, 0x04, 0x00000055 },
  548. { 0x001420, 1, 0x04, 0x00000003 },
  549. { 0x0017bc, 2, 0x04, 0x00000000 },
  550. { 0x0017c4, 1, 0x04, 0x00000001 },
  551. { 0x001008, 1, 0x04, 0x00000008 },
  552. { 0x00100c, 1, 0x04, 0x00000040 },
  553. { 0x001010, 1, 0x04, 0x0000012c },
  554. { 0x000d60, 1, 0x04, 0x00000040 },
  555. { 0x00075c, 1, 0x04, 0x00000003 },
  556. { 0x001018, 1, 0x04, 0x00000020 },
  557. { 0x00101c, 1, 0x04, 0x00000001 },
  558. { 0x001020, 1, 0x04, 0x00000020 },
  559. { 0x001024, 1, 0x04, 0x00000001 },
  560. { 0x001444, 3, 0x04, 0x00000000 },
  561. { 0x000360, 1, 0x04, 0x20164010 },
  562. { 0x000364, 1, 0x04, 0x00000020 },
  563. { 0x000368, 1, 0x04, 0x00000000 },
  564. { 0x000de4, 1, 0x04, 0x00000000 },
  565. { 0x000204, 1, 0x04, 0x00000006 },
  566. { 0x000208, 1, 0x04, 0x00000000 },
  567. { 0x0002cc, 2, 0x04, 0x003fffff },
  568. { 0x001220, 1, 0x04, 0x00000005 },
  569. { 0x000fdc, 1, 0x04, 0x00000000 },
  570. { 0x000f98, 1, 0x04, 0x00400008 },
  571. { 0x001284, 1, 0x04, 0x08000080 },
  572. { 0x001450, 1, 0x04, 0x00400008 },
  573. { 0x001454, 1, 0x04, 0x08000080 },
  574. { 0x000214, 1, 0x04, 0x00000000 },
  575. {}
  576. };
  577. static const struct gf100_gr_pack
  578. gk104_grctx_pack_mthd[] = {
  579. { gk104_grctx_init_a097_0, 0xa097 },
  580. { gf100_grctx_init_902d_0, 0x902d },
  581. {}
  582. };
  583. static const struct gf100_gr_init
  584. gk104_grctx_init_fe_0[] = {
  585. { 0x404010, 5, 0x04, 0x00000000 },
  586. { 0x404024, 1, 0x04, 0x0000e000 },
  587. { 0x404028, 1, 0x04, 0x00000000 },
  588. { 0x4040a8, 8, 0x04, 0x00000000 },
  589. { 0x4040c8, 1, 0x04, 0xf800008f },
  590. { 0x4040d0, 6, 0x04, 0x00000000 },
  591. { 0x4040e8, 1, 0x04, 0x00001000 },
  592. { 0x4040f8, 1, 0x04, 0x00000000 },
  593. { 0x404130, 2, 0x04, 0x00000000 },
  594. { 0x404138, 1, 0x04, 0x20000040 },
  595. { 0x404150, 1, 0x04, 0x0000002e },
  596. { 0x404154, 1, 0x04, 0x00000400 },
  597. { 0x404158, 1, 0x04, 0x00000200 },
  598. { 0x404164, 1, 0x04, 0x00000055 },
  599. { 0x4041a0, 4, 0x04, 0x00000000 },
  600. { 0x404200, 4, 0x04, 0x00000000 },
  601. {}
  602. };
  603. const struct gf100_gr_init
  604. gk104_grctx_init_memfmt_0[] = {
  605. { 0x404604, 1, 0x04, 0x00000014 },
  606. { 0x404608, 1, 0x04, 0x00000000 },
  607. { 0x40460c, 1, 0x04, 0x00003fff },
  608. { 0x404610, 1, 0x04, 0x00000100 },
  609. { 0x404618, 4, 0x04, 0x00000000 },
  610. { 0x40462c, 2, 0x04, 0x00000000 },
  611. { 0x404640, 1, 0x04, 0x00000000 },
  612. { 0x404654, 1, 0x04, 0x00000000 },
  613. { 0x404660, 1, 0x04, 0x00000000 },
  614. { 0x404678, 1, 0x04, 0x00000000 },
  615. { 0x40467c, 1, 0x04, 0x00000002 },
  616. { 0x404680, 8, 0x04, 0x00000000 },
  617. { 0x4046a0, 1, 0x04, 0x007f0080 },
  618. { 0x4046a4, 8, 0x04, 0x00000000 },
  619. { 0x4046c8, 3, 0x04, 0x00000000 },
  620. { 0x404700, 3, 0x04, 0x00000000 },
  621. { 0x404718, 7, 0x04, 0x00000000 },
  622. { 0x404734, 1, 0x04, 0x00000100 },
  623. { 0x404738, 2, 0x04, 0x00000000 },
  624. { 0x404744, 2, 0x04, 0x00000000 },
  625. { 0x404754, 1, 0x04, 0x00000000 },
  626. {}
  627. };
  628. const struct gf100_gr_init
  629. gk104_grctx_init_ds_0[] = {
  630. { 0x405800, 1, 0x04, 0x0f8000bf },
  631. { 0x405830, 1, 0x04, 0x02180648 },
  632. { 0x405834, 1, 0x04, 0x08000000 },
  633. { 0x405838, 1, 0x04, 0x00000000 },
  634. { 0x405854, 1, 0x04, 0x00000000 },
  635. { 0x405870, 4, 0x04, 0x00000001 },
  636. { 0x405a00, 2, 0x04, 0x00000000 },
  637. { 0x405a18, 1, 0x04, 0x00000000 },
  638. {}
  639. };
  640. static const struct gf100_gr_init
  641. gk104_grctx_init_cwd_0[] = {
  642. { 0x405b00, 1, 0x04, 0x00000000 },
  643. { 0x405b10, 1, 0x04, 0x00001000 },
  644. {}
  645. };
  646. static const struct gf100_gr_init
  647. gk104_grctx_init_pd_0[] = {
  648. { 0x406020, 1, 0x04, 0x004103c1 },
  649. { 0x406028, 4, 0x04, 0x00000001 },
  650. { 0x4064a8, 1, 0x04, 0x00000000 },
  651. { 0x4064ac, 1, 0x04, 0x00003fff },
  652. { 0x4064b4, 2, 0x04, 0x00000000 },
  653. { 0x4064c0, 1, 0x04, 0x801a00f0 },
  654. { 0x4064c4, 1, 0x04, 0x0192ffff },
  655. { 0x4064c8, 1, 0x04, 0x01800600 },
  656. { 0x4064cc, 9, 0x04, 0x00000000 },
  657. { 0x4064fc, 1, 0x04, 0x0000022a },
  658. {}
  659. };
  660. static const struct gf100_gr_init
  661. gk104_grctx_init_sked_0[] = {
  662. { 0x407040, 1, 0x04, 0x00000000 },
  663. {}
  664. };
  665. const struct gf100_gr_init
  666. gk104_grctx_init_scc_0[] = {
  667. { 0x408000, 2, 0x04, 0x00000000 },
  668. { 0x408008, 1, 0x04, 0x00000030 },
  669. { 0x40800c, 2, 0x04, 0x00000000 },
  670. { 0x408014, 1, 0x04, 0x00000069 },
  671. { 0x408018, 1, 0x04, 0xe100e100 },
  672. { 0x408064, 1, 0x04, 0x00000000 },
  673. {}
  674. };
  675. static const struct gf100_gr_init
  676. gk104_grctx_init_be_0[] = {
  677. { 0x408800, 1, 0x04, 0x02802a3c },
  678. { 0x408804, 1, 0x04, 0x00000040 },
  679. { 0x408808, 1, 0x04, 0x1043e005 },
  680. { 0x408840, 1, 0x04, 0x0000000b },
  681. { 0x408900, 1, 0x04, 0x3080b801 },
  682. { 0x408904, 1, 0x04, 0x62000001 },
  683. { 0x408908, 1, 0x04, 0x00c8102f },
  684. { 0x408980, 1, 0x04, 0x0000011d },
  685. {}
  686. };
  687. const struct gf100_gr_pack
  688. gk104_grctx_pack_hub[] = {
  689. { gf100_grctx_init_main_0 },
  690. { gk104_grctx_init_fe_0 },
  691. { gf100_grctx_init_pri_0 },
  692. { gk104_grctx_init_memfmt_0 },
  693. { gk104_grctx_init_ds_0 },
  694. { gk104_grctx_init_cwd_0 },
  695. { gk104_grctx_init_pd_0 },
  696. { gk104_grctx_init_sked_0 },
  697. { gf100_grctx_init_rstr2d_0 },
  698. { gk104_grctx_init_scc_0 },
  699. { gk104_grctx_init_be_0 },
  700. {}
  701. };
  702. static const struct gf100_gr_init
  703. gk104_grctx_init_setup_0[] = {
  704. { 0x418800, 1, 0x04, 0x7006860a },
  705. { 0x418808, 3, 0x04, 0x00000000 },
  706. { 0x418828, 1, 0x04, 0x00000044 },
  707. { 0x418830, 1, 0x04, 0x10000001 },
  708. { 0x4188d8, 1, 0x04, 0x00000008 },
  709. { 0x4188e0, 1, 0x04, 0x01000000 },
  710. { 0x4188e8, 5, 0x04, 0x00000000 },
  711. { 0x4188fc, 1, 0x04, 0x20100018 },
  712. {}
  713. };
  714. const struct gf100_gr_init
  715. gk104_grctx_init_gpm_0[] = {
  716. { 0x418c08, 1, 0x04, 0x00000001 },
  717. { 0x418c10, 8, 0x04, 0x00000000 },
  718. { 0x418c40, 1, 0x04, 0xffffffff },
  719. { 0x418c6c, 1, 0x04, 0x00000001 },
  720. { 0x418c80, 1, 0x04, 0x20200004 },
  721. { 0x418c8c, 1, 0x04, 0x00000001 },
  722. {}
  723. };
  724. const struct gf100_gr_pack
  725. gk104_grctx_pack_gpc[] = {
  726. { gf100_grctx_init_gpc_unk_0 },
  727. { gf119_grctx_init_prop_0 },
  728. { gf119_grctx_init_gpc_unk_1 },
  729. { gk104_grctx_init_setup_0 },
  730. { gf100_grctx_init_zcull_0 },
  731. { gf119_grctx_init_crstr_0 },
  732. { gk104_grctx_init_gpm_0 },
  733. { gf100_grctx_init_gcc_0 },
  734. {}
  735. };
  736. static const struct gf100_gr_init
  737. gk104_grctx_init_tex_0[] = {
  738. { 0x419a00, 1, 0x04, 0x000000f0 },
  739. { 0x419a04, 1, 0x04, 0x00000001 },
  740. { 0x419a08, 1, 0x04, 0x00000021 },
  741. { 0x419a0c, 1, 0x04, 0x00020000 },
  742. { 0x419a10, 1, 0x04, 0x00000000 },
  743. { 0x419a14, 1, 0x04, 0x00000200 },
  744. { 0x419a1c, 1, 0x04, 0x0000c000 },
  745. { 0x419a20, 1, 0x04, 0x00000800 },
  746. { 0x419a30, 1, 0x04, 0x00000001 },
  747. { 0x419ac4, 1, 0x04, 0x0037f440 },
  748. {}
  749. };
  750. static const struct gf100_gr_init
  751. gk104_grctx_init_mpc_0[] = {
  752. { 0x419c00, 1, 0x04, 0x0000000a },
  753. { 0x419c04, 1, 0x04, 0x80000006 },
  754. { 0x419c08, 1, 0x04, 0x00000002 },
  755. { 0x419c20, 1, 0x04, 0x00000000 },
  756. { 0x419c24, 1, 0x04, 0x00084210 },
  757. { 0x419c28, 1, 0x04, 0x3efbefbe },
  758. {}
  759. };
  760. static const struct gf100_gr_init
  761. gk104_grctx_init_l1c_0[] = {
  762. { 0x419ce8, 1, 0x04, 0x00000000 },
  763. { 0x419cf4, 1, 0x04, 0x00003203 },
  764. {}
  765. };
  766. static const struct gf100_gr_init
  767. gk104_grctx_init_sm_0[] = {
  768. { 0x419e04, 3, 0x04, 0x00000000 },
  769. { 0x419e10, 1, 0x04, 0x00000402 },
  770. { 0x419e44, 1, 0x04, 0x0013eff2 },
  771. { 0x419e48, 1, 0x04, 0x00000000 },
  772. { 0x419e4c, 1, 0x04, 0x0000007f },
  773. { 0x419e50, 19, 0x04, 0x00000000 },
  774. { 0x419eac, 1, 0x04, 0x00001f8f },
  775. { 0x419eb0, 1, 0x04, 0x00000d3f },
  776. { 0x419ec8, 1, 0x04, 0x0001304f },
  777. { 0x419f30, 8, 0x04, 0x00000000 },
  778. { 0x419f58, 1, 0x04, 0x00000000 },
  779. { 0x419f70, 1, 0x04, 0x00000000 },
  780. { 0x419f78, 1, 0x04, 0x0000000b },
  781. { 0x419f7c, 1, 0x04, 0x0000027c },
  782. {}
  783. };
  784. const struct gf100_gr_pack
  785. gk104_grctx_pack_tpc[] = {
  786. { gf117_grctx_init_pe_0 },
  787. { gk104_grctx_init_tex_0 },
  788. { gk104_grctx_init_mpc_0 },
  789. { gk104_grctx_init_l1c_0 },
  790. { gk104_grctx_init_sm_0 },
  791. {}
  792. };
  793. const struct gf100_gr_init
  794. gk104_grctx_init_pes_0[] = {
  795. { 0x41be24, 1, 0x04, 0x00000006 },
  796. {}
  797. };
  798. static const struct gf100_gr_init
  799. gk104_grctx_init_cbm_0[] = {
  800. { 0x41bec0, 1, 0x04, 0x12180000 },
  801. { 0x41bec4, 1, 0x04, 0x00037f7f },
  802. { 0x41bee4, 1, 0x04, 0x06480430 },
  803. {}
  804. };
  805. const struct gf100_gr_pack
  806. gk104_grctx_pack_ppc[] = {
  807. { gk104_grctx_init_pes_0 },
  808. { gk104_grctx_init_cbm_0 },
  809. { gf117_grctx_init_wwdx_0 },
  810. {}
  811. };
  812. /*******************************************************************************
  813. * PGRAPH context implementation
  814. ******************************************************************************/
  815. void
  816. gk104_grctx_generate_bundle(struct gf100_grctx *info)
  817. {
  818. const struct gf100_grctx_func *grctx = info->gr->func->grctx;
  819. const u32 state_limit = min(grctx->bundle_min_gpm_fifo_depth,
  820. grctx->bundle_size / 0x20);
  821. const u32 token_limit = grctx->bundle_token_limit;
  822. const u32 access = NV_MEM_ACCESS_RW | NV_MEM_ACCESS_SYS;
  823. const int s = 8;
  824. const int b = mmio_vram(info, grctx->bundle_size, (1 << s), access);
  825. mmio_refn(info, 0x408004, 0x00000000, s, b);
  826. mmio_wr32(info, 0x408008, 0x80000000 | (grctx->bundle_size >> s));
  827. mmio_refn(info, 0x418808, 0x00000000, s, b);
  828. mmio_wr32(info, 0x41880c, 0x80000000 | (grctx->bundle_size >> s));
  829. mmio_wr32(info, 0x4064c8, (state_limit << 16) | token_limit);
  830. }
  831. void
  832. gk104_grctx_generate_pagepool(struct gf100_grctx *info)
  833. {
  834. const struct gf100_grctx_func *grctx = info->gr->func->grctx;
  835. const u32 access = NV_MEM_ACCESS_RW | NV_MEM_ACCESS_SYS;
  836. const int s = 8;
  837. const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), access);
  838. mmio_refn(info, 0x40800c, 0x00000000, s, b);
  839. mmio_wr32(info, 0x408010, 0x80000000);
  840. mmio_refn(info, 0x419004, 0x00000000, s, b);
  841. mmio_wr32(info, 0x419008, 0x00000000);
  842. mmio_wr32(info, 0x4064cc, 0x80000000);
  843. }
  844. void
  845. gk104_grctx_generate_unkn(struct gf100_gr *gr)
  846. {
  847. struct nvkm_device *device = gr->base.engine.subdev.device;
  848. nvkm_mask(device, 0x418c6c, 0x00000001, 0x00000001);
  849. nvkm_mask(device, 0x41980c, 0x00000010, 0x00000010);
  850. nvkm_mask(device, 0x41be08, 0x00000004, 0x00000004);
  851. nvkm_mask(device, 0x4064c0, 0x80000000, 0x80000000);
  852. nvkm_mask(device, 0x405800, 0x08000000, 0x08000000);
  853. nvkm_mask(device, 0x419c00, 0x00000008, 0x00000008);
  854. }
  855. void
  856. gk104_grctx_generate_r418bb8(struct gf100_gr *gr)
  857. {
  858. struct nvkm_device *device = gr->base.engine.subdev.device;
  859. u32 data[6] = {}, data2[2] = {};
  860. u8 tpcnr[GPC_MAX];
  861. u8 shift, ntpcv;
  862. int gpc, tpc, i;
  863. /* calculate first set of magics */
  864. memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr));
  865. gpc = -1;
  866. for (tpc = 0; tpc < gr->tpc_total; tpc++) {
  867. do {
  868. gpc = (gpc + 1) % gr->gpc_nr;
  869. } while (!tpcnr[gpc]);
  870. tpcnr[gpc]--;
  871. data[tpc / 6] |= gpc << ((tpc % 6) * 5);
  872. }
  873. for (; tpc < 32; tpc++)
  874. data[tpc / 6] |= 7 << ((tpc % 6) * 5);
  875. /* and the second... */
  876. shift = 0;
  877. ntpcv = gr->tpc_total;
  878. while (!(ntpcv & (1 << 4))) {
  879. ntpcv <<= 1;
  880. shift++;
  881. }
  882. data2[0] = (ntpcv << 16);
  883. data2[0] |= (shift << 21);
  884. data2[0] |= (((1 << (0 + 5)) % ntpcv) << 24);
  885. for (i = 1; i < 7; i++)
  886. data2[1] |= ((1 << (i + 5)) % ntpcv) << ((i - 1) * 5);
  887. /* GPC_BROADCAST */
  888. nvkm_wr32(device, 0x418bb8, (gr->tpc_total << 8) |
  889. gr->screen_tile_row_offset);
  890. for (i = 0; i < 6; i++)
  891. nvkm_wr32(device, 0x418b08 + (i * 4), data[i]);
  892. /* GPC_BROADCAST.TP_BROADCAST */
  893. nvkm_wr32(device, 0x41bfd0, (gr->tpc_total << 8) |
  894. gr->screen_tile_row_offset | data2[0]);
  895. nvkm_wr32(device, 0x41bfe4, data2[1]);
  896. for (i = 0; i < 6; i++)
  897. nvkm_wr32(device, 0x41bf00 + (i * 4), data[i]);
  898. /* UNK78xx */
  899. nvkm_wr32(device, 0x4078bc, (gr->tpc_total << 8) |
  900. gr->screen_tile_row_offset);
  901. for (i = 0; i < 6; i++)
  902. nvkm_wr32(device, 0x40780c + (i * 4), data[i]);
  903. }
  904. void
  905. gk104_grctx_generate_main(struct gf100_gr *gr, struct gf100_grctx *info)
  906. {
  907. struct nvkm_device *device = gr->base.engine.subdev.device;
  908. const struct gf100_grctx_func *grctx = gr->func->grctx;
  909. u32 idle_timeout;
  910. int i;
  911. nvkm_mc_unk260(device, 0);
  912. gf100_gr_mmio(gr, grctx->hub);
  913. gf100_gr_mmio(gr, grctx->gpc);
  914. gf100_gr_mmio(gr, grctx->zcull);
  915. gf100_gr_mmio(gr, grctx->tpc);
  916. gf100_gr_mmio(gr, grctx->ppc);
  917. idle_timeout = nvkm_mask(device, 0x404154, 0xffffffff, 0x00000000);
  918. grctx->bundle(info);
  919. grctx->pagepool(info);
  920. grctx->attrib(info);
  921. grctx->unkn(gr);
  922. gf100_grctx_generate_tpcid(gr);
  923. gf100_grctx_generate_r406028(gr);
  924. gk104_grctx_generate_r418bb8(gr);
  925. gf100_grctx_generate_r406800(gr);
  926. for (i = 0; i < 8; i++)
  927. nvkm_wr32(device, 0x4064d0 + (i * 0x04), 0x00000000);
  928. nvkm_wr32(device, 0x405b00, (gr->tpc_total << 8) | gr->gpc_nr);
  929. nvkm_mask(device, 0x419f78, 0x00000001, 0x00000000);
  930. gf100_gr_icmd(gr, grctx->icmd);
  931. nvkm_wr32(device, 0x404154, idle_timeout);
  932. gf100_gr_mthd(gr, grctx->mthd);
  933. nvkm_mc_unk260(device, 1);
  934. nvkm_mask(device, 0x418800, 0x00200000, 0x00200000);
  935. nvkm_mask(device, 0x41be10, 0x00800000, 0x00800000);
  936. }
  937. const struct gf100_grctx_func
  938. gk104_grctx = {
  939. .main = gk104_grctx_generate_main,
  940. .unkn = gk104_grctx_generate_unkn,
  941. .hub = gk104_grctx_pack_hub,
  942. .gpc = gk104_grctx_pack_gpc,
  943. .zcull = gf100_grctx_pack_zcull,
  944. .tpc = gk104_grctx_pack_tpc,
  945. .ppc = gk104_grctx_pack_ppc,
  946. .icmd = gk104_grctx_pack_icmd,
  947. .mthd = gk104_grctx_pack_mthd,
  948. .bundle = gk104_grctx_generate_bundle,
  949. .bundle_size = 0x3000,
  950. .bundle_min_gpm_fifo_depth = 0x180,
  951. .bundle_token_limit = 0x600,
  952. .pagepool = gk104_grctx_generate_pagepool,
  953. .pagepool_size = 0x8000,
  954. .attrib = gf117_grctx_generate_attrib,
  955. .attrib_nr_max = 0x324,
  956. .attrib_nr = 0x218,
  957. .alpha_nr_max = 0x7ff,
  958. .alpha_nr = 0x648,
  959. };