gm107.c 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  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 "gf100.h"
  25. #include "ctxgf100.h"
  26. #include <subdev/bios.h>
  27. #include <subdev/bios/P0260.h>
  28. #include <subdev/fb.h>
  29. #include <nvif/class.h>
  30. /*******************************************************************************
  31. * PGRAPH register lists
  32. ******************************************************************************/
  33. static const struct gf100_gr_init
  34. gm107_gr_init_main_0[] = {
  35. { 0x400080, 1, 0x04, 0x003003c2 },
  36. { 0x400088, 1, 0x04, 0x0001bfe7 },
  37. { 0x40008c, 1, 0x04, 0x00060000 },
  38. { 0x400090, 1, 0x04, 0x00000030 },
  39. { 0x40013c, 1, 0x04, 0x003901f3 },
  40. { 0x400140, 1, 0x04, 0x00000100 },
  41. { 0x400144, 1, 0x04, 0x00000000 },
  42. { 0x400148, 1, 0x04, 0x00000110 },
  43. { 0x400138, 1, 0x04, 0x00000000 },
  44. { 0x400130, 2, 0x04, 0x00000000 },
  45. { 0x400124, 1, 0x04, 0x00000002 },
  46. {}
  47. };
  48. static const struct gf100_gr_init
  49. gm107_gr_init_ds_0[] = {
  50. { 0x405844, 1, 0x04, 0x00ffffff },
  51. { 0x405850, 1, 0x04, 0x00000000 },
  52. { 0x405900, 1, 0x04, 0x00000000 },
  53. { 0x405908, 1, 0x04, 0x00000000 },
  54. {}
  55. };
  56. const struct gf100_gr_init
  57. gm107_gr_init_scc_0[] = {
  58. { 0x40803c, 1, 0x04, 0x00000010 },
  59. {}
  60. };
  61. static const struct gf100_gr_init
  62. gm107_gr_init_sked_0[] = {
  63. { 0x407010, 1, 0x04, 0x00000000 },
  64. { 0x407040, 1, 0x04, 0x40440424 },
  65. { 0x407048, 1, 0x04, 0x0000000a },
  66. {}
  67. };
  68. const struct gf100_gr_init
  69. gm107_gr_init_prop_0[] = {
  70. { 0x418408, 1, 0x04, 0x00000000 },
  71. { 0x4184a0, 1, 0x04, 0x00000000 },
  72. {}
  73. };
  74. const struct gf100_gr_init
  75. gm107_gr_init_setup_1[] = {
  76. { 0x4188c8, 2, 0x04, 0x00000000 },
  77. { 0x4188d0, 1, 0x04, 0x00010000 },
  78. { 0x4188d4, 1, 0x04, 0x00010201 },
  79. {}
  80. };
  81. const struct gf100_gr_init
  82. gm107_gr_init_zcull_0[] = {
  83. { 0x418910, 1, 0x04, 0x00010001 },
  84. { 0x418914, 1, 0x04, 0x00000301 },
  85. { 0x418918, 1, 0x04, 0x00800000 },
  86. { 0x418930, 2, 0x04, 0x00000000 },
  87. { 0x418980, 1, 0x04, 0x77777770 },
  88. { 0x418984, 3, 0x04, 0x77777777 },
  89. {}
  90. };
  91. const struct gf100_gr_init
  92. gm107_gr_init_gpc_unk_1[] = {
  93. { 0x418d00, 1, 0x04, 0x00000000 },
  94. { 0x418f00, 1, 0x04, 0x00000400 },
  95. { 0x418f08, 1, 0x04, 0x00000000 },
  96. { 0x418e08, 1, 0x04, 0x00000000 },
  97. {}
  98. };
  99. static const struct gf100_gr_init
  100. gm107_gr_init_tpccs_0[] = {
  101. { 0x419dc4, 1, 0x04, 0x00000000 },
  102. { 0x419dc8, 1, 0x04, 0x00000501 },
  103. { 0x419dd0, 1, 0x04, 0x00000000 },
  104. { 0x419dd4, 1, 0x04, 0x00000100 },
  105. { 0x419dd8, 1, 0x04, 0x00000001 },
  106. { 0x419ddc, 1, 0x04, 0x00000002 },
  107. { 0x419de0, 1, 0x04, 0x00000001 },
  108. { 0x419d0c, 1, 0x04, 0x00000000 },
  109. { 0x419d10, 1, 0x04, 0x00000014 },
  110. {}
  111. };
  112. const struct gf100_gr_init
  113. gm107_gr_init_tex_0[] = {
  114. { 0x419ab0, 1, 0x04, 0x00000000 },
  115. { 0x419ab8, 1, 0x04, 0x000000e7 },
  116. { 0x419abc, 1, 0x04, 0x00000000 },
  117. { 0x419acc, 1, 0x04, 0x000000ff },
  118. { 0x419ac0, 1, 0x04, 0x00000000 },
  119. { 0x419aa8, 2, 0x04, 0x00000000 },
  120. { 0x419ad0, 2, 0x04, 0x00000000 },
  121. { 0x419ae0, 2, 0x04, 0x00000000 },
  122. { 0x419af0, 4, 0x04, 0x00000000 },
  123. {}
  124. };
  125. static const struct gf100_gr_init
  126. gm107_gr_init_pe_0[] = {
  127. { 0x419900, 1, 0x04, 0x000000ff },
  128. { 0x41980c, 1, 0x04, 0x00000010 },
  129. { 0x419844, 1, 0x04, 0x00000000 },
  130. { 0x419838, 1, 0x04, 0x000000ff },
  131. { 0x419850, 1, 0x04, 0x00000004 },
  132. { 0x419854, 2, 0x04, 0x00000000 },
  133. { 0x419894, 3, 0x04, 0x00100401 },
  134. {}
  135. };
  136. const struct gf100_gr_init
  137. gm107_gr_init_l1c_0[] = {
  138. { 0x419c98, 1, 0x04, 0x00000000 },
  139. { 0x419cc0, 2, 0x04, 0x00000000 },
  140. {}
  141. };
  142. static const struct gf100_gr_init
  143. gm107_gr_init_sm_0[] = {
  144. { 0x419e30, 1, 0x04, 0x000000ff },
  145. { 0x419e00, 1, 0x04, 0x00000000 },
  146. { 0x419ea0, 1, 0x04, 0x00000000 },
  147. { 0x419ee4, 1, 0x04, 0x00000000 },
  148. { 0x419ea4, 1, 0x04, 0x00000100 },
  149. { 0x419ea8, 1, 0x04, 0x01000000 },
  150. { 0x419ee8, 1, 0x04, 0x00000091 },
  151. { 0x419eb4, 1, 0x04, 0x00000000 },
  152. { 0x419ebc, 2, 0x04, 0x00000000 },
  153. { 0x419edc, 1, 0x04, 0x000c1810 },
  154. { 0x419ed8, 1, 0x04, 0x00000000 },
  155. { 0x419ee0, 1, 0x04, 0x00000000 },
  156. { 0x419f74, 1, 0x04, 0x00005155 },
  157. { 0x419f80, 4, 0x04, 0x00000000 },
  158. {}
  159. };
  160. static const struct gf100_gr_init
  161. gm107_gr_init_l1c_1[] = {
  162. { 0x419ccc, 2, 0x04, 0x00000000 },
  163. { 0x419c80, 1, 0x04, 0x3f006022 },
  164. { 0x419c88, 1, 0x04, 0x00000000 },
  165. {}
  166. };
  167. static const struct gf100_gr_init
  168. gm107_gr_init_pes_0[] = {
  169. { 0x41be50, 1, 0x04, 0x000000ff },
  170. { 0x41be04, 1, 0x04, 0x00000000 },
  171. { 0x41be08, 1, 0x04, 0x00000004 },
  172. { 0x41be0c, 1, 0x04, 0x00000008 },
  173. { 0x41be10, 1, 0x04, 0x0e3b8bc7 },
  174. { 0x41be14, 2, 0x04, 0x00000000 },
  175. { 0x41be3c, 5, 0x04, 0x00100401 },
  176. {}
  177. };
  178. const struct gf100_gr_init
  179. gm107_gr_init_wwdx_0[] = {
  180. { 0x41bfd4, 1, 0x04, 0x00800000 },
  181. { 0x41bfdc, 1, 0x04, 0x00000000 },
  182. {}
  183. };
  184. const struct gf100_gr_init
  185. gm107_gr_init_cbm_0[] = {
  186. { 0x41becc, 1, 0x04, 0x00000000 },
  187. {}
  188. };
  189. static const struct gf100_gr_init
  190. gm107_gr_init_be_0[] = {
  191. { 0x408890, 1, 0x04, 0x000000ff },
  192. { 0x40880c, 1, 0x04, 0x00000000 },
  193. { 0x408850, 1, 0x04, 0x00000004 },
  194. { 0x408878, 1, 0x04, 0x00c81603 },
  195. { 0x40887c, 1, 0x04, 0x80543432 },
  196. { 0x408880, 1, 0x04, 0x0010581e },
  197. { 0x408884, 1, 0x04, 0x00001205 },
  198. { 0x408974, 1, 0x04, 0x000000ff },
  199. { 0x408910, 9, 0x04, 0x00000000 },
  200. { 0x408950, 1, 0x04, 0x00000000 },
  201. { 0x408954, 1, 0x04, 0x0000ffff },
  202. { 0x408958, 1, 0x04, 0x00000034 },
  203. { 0x40895c, 1, 0x04, 0x8531a003 },
  204. { 0x408960, 1, 0x04, 0x0561985a },
  205. { 0x408964, 1, 0x04, 0x04e15c4f },
  206. { 0x408968, 1, 0x04, 0x02808833 },
  207. { 0x40896c, 1, 0x04, 0x01f02438 },
  208. { 0x408970, 1, 0x04, 0x00012c00 },
  209. { 0x408984, 1, 0x04, 0x00000000 },
  210. { 0x408988, 1, 0x04, 0x08040201 },
  211. { 0x40898c, 1, 0x04, 0x80402010 },
  212. {}
  213. };
  214. static const struct gf100_gr_init
  215. gm107_gr_init_sm_1[] = {
  216. { 0x419e5c, 1, 0x04, 0x00000000 },
  217. { 0x419e58, 1, 0x04, 0x00000000 },
  218. {}
  219. };
  220. static const struct gf100_gr_pack
  221. gm107_gr_pack_mmio[] = {
  222. { gm107_gr_init_main_0 },
  223. { gk110_gr_init_fe_0 },
  224. { gf100_gr_init_pri_0 },
  225. { gf100_gr_init_rstr2d_0 },
  226. { gf100_gr_init_pd_0 },
  227. { gm107_gr_init_ds_0 },
  228. { gm107_gr_init_scc_0 },
  229. { gm107_gr_init_sked_0 },
  230. { gk110_gr_init_cwd_0 },
  231. { gm107_gr_init_prop_0 },
  232. { gk208_gr_init_gpc_unk_0 },
  233. { gf100_gr_init_setup_0 },
  234. { gf100_gr_init_crstr_0 },
  235. { gm107_gr_init_setup_1 },
  236. { gm107_gr_init_zcull_0 },
  237. { gf100_gr_init_gpm_0 },
  238. { gm107_gr_init_gpc_unk_1 },
  239. { gf100_gr_init_gcc_0 },
  240. { gm107_gr_init_tpccs_0 },
  241. { gm107_gr_init_tex_0 },
  242. { gm107_gr_init_pe_0 },
  243. { gm107_gr_init_l1c_0 },
  244. { gf100_gr_init_mpc_0 },
  245. { gm107_gr_init_sm_0 },
  246. { gm107_gr_init_l1c_1 },
  247. { gm107_gr_init_pes_0 },
  248. { gm107_gr_init_wwdx_0 },
  249. { gm107_gr_init_cbm_0 },
  250. { gm107_gr_init_be_0 },
  251. { gm107_gr_init_sm_1 },
  252. {}
  253. };
  254. /*******************************************************************************
  255. * PGRAPH engine/subdev functions
  256. ******************************************************************************/
  257. void
  258. gm107_gr_init_bios(struct gf100_gr *gr)
  259. {
  260. static const struct {
  261. u32 ctrl;
  262. u32 data;
  263. } regs[] = {
  264. { 0x419ed8, 0x419ee0 },
  265. { 0x419ad0, 0x419ad4 },
  266. { 0x419ae0, 0x419ae4 },
  267. { 0x419af0, 0x419af4 },
  268. { 0x419af8, 0x419afc },
  269. };
  270. struct nvkm_device *device = gr->base.engine.subdev.device;
  271. struct nvkm_bios *bios = device->bios;
  272. struct nvbios_P0260E infoE;
  273. struct nvbios_P0260X infoX;
  274. int E = -1, X;
  275. u8 ver, hdr;
  276. while (nvbios_P0260Ep(bios, ++E, &ver, &hdr, &infoE)) {
  277. if (X = -1, E < ARRAY_SIZE(regs)) {
  278. nvkm_wr32(device, regs[E].ctrl, infoE.data);
  279. while (nvbios_P0260Xp(bios, ++X, &ver, &hdr, &infoX))
  280. nvkm_wr32(device, regs[E].data, infoX.data);
  281. }
  282. }
  283. }
  284. static int
  285. gm107_gr_init(struct gf100_gr *gr)
  286. {
  287. struct nvkm_device *device = gr->base.engine.subdev.device;
  288. struct nvkm_fb *fb = device->fb;
  289. const u32 magicgpc918 = DIV_ROUND_UP(0x00800000, gr->tpc_total);
  290. u32 data[TPC_MAX / 8] = {};
  291. u8 tpcnr[GPC_MAX];
  292. int gpc, tpc, rop;
  293. int i;
  294. nvkm_wr32(device, GPC_BCAST(0x0880), 0x00000000);
  295. nvkm_wr32(device, GPC_BCAST(0x0890), 0x00000000);
  296. nvkm_wr32(device, GPC_BCAST(0x0894), 0x00000000);
  297. nvkm_wr32(device, GPC_BCAST(0x08b4), nvkm_memory_addr(fb->mmu_wr) >> 8);
  298. nvkm_wr32(device, GPC_BCAST(0x08b8), nvkm_memory_addr(fb->mmu_rd) >> 8);
  299. gf100_gr_mmio(gr, gr->func->mmio);
  300. gm107_gr_init_bios(gr);
  301. nvkm_wr32(device, GPC_UNIT(0, 0x3018), 0x00000001);
  302. memset(data, 0x00, sizeof(data));
  303. memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr));
  304. for (i = 0, gpc = -1; i < gr->tpc_total; i++) {
  305. do {
  306. gpc = (gpc + 1) % gr->gpc_nr;
  307. } while (!tpcnr[gpc]);
  308. tpc = gr->tpc_nr[gpc] - tpcnr[gpc]--;
  309. data[i / 8] |= tpc << ((i % 8) * 4);
  310. }
  311. nvkm_wr32(device, GPC_BCAST(0x0980), data[0]);
  312. nvkm_wr32(device, GPC_BCAST(0x0984), data[1]);
  313. nvkm_wr32(device, GPC_BCAST(0x0988), data[2]);
  314. nvkm_wr32(device, GPC_BCAST(0x098c), data[3]);
  315. for (gpc = 0; gpc < gr->gpc_nr; gpc++) {
  316. nvkm_wr32(device, GPC_UNIT(gpc, 0x0914),
  317. gr->screen_tile_row_offset << 8 | gr->tpc_nr[gpc]);
  318. nvkm_wr32(device, GPC_UNIT(gpc, 0x0910), 0x00040000 |
  319. gr->tpc_total);
  320. nvkm_wr32(device, GPC_UNIT(gpc, 0x0918), magicgpc918);
  321. }
  322. nvkm_wr32(device, GPC_BCAST(0x3fd4), magicgpc918);
  323. nvkm_wr32(device, GPC_BCAST(0x08ac), nvkm_rd32(device, 0x100800));
  324. gr->func->init_rop_active_fbps(gr);
  325. nvkm_wr32(device, 0x400500, 0x00010001);
  326. nvkm_wr32(device, 0x400100, 0xffffffff);
  327. nvkm_wr32(device, 0x40013c, 0xffffffff);
  328. nvkm_wr32(device, 0x400124, 0x00000002);
  329. nvkm_wr32(device, 0x409c24, 0x000e0000);
  330. nvkm_wr32(device, 0x404000, 0xc0000000);
  331. nvkm_wr32(device, 0x404600, 0xc0000000);
  332. nvkm_wr32(device, 0x408030, 0xc0000000);
  333. nvkm_wr32(device, 0x404490, 0xc0000000);
  334. nvkm_wr32(device, 0x406018, 0xc0000000);
  335. nvkm_wr32(device, 0x407020, 0x40000000);
  336. nvkm_wr32(device, 0x405840, 0xc0000000);
  337. nvkm_wr32(device, 0x405844, 0x00ffffff);
  338. nvkm_mask(device, 0x419cc0, 0x00000008, 0x00000008);
  339. gr->func->init_ppc_exceptions(gr);
  340. for (gpc = 0; gpc < gr->gpc_nr; gpc++) {
  341. nvkm_wr32(device, GPC_UNIT(gpc, 0x0420), 0xc0000000);
  342. nvkm_wr32(device, GPC_UNIT(gpc, 0x0900), 0xc0000000);
  343. nvkm_wr32(device, GPC_UNIT(gpc, 0x1028), 0xc0000000);
  344. nvkm_wr32(device, GPC_UNIT(gpc, 0x0824), 0xc0000000);
  345. for (tpc = 0; tpc < gr->tpc_nr[gpc]; tpc++) {
  346. nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x508), 0xffffffff);
  347. nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x50c), 0xffffffff);
  348. nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x224), 0xc0000000);
  349. nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x48c), 0xc0000000);
  350. nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x084), 0xc0000000);
  351. nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x430), 0xc0000000);
  352. nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x644), 0x00dffffe);
  353. nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x64c), 0x00000005);
  354. }
  355. nvkm_wr32(device, GPC_UNIT(gpc, 0x2c90), 0xffffffff);
  356. nvkm_wr32(device, GPC_UNIT(gpc, 0x2c94), 0xffffffff);
  357. }
  358. for (rop = 0; rop < gr->rop_nr; rop++) {
  359. nvkm_wr32(device, ROP_UNIT(rop, 0x144), 0x40000000);
  360. nvkm_wr32(device, ROP_UNIT(rop, 0x070), 0x40000000);
  361. nvkm_wr32(device, ROP_UNIT(rop, 0x204), 0xffffffff);
  362. nvkm_wr32(device, ROP_UNIT(rop, 0x208), 0xffffffff);
  363. }
  364. nvkm_wr32(device, 0x400108, 0xffffffff);
  365. nvkm_wr32(device, 0x400138, 0xffffffff);
  366. nvkm_wr32(device, 0x400118, 0xffffffff);
  367. nvkm_wr32(device, 0x400130, 0xffffffff);
  368. nvkm_wr32(device, 0x40011c, 0xffffffff);
  369. nvkm_wr32(device, 0x400134, 0xffffffff);
  370. nvkm_wr32(device, 0x400054, 0x2c350f63);
  371. gf100_gr_zbc_init(gr);
  372. return gf100_gr_init_ctxctl(gr);
  373. }
  374. #include "fuc/hubgm107.fuc5.h"
  375. static struct gf100_gr_ucode
  376. gm107_gr_fecs_ucode = {
  377. .code.data = gm107_grhub_code,
  378. .code.size = sizeof(gm107_grhub_code),
  379. .data.data = gm107_grhub_data,
  380. .data.size = sizeof(gm107_grhub_data),
  381. };
  382. #include "fuc/gpcgm107.fuc5.h"
  383. static struct gf100_gr_ucode
  384. gm107_gr_gpccs_ucode = {
  385. .code.data = gm107_grgpc_code,
  386. .code.size = sizeof(gm107_grgpc_code),
  387. .data.data = gm107_grgpc_data,
  388. .data.size = sizeof(gm107_grgpc_data),
  389. };
  390. static const struct gf100_gr_func
  391. gm107_gr = {
  392. .init = gm107_gr_init,
  393. .init_rop_active_fbps = gk104_gr_init_rop_active_fbps,
  394. .init_ppc_exceptions = gk104_gr_init_ppc_exceptions,
  395. .mmio = gm107_gr_pack_mmio,
  396. .fecs.ucode = &gm107_gr_fecs_ucode,
  397. .gpccs.ucode = &gm107_gr_gpccs_ucode,
  398. .rops = gf100_gr_rops,
  399. .ppc_nr = 2,
  400. .grctx = &gm107_grctx,
  401. .sclass = {
  402. { -1, -1, FERMI_TWOD_A },
  403. { -1, -1, KEPLER_INLINE_TO_MEMORY_B },
  404. { -1, -1, MAXWELL_A, &gf100_fermi },
  405. { -1, -1, MAXWELL_COMPUTE_A },
  406. {}
  407. }
  408. };
  409. int
  410. gm107_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr)
  411. {
  412. return gf100_gr_new_(&gm107_gr, device, index, pgr);
  413. }