aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp10b.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp10b.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp10b.c b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp10b.c
index 4af96c3e69ff..7733bf7c6545 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp10b.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp10b.c
@@ -22,16 +22,19 @@
22#include "gk104.h" 22#include "gk104.h"
23#include "changk104.h" 23#include "changk104.h"
24 24
25#include <nvif/class.h>
26
25static const struct gk104_fifo_func 27static const struct gk104_fifo_func
26gp10b_fifo = { 28gp10b_fifo = {
29 .init_pbdma_timeout = gk208_fifo_init_pbdma_timeout,
30 .fault.access = gk104_fifo_fault_access,
27 .fault.engine = gp100_fifo_fault_engine, 31 .fault.engine = gp100_fifo_fault_engine,
28 .fault.reason = gk104_fifo_fault_reason, 32 .fault.reason = gk104_fifo_fault_reason,
29 .fault.hubclient = gk104_fifo_fault_hubclient, 33 .fault.hubclient = gk104_fifo_fault_hubclient,
30 .fault.gpcclient = gk104_fifo_fault_gpcclient, 34 .fault.gpcclient = gk104_fifo_fault_gpcclient,
31 .chan = { 35 .runlist = &gm107_fifo_runlist,
32 &gp100_fifo_gpfifo_oclass, 36 .chan = {{0,0,PASCAL_CHANNEL_GPFIFO_A}, gk104_fifo_gpfifo_new },
33 NULL 37 .cgrp_force = true,
34 },
35}; 38};
36 39
37int 40int