提交 63bb5c39 编写于 作者: B Ben Skeggs

drm/nouveau/ibus: switch to new-style timer macros

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 cf07d861
......@@ -59,9 +59,10 @@ gk20a_ibus_intr(struct nvkm_subdev *subdev)
/* Acknowledge interrupt */
nvkm_mask(device, 0x12004c, 0x2, 0x2);
if (!nv_wait(subdev, 0x12004c, 0x3f, 0x00))
nv_warn(ibus, "timeout waiting for ringmaster ack\n");
nvkm_msec(device, 2000,
if (!(nvkm_rd32(device, 0x12004c) & 0x0000003f))
break;
);
}
static int
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册