Skip to content

Commit edc6938

Browse files
author
Ben Skeggs
committed
drm/nouveau/gr/gv100-: drop a write from init_shader_exceptions()
Match RM. Signed-off-by: Ben Skeggs <[email protected]> Reviewed-by: Lyude Paul <[email protected]>
1 parent 75e637d commit edc6938

File tree

1 file changed

+0
-1
lines changed
  • drivers/gpu/drm/nouveau/nvkm/engine/gr

1 file changed

+0
-1
lines changed

drivers/gpu/drm/nouveau/nvkm/engine/gr/gv100.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ gv100_gr_init_shader_exceptions(struct gf100_gr *gr, int gpc, int tpc)
6565
struct nvkm_device *device = gr->base.engine.subdev.device;
6666
int sm;
6767
for (sm = 0; sm < 0x100; sm += 0x80) {
68-
nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x728 + sm), 0x0085eb64);
6968
nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x610), 0x00000001);
7069
nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x72c + sm), 0x00000004);
7170
}

0 commit comments

Comments
 (0)