mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 16:25:42 -04:00
drm/nouveau/gr/gf100-: virtualise init_ppc_exceptions
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -2071,6 +2071,9 @@ gf100_gr_init(struct gf100_gr *gr)
|
||||
if (gr->func->init_419c9c)
|
||||
gr->func->init_419c9c(gr);
|
||||
|
||||
if (gr->func->init_ppc_exceptions)
|
||||
gr->func->init_ppc_exceptions(gr);
|
||||
|
||||
for (gpc = 0; gpc < gr->gpc_nr; gpc++) {
|
||||
nvkm_wr32(device, GPC_UNIT(gpc, 0x0420), 0xc0000000);
|
||||
nvkm_wr32(device, GPC_UNIT(gpc, 0x0900), 0xc0000000);
|
||||
|
||||
Reference in New Issue
Block a user