mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 06:01:53 +02:00
drm/nouveau/gr/gv100-: drop a write from init_shader_exceptions()
Match RM. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
This commit is contained in:
parent
75e637db60
commit
edc6938f7b
|
|
@ -65,7 +65,6 @@ gv100_gr_init_shader_exceptions(struct gf100_gr *gr, int gpc, int tpc)
|
|||
struct nvkm_device *device = gr->base.engine.subdev.device;
|
||||
int sm;
|
||||
for (sm = 0; sm < 0x100; sm += 0x80) {
|
||||
nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x728 + sm), 0x0085eb64);
|
||||
nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x610), 0x00000001);
|
||||
nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x72c + sm), 0x00000004);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user