Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9e70592 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/bar: remove NV_PMC_ENABLE_PFIFO twiddling



It's handled by FIFO preinit() now.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent e69dae85
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -124,9 +124,6 @@ gf100_bar_init(struct nvkm_bar *base)
	struct nvkm_device *device = bar->base.subdev.device;
	u32 addr;

	nvkm_mask(device, 0x000200, 0x00000100, 0x00000000);
	nvkm_mask(device, 0x000200, 0x00000100, 0x00000100);

	addr = nvkm_memory_addr(bar->bar[1].mem) >> 12;
	nvkm_wr32(device, 0x001704, 0x80000000 | addr);

+0 −3
Original line number Diff line number Diff line
@@ -151,9 +151,6 @@ nv50_bar_init(struct nvkm_bar *base)
	struct nvkm_device *device = bar->base.subdev.device;
	int i;

	nvkm_mask(device, 0x000200, 0x00000100, 0x00000000);
	nvkm_mask(device, 0x000200, 0x00000100, 0x00000100);

	nvkm_wr32(device, 0x001704, 0x00000000 | bar->mem->addr >> 12);
	nvkm_wr32(device, 0x001704, 0x40000000 | bar->mem->addr >> 12);
	nvkm_wr32(device, 0x001708, 0x80000000 | bar->bar1->node->offset >> 4);