summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk208.c
diff options
context:
space:
mode:
authorBen Skeggs2016-04-08 09:24:40 +0200
committerBen Skeggs2016-05-20 06:43:04 +0200
commit98ac3f061afa9b8347948451cb4e2d336d0a8912 (patch)
treef97b24b0ff856bdfcea9a35dd54efa5c7b710110 /drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk208.c
parentdrm/nouveau/fifo/gk104-: use device info from top subdev (diff)
downloadkernel-qcow2-linux-98ac3f061afa9b8347948451cb4e2d336d0a8912.tar.gz
kernel-qcow2-linux-98ac3f061afa9b8347948451cb4e2d336d0a8912.tar.xz
kernel-qcow2-linux-98ac3f061afa9b8347948451cb4e2d336d0a8912.zip
drm/nouveau/fifo/gk104-: subclass func
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk208.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk208.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk208.c b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk208.c
index ce01c1a7d41c..6e0d0d700a49 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk208.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk208.c
@@ -24,15 +24,8 @@
#include "gk104.h"
#include "changk104.h"
-static const struct nvkm_fifo_func
+static const struct gk104_fifo_func
gk208_fifo = {
- .dtor = gk104_fifo_dtor,
- .oneinit = gk104_fifo_oneinit,
- .init = gk104_fifo_init,
- .fini = gk104_fifo_fini,
- .intr = gk104_fifo_intr,
- .uevent_init = gk104_fifo_uevent_init,
- .uevent_fini = gk104_fifo_uevent_fini,
.chan = {
&gk104_fifo_gpfifo_oclass,
NULL