Commit 75d115f2 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/fifo/gk104-: preempt recovery

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 3ebef76a
......@@ -50,6 +50,7 @@ gk104_fifo_gpfifo_kick(struct gk104_fifo_chan *chan)
) < 0) {
nvkm_error(subdev, "channel %d [%s] kick timeout\n",
chan->base.chid, client->name);
nvkm_fifo_recover_chan(&fifo->base, chan->base.chid);
ret = -ETIMEDOUT;
}
mutex_unlock(&subdev->mutex);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment