summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/falcon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/falcon.h b/drivers/gpu/nvgpu/include/nvgpu/falcon.h
index a1a57cd1..3079c79e 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/falcon.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/falcon.h
@@ -166,6 +166,7 @@ struct nvgpu_falcon {
166}; 166};
167 167
168int nvgpu_flcn_wait_idle(struct nvgpu_falcon *flcn); 168int nvgpu_flcn_wait_idle(struct nvgpu_falcon *flcn);
169int nvgpu_flcn_wait_for_halt(struct nvgpu_falcon *flcn, unsigned int timeout);
169int nvgpu_flcn_reset(struct nvgpu_falcon *flcn); 170int nvgpu_flcn_reset(struct nvgpu_falcon *flcn);
170void nvgpu_flcn_set_irq(struct nvgpu_falcon *flcn, bool enable, 171void nvgpu_flcn_set_irq(struct nvgpu_falcon *flcn, bool enable,
171 u32 intr_mask, u32 intr_dest); 172 u32 intr_mask, u32 intr_dest);