drm/nouveau/ibus: switch to new-style timer macros
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
cf07d861ce
commit
63bb5c390b
@ -59,9 +59,10 @@ gk20a_ibus_intr(struct nvkm_subdev *subdev)
|
|||||||
|
|
||||||
/* Acknowledge interrupt */
|
/* Acknowledge interrupt */
|
||||||
nvkm_mask(device, 0x12004c, 0x2, 0x2);
|
nvkm_mask(device, 0x12004c, 0x2, 0x2);
|
||||||
|
nvkm_msec(device, 2000,
|
||||||
if (!nv_wait(subdev, 0x12004c, 0x3f, 0x00))
|
if (!(nvkm_rd32(device, 0x12004c) & 0x0000003f))
|
||||||
nv_warn(ibus, "timeout waiting for ringmaster ack\n");
|
break;
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Loading…
Reference in New Issue
Block a user