diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2018-05-08 12:39:46 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2018-05-18 07:01:22 +0200 |
commit | 8c4e9f9dffb96a891d31e108b47f081233cb3e81 (patch) | |
tree | 68b5d727e2519e74fe9e44485bae355d93eba1f1 /drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm20b.c | |
parent | drm/nouveau/fifo/gk104-: poll for runlist update completion (diff) | |
download | linux-8c4e9f9dffb96a891d31e108b47f081233cb3e81.tar.xz linux-8c4e9f9dffb96a891d31e108b47f081233cb3e81.zip |
drm/nouveau/fifo/gk110-: support writing channel group runlist entries
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm20b.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm20b.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm20b.c b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm20b.c index c7e11a40f016..bfa5fa5bc5e5 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm20b.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm20b.c @@ -31,7 +31,7 @@ gm20b_fifo = { .fault.reason = gk104_fifo_fault_reason, .fault.hubclient = gk104_fifo_fault_hubclient, .fault.gpcclient = gk104_fifo_fault_gpcclient, - .runlist = &gk104_fifo_runlist, + .runlist = &gk110_fifo_runlist, .chan = {{0,0,MAXWELL_CHANNEL_GPFIFO_A}, gk104_fifo_gpfifo_new }, }; |