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

Commit 96aedd0b authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/ltc/gm107: fix slice intr offset



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent a6a0f67c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ gm107_ltc_lts_isr(struct nvkm_ltc *ltc, int c, int s)
{
	struct nvkm_subdev *subdev = &ltc->subdev;
	struct nvkm_device *device = subdev->device;
	u32 base = 0x140000 + (c * 0x2000) + (s * 0x400);
	u32 base = 0x140000 + (c * 0x2000) + (s * 0x200);
	u32 stat = nvkm_rd32(device, base + 0x00c);

	if (stat) {