Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fifo/gk104-: preempt recovery
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
skeggsb committed Jan 26, 2017
1 parent 2937139 commit 4dcd96a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drm/nouveau/nvkm/engine/fifo/gpfifogk104.c
Expand Up @@ -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);
Expand Down

0 comments on commit 4dcd96a

Please sign in to comment.