kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h
.. .. @@ -13,6 +13,8 @@ 13 13 struct nvkm_event event; 14 14 15 15 struct nvkm_notify nrpfb; 16 +17 + struct nvkm_device_oclass user;16 18 }; 17 19 18 20 struct nvkm_fault_data { .. .. @@ -29,5 +31,7 @@ 29 31 }; 30 32 31 33 int gp100_fault_new(struct nvkm_device *, int, struct nvkm_fault **); 34 +int gp10b_fault_new(struct nvkm_device *, int, struct nvkm_fault **);32 35 int gv100_fault_new(struct nvkm_device *, int, struct nvkm_fault **); 36 +int tu102_fault_new(struct nvkm_device *, int, struct nvkm_fault **);33 37 #endif