mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
drm/nouveau/ltc/gm107: fix slice intr offset
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
a6a0f67ca7
commit
96aedd0ba9
@ -73,7 +73,7 @@ gm107_ltc_lts_isr(struct nvkm_ltc *ltc, int c, int s)
|
||||
{
|
||||
struct nvkm_subdev *subdev = <c->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) {
|
||||
|
Loading…
Reference in New Issue
Block a user