summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/vgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/vgpu.h')
-rw-r--r--drivers/gpu/nvgpu/vgpu/vgpu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.h b/drivers/gpu/nvgpu/vgpu/vgpu.h
index 4a7a6b6c..e64b31b4 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * Virtualized GPU Interfaces 2 * Virtualized GPU Interfaces
3 * 3 *
4 * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -73,6 +73,8 @@ int vgpu_gr_alloc_gr_ctx(struct gk20a *g,
73 u32 flags); 73 u32 flags);
74void vgpu_gr_free_gr_ctx(struct gk20a *g, struct vm_gk20a *vm, 74void vgpu_gr_free_gr_ctx(struct gk20a *g, struct vm_gk20a *vm,
75 struct gr_ctx_desc *gr_ctx); 75 struct gr_ctx_desc *gr_ctx);
76void vgpu_gr_handle_sm_esr_event(struct gk20a *g,
77 struct tegra_vgpu_sm_esr_info *info);
76int vgpu_gr_init_ctx_state(struct gk20a *g); 78int vgpu_gr_init_ctx_state(struct gk20a *g);
77int vgpu_fifo_isr(struct gk20a *g, struct tegra_vgpu_fifo_intr_info *info); 79int vgpu_fifo_isr(struct gk20a *g, struct tegra_vgpu_fifo_intr_info *info);
78int vgpu_fifo_nonstall_isr(struct gk20a *g, 80int vgpu_fifo_nonstall_isr(struct gk20a *g,