summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include
diff options
context:
space:
mode:
authorBen Skeggs2018-12-11 05:50:02 +0100
committerBen Skeggs2018-12-11 06:37:54 +0100
commit17fb2807c678ae30f02129c0c5ab3c616e6579af (patch)
tree3efaa7166cd6c5c2367fd3e9c1bee1e38faefb48 /drivers/gpu/drm/nouveau/include
parentdrm/nouveau/bar/tu104: initial support (diff)
downloadkernel-qcow2-linux-17fb2807c678ae30f02129c0c5ab3c616e6579af.tar.gz
kernel-qcow2-linux-17fb2807c678ae30f02129c0c5ab3c616e6579af.tar.xz
kernel-qcow2-linux-17fb2807c678ae30f02129c0c5ab3c616e6579af.zip
drm/nouveau/fault/tu104: initial support
New registers. Currently uncertain how exactly to mask fault buffer interrupts. This will likely be corrected at around the same time as the new MC interrupt stuff has been properly figured out and implemented. For the moment, it shouldn't matter too much. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h b/drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h
index 5a77498fe6a0..127f48066026 100644
--- a/drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h
+++ b/drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h
@@ -30,4 +30,5 @@ struct nvkm_fault_data {
int gp100_fault_new(struct nvkm_device *, int, struct nvkm_fault **);
int gv100_fault_new(struct nvkm_device *, int, struct nvkm_fault **);
+int tu104_fault_new(struct nvkm_device *, int, struct nvkm_fault **);
#endif